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 |
---|---|---|---|
36 | 2024-09-24 00:06:21 | 47.88 | 96.6% |
31 | 2024-09-23 23:57:03 | 35.16 | 95.1% |
19 | 2024-09-22 22:57:57 | 40.63 | 95.6% |