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 |
|---|---|---|---|
| 170 | 2023-09-20 00:24:03 | 39.84 | 97.1% |
| 160 | 2023-09-15 00:30:58 | 44.62 | 97.8% |
| 159 | 2023-09-15 00:29:22 | 45.24 | 98.9% |
| 153 | 2023-09-13 15:59:07 | 41.93 | 97.5% |
| 145 | 2023-09-12 20:03:55 | 40.04 | 97.4% |
| 141 | 2023-09-12 19:55:47 | 40.94 | 97.4% |
| 100 | 2023-08-30 15:09:58 | 36.52 | 94.3% |
| 83 | 2023-08-28 13:45:09 | 39.13 | 97.8% |
| 60 | 2023-08-26 19:17:46 | 36.08 | 96.2% |
| 58 | 2023-08-26 19:14:53 | 34.06 | 95.8% |
| 50 | 2023-08-25 16:44:25 | 37.87 | 95.2% |
| 12 | 2023-08-14 09:30:42 | 34.76 | 95.9% |