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 |
|---|---|---|---|
| 106 | 2025-01-02 21:07:19 | 31.77 | 95.3% |
| 96 | 2024-12-31 13:32:34 | 30.50 | 94% |
| 65 | 2024-12-24 14:22:25 | 30.56 | 94% |
| 49 | 2024-11-18 14:30:13 | 27.49 | 95.5% |
| 40 | 2024-11-15 09:04:35 | 25.45 | 93.3% |
| 13 | 2024-11-04 18:42:49 | 20.15 | 93.6% |