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 |
---|---|---|---|
108 | 2025-06-22 22:35:32 | 27.69 | 93% |
29 | 2025-06-08 23:07:25 | 24.71 | 93% |
10 | 2025-06-06 02:29:22 | 24.96 | 93% |