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 |
---|---|---|---|
37 | 2023-09-17 05:10:54 | 25.07 | 94.4% |
30 | 2023-09-16 14:48:45 | 25.81 | 95.6% |
15 | 2023-09-10 09:24:19 | 23.20 | 93.3% |