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 |
---|---|---|---|
53 | 2024-11-20 16:22:55 | 46.57 | 96.5% |
12 | 2024-03-20 19:32:22 | 37.03 | 95.8% |
9 | 2024-03-18 19:46:08 | 34.56 | 96.6% |