this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order); if (this == NULL) { printk(KERN_WARNING "fsm(%s): init_fsm: Couldn't alloc instance\n", name); return NULL; } memset(this, 0, sizeof(fsm_instance)); strlcpy(this->name, name, sizeof(this->name));
Game | Time | WPM | Accuracy |
---|---|---|---|
52 | 2022-07-29 07:57:32 | 60.03 | 98% |
45 | 2022-07-29 07:43:32 | 58.81 | 96% |
34 | 2022-07-11 03:07:04 | 58.09 | 94% |
31 | 2022-07-11 03:04:02 | 56.03 | 95% |
22 | 2022-07-09 14:39:53 | 61.77 | 96% |
7 | 2022-07-08 11:33:48 | 53.41 | 95% |