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 |
|---|---|---|---|
| 57 | 2023-08-27 09:43:28 | 24.57 | 92.1% |
| 42 | 2023-08-15 05:55:43 | 23.81 | 94% |
| 24 | 2023-08-04 17:32:29 | 24.78 | 89.5% |