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 |
---|---|---|---|
146 | 2022-02-17 15:02:45 | 54.15 | 93% |
125 | 2021-12-07 12:12:53 | 52.82 | 94% |
123 | 2021-12-07 12:06:01 | 47.65 | 93% |
54 | 2021-11-04 04:36:44 | 47.75 | 92% |
25 | 2021-11-03 17:12:54 | 45.87 | 93% |
12 | 2021-11-03 16:11:47 | 46.15 | 92% |
9 | 2021-11-03 16:05:26 | 49.68 | 94% |