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 | 2024-04-26 15:33:21 | 43.53 | 97.1% |
| 27 | 2024-04-11 18:22:38 | 38.02 | 94.3% |
| 2 | 2024-04-05 19:31:38 | 30.01 | 96.8% |
| 1 | 2024-04-05 19:25:42 | 28.00 | 97.5% |