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 |
---|---|---|---|
34 | 2025-03-13 14:10:28 | 50.07 | 90.6% |
13 | 2025-03-10 14:16:34 | 40.63 | 91.8% |
3 | 2024-05-28 23:03:03 | 42.90 | 93% |