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 |
---|---|---|---|
216 | 2025-05-12 18:48:42 | 50.81 | 96% |
184 | 2025-05-02 20:42:08 | 47.39 | 95% |
150 | 2025-05-01 14:00:00 | 47.20 | 95% |
143 | 2025-04-30 11:59:49 | 46.63 | 95% |
137 | 2025-04-30 11:52:03 | 47.74 | 96% |
78 | 2025-04-17 12:54:25 | 43.92 | 96% |
34 | 2025-04-14 15:11:53 | 46.62 | 95% |
9 | 2025-04-08 19:44:42 | 46.26 | 95% |