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 |
---|---|---|---|
27 | 2023-05-30 11:10:22 | 26.96 | 91.8% |
21 | 2023-05-29 16:58:58 | 23.71 | 91.4% |
15 | 2023-05-29 16:45:17 | 26.85 | 91.7% |
7 | 2023-05-29 16:25:34 | 20.80 | 90.5% |