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 |
---|---|---|---|
238 | 2024-02-24 18:03:09 | 38.41 | 96.2% |
233 | 2024-02-22 18:27:49 | 41.71 | 95.9% |
232 | 2024-02-22 18:26:19 | 41.54 | 97.5% |
224 | 2024-02-19 00:35:04 | 38.77 | 96.5% |
191 | 2024-02-14 17:03:59 | 36.86 | 95.1% |
182 | 2024-02-14 02:13:19 | 34.84 | 96.5% |
164 | 2024-02-12 16:54:24 | 40.75 | 97.4% |
72 | 2024-02-06 16:05:56 | 31.86 | 94.5% |
50 | 2024-02-04 17:05:37 | 26.70 | 94.3% |
35 | 2024-02-03 18:30:36 | 31.34 | 94.6% |
29 | 2024-02-03 15:12:33 | 29.16 | 94.1% |
13 | 2024-01-30 21:03:09 | 33.43 | 98.1% |
7 | 2024-01-30 20:29:05 | 27.55 | 97.1% |