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 |
|---|---|---|---|
| 11 | 2020-02-04 19:22:02 | 42.30 | 94% |
| 8 | 2020-02-04 19:16:17 | 41.80 | 95% |
| 1 | 2020-01-26 19:38:29 | 44.99 | 96% |