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 |
|---|---|---|---|
| 70 | 2024-11-27 15:52:26 | 63.86 | 96.4% |
| 58 | 2024-11-26 21:24:17 | 55.77 | 94.4% |
| 51 | 2024-11-25 22:26:44 | 58.11 | 95.9% |
| 16 | 2024-11-17 21:48:28 | 52.04 | 94.4% |
| 6 | 2024-11-17 21:32:01 | 41.34 | 92.6% |