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 |
|---|---|---|---|
| 48 | 2023-07-04 22:13:09 | 9.98 | 90.9% |
| 34 | 2023-06-25 21:38:14 | 10.57 | 91.6% |
| 20 | 2023-06-07 11:19:13 | 9.86 | 90.2% |
| 3 | 2023-05-25 11:20:22 | 6.36 | 89% |