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 |
---|---|---|---|
157 | 2023-12-13 06:49:52 | 79.55 | 96.9% |
156 | 2023-12-13 06:48:58 | 65.91 | 93.8% |
149 | 2023-12-13 06:39:51 | 82.14 | 98.2% |
107 | 2022-04-16 07:27:44 | 88.63 | 98% |
99 | 2022-04-06 23:17:51 | 74.09 | 96% |
70 | 2022-04-06 07:19:54 | 75.49 | 97% |
49 | 2022-03-28 09:51:10 | 74.11 | 97% |
26 | 2022-03-15 04:57:35 | 70.51 | 97% |
9 | 2022-03-08 06:13:19 | 70.57 | 97% |
8 | 2022-03-08 06:12:11 | 64.84 | 95% |