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 |
|---|---|---|---|
| 85 | 2024-07-30 16:54:03 | 22.85 | 88.5% |
| 67 | 2024-07-29 18:38:16 | 29.20 | 88.9% |
| 57 | 2024-07-29 18:00:03 | 28.50 | 90.6% |
| 52 | 2024-07-29 17:47:20 | 27.75 | 90.1% |
| 51 | 2024-07-29 17:45:10 | 27.30 | 90.3% |
| 45 | 2024-07-28 00:36:31 | 22.74 | 87.3% |
| 26 | 2024-01-31 02:05:59 | 29.25 | 91.8% |
| 17 | 2024-01-30 17:35:56 | 26.36 | 89.9% |