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 |
---|---|---|---|
99 | 2023-07-18 17:37:01 | 57.36 | 95.9% |
96 | 2023-07-18 17:33:15 | 61.91 | 96.5% |
92 | 2023-07-18 17:25:52 | 56.39 | 94.9% |
89 | 2023-07-18 17:22:37 | 53.36 | 96.3% |
82 | 2023-07-17 10:38:35 | 47.24 | 95.4% |
63 | 2023-04-14 20:02:16 | 44.97 | 96% |
28 | 2021-10-13 15:36:05 | 40.84 | 94% |
19 | 2021-10-07 18:50:38 | 43.81 | 94% |