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 |
|---|---|---|---|
| 100 | 2025-07-11 12:55:05 | 31.67 | 96% |
| 97 | 2025-01-26 18:58:07 | 36.48 | 94% |
| 93 | 2025-01-10 20:12:31 | 32.10 | 94% |
| 88 | 2025-01-04 03:03:29 | 36.06 | 94% |
| 85 | 2025-01-04 03:00:00 | 36.57 | 96% |
| 66 | 2025-01-02 03:00:59 | 36.11 | 92% |
| 60 | 2025-01-02 02:47:35 | 37.98 | 97% |
| 57 | 2024-12-23 16:08:36 | 33.50 | 96% |
| 54 | 2024-12-18 23:14:55 | 33.41 | 96% |
| 50 | 2024-12-18 19:56:25 | 32.67 | 94% |
| 27 | 2024-12-15 04:54:04 | 33.55 | 96% |
| 25 | 2024-12-15 04:50:12 | 28.50 | 94% |