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 |
|---|---|---|---|
| 62 | 2025-01-26 18:43:49 | 31.63 | 97% |
| 55 | 2024-12-23 08:32:57 | 30.88 | 97% |
| 53 | 2024-12-23 08:28:50 | 29.96 | 97% |
| 30 | 2024-12-16 08:23:26 | 33.43 | 96% |
| 27 | 2024-12-16 08:18:58 | 30.60 | 96% |
| 13 | 2024-12-16 07:40:01 | 31.07 | 97% |