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 |
|---|---|---|---|
| 10 | 2023-03-29 16:28:13 | 27.51 | 94% |
| 6 | 2023-03-29 16:21:06 | 29.81 | 92% |
| 3 | 2023-03-29 16:10:43 | 29.20 | 95% |