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-12-28 12:43:27 | 34.73 | 91.8% |
26 | 2023-12-27 23:48:41 | 33.73 | 92.4% |
19 | 2023-12-27 21:36:37 | 33.31 | 91.5% |
9 | 2023-12-27 18:14:05 | 34.67 | 93.6% |