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 |
|---|---|---|---|
| 23 | 2025-10-24 12:19:20 | 40.17 | 94% |
| 19 | 2025-10-24 12:12:40 | 41.15 | 93% |
| 15 | 2025-10-24 12:05:29 | 37.81 | 92% |
| 11 | 2025-10-21 18:10:29 | 36.23 | 94% |