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 |
---|---|---|---|
103 | 2025-02-27 10:49:33 | 24.82 | 92.6% |
98 | 2025-02-27 10:35:30 | 24.62 | 92.9% |
96 | 2025-02-26 08:17:28 | 23.71 | 91.2% |
94 | 2025-02-26 08:11:55 | 21.74 | 90% |
69 | 2025-02-21 12:55:32 | 20.42 | 89.9% |
50 | 2025-02-21 12:08:05 | 17.46 | 89.6% |