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 |
|---|---|---|---|
| 103 | 2024-12-08 20:09:02 | 52.75 | 97.3% |
| 35 | 2024-04-17 00:09:56 | 50.29 | 96.2% |
| 23 | 2023-09-19 20:13:22 | 45.06 | 94.9% |
| 17 | 2023-08-07 17:12:31 | 47.99 | 92.1% |