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 |
|---|---|---|---|
| 54 | 2025-08-31 05:44:57 | 35.53 | 93% |
| 32 | 2025-07-07 09:50:37 | 38.54 | 96% |
| 21 | 2025-07-06 07:33:31 | 33.69 | 95% |