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 |
---|---|---|---|
67 | 2022-01-24 16:42:46 | 53.09 | 97% |
50 | 2021-09-12 14:32:07 | 36.51 | 93% |
40 | 2021-09-09 16:28:23 | 34.17 | 93% |
36 | 2021-09-07 14:31:11 | 40.70 | 95% |