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 |
|---|---|---|---|
| 74 | 2025-08-15 13:26:25 | 27.27 | 92% |
| 71 | 2025-05-10 12:40:20 | 29.32 | 92% |
| 4 | 2024-08-11 22:55:55 | 21.69 | 91.6% |