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 |
---|---|---|---|
136 | 2019-06-11 10:40:03 | 28.72 | 98% |
99 | 2019-05-18 17:19:59 | 24.81 | 97% |
84 | 2019-05-18 16:41:14 | 25.12 | 98% |
60 | 2019-05-17 09:38:34 | 23.96 | 96% |
51 | 2019-05-17 08:31:01 | 23.82 | 98% |
49 | 2019-05-17 08:27:15 | 21.39 | 97% |
29 | 2019-05-16 14:25:48 | 23.84 | 96% |
15 | 2019-05-16 09:32:44 | 23.51 | 97% |
14 | 2019-05-16 09:28:17 | 23.09 | 98% |
1 | 2019-05-16 07:17:45 | 20.51 | 95% |