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 |
---|---|---|---|
321 | 2024-09-30 16:47:45 | 44.13 | 97.1% |
275 | 2024-09-03 17:37:11 | 39.10 | 97.4% |
255 | 2024-08-22 17:02:47 | 38.77 | 96% |
226 | 2024-08-04 18:55:33 | 39.20 | 96.4% |
220 | 2024-08-04 18:46:57 | 32.49 | 96.3% |
170 | 2024-07-21 12:09:22 | 34.29 | 96.4% |
146 | 2024-07-19 17:31:09 | 33.79 | 95.8% |
133 | 2024-07-18 11:49:29 | 32.10 | 96.1% |
122 | 2024-06-17 18:35:53 | 37.83 | 97.9% |
100 | 2024-06-04 11:28:22 | 38.11 | 95.9% |
94 | 2024-05-27 10:47:22 | 39.01 | 97.5% |
44 | 2024-05-20 18:17:43 | 29.96 | 94.8% |
38 | 2024-05-18 18:02:00 | 31.75 | 95.5% |
29 | 2024-05-06 19:00:23 | 33.35 | 95.2% |
9 | 2024-05-02 18:17:48 | 28.88 | 95.4% |