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 |
|---|---|---|---|
| 299 | 2024-05-08 20:33:04 | 26.36 | 95.9% |
| 282 | 2024-05-03 23:03:08 | 33.55 | 96.2% |
| 273 | 2024-05-03 22:46:02 | 27.10 | 95.2% |
| 206 | 2024-03-21 00:56:20 | 27.68 | 93.4% |
| 200 | 2024-03-21 00:45:36 | 30.38 | 96% |
| 196 | 2024-03-21 00:36:04 | 29.73 | 94.4% |
| 195 | 2024-03-21 00:34:03 | 22.54 | 93.8% |
| 177 | 2024-03-20 23:58:25 | 28.93 | 95.9% |
| 172 | 2024-03-20 23:49:49 | 26.52 | 94.9% |
| 167 | 2024-03-14 14:49:59 | 25.20 | 94.6% |
| 105 | 2024-01-24 16:27:48 | 25.28 | 95.7% |
| 104 | 2024-01-24 16:24:49 | 23.09 | 95.4% |
| 103 | 2024-01-24 16:22:03 | 24.18 | 96.5% |
| 100 | 2024-01-24 16:16:08 | 21.97 | 93.6% |
| 37 | 2024-01-18 16:25:21 | 12.81 | 90.9% |
| 36 | 2024-01-18 16:17:43 | 9.42 | 90.8% |
| 1 | 2024-01-07 04:35:29 | 8.27 | 92.6% |