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 |
|---|---|---|---|
| 284 | 2024-03-03 10:17:57 | 43.72 | 94.2% |
| 253 | 2023-06-15 00:36:03 | 39.72 | 93.2% |
| 237 | 2023-06-13 22:28:36 | 41.31 | 94.2% |
| 214 | 2023-06-13 10:28:59 | 46.16 | 94.7% |
| 174 | 2023-06-11 18:34:01 | 43.30 | 94.6% |
| 171 | 2023-06-11 14:25:35 | 45.72 | 94.6% |
| 166 | 2023-06-11 14:19:47 | 42.14 | 94.3% |
| 145 | 2023-06-10 01:59:41 | 34.52 | 92.8% |
| 137 | 2023-06-10 01:42:12 | 37.43 | 94.6% |
| 123 | 2023-06-10 01:08:45 | 41.20 | 93.5% |
| 110 | 2023-06-10 00:27:22 | 42.99 | 95.1% |
| 81 | 2023-06-08 16:14:29 | 36.16 | 92% |
| 70 | 2023-06-08 15:43:14 | 36.08 | 93.3% |
| 61 | 2023-06-07 19:53:51 | 38.58 | 93.7% |
| 58 | 2023-06-07 14:38:35 | 38.82 | 94.3% |
| 18 | 2023-06-06 19:56:20 | 36.68 | 93.1% |
| 13 | 2023-06-06 19:48:06 | 38.30 | 94.2% |
| 8 | 2023-06-06 19:40:42 | 38.14 | 94.5% |