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 |
---|---|---|---|
23 | 2024-03-01 14:18:25 | 41.42 | 98.1% |
13 | 2024-02-21 09:06:08 | 43.52 | 98.1% |
8 | 2024-02-20 14:04:59 | 42.72 | 97.8% |
3 | 2023-10-30 12:44:02 | 34.39 | 95% |