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 |
|---|---|---|---|
| 126 | 2024-06-21 06:28:42 | 25.23 | 93% |
| 103 | 2024-05-09 03:52:06 | 26.00 | 93.1% |
| 99 | 2024-05-08 15:07:35 | 27.23 | 94% |
| 58 | 2024-04-26 11:19:25 | 25.19 | 93.4% |
| 40 | 2024-04-20 03:02:52 | 22.50 | 92.8% |
| 37 | 2024-04-19 11:34:17 | 25.29 | 95.3% |
| 28 | 2024-04-03 10:20:56 | 20.68 | 92.8% |
| 2 | 2024-03-18 07:42:08 | 16.85 | 94.1% |