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 |
|---|---|---|---|
| 176 | 2025-08-28 10:17:22 | 42.01 | 96% |
| 172 | 2025-08-26 10:26:47 | 34.41 | 96% |
| 159 | 2025-05-09 17:54:28 | 41.21 | 95% |
| 158 | 2025-05-09 17:52:20 | 39.01 | 95% |
| 147 | 2025-05-09 17:30:18 | 36.33 | 95% |
| 137 | 2025-05-09 16:58:17 | 38.75 | 95% |
| 108 | 2025-05-07 16:58:09 | 36.01 | 95% |
| 107 | 2025-05-07 16:07:13 | 35.58 | 96% |
| 75 | 2025-05-06 17:16:13 | 39.68 | 95% |
| 73 | 2025-05-06 16:30:40 | 34.71 | 95% |
| 59 | 2025-05-04 16:21:33 | 35.26 | 93% |
| 21 | 2025-05-03 16:59:01 | 29.64 | 95% |
| 20 | 2025-05-03 16:56:59 | 24.05 | 94% |