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 |
---|---|---|---|
45 | 2024-05-15 12:46:24 | 24.67 | 92.4% |
38 | 2024-05-14 15:52:36 | 18.94 | 90.4% |
15 | 2024-05-09 13:08:17 | 19.30 | 92.1% |
7 | 2024-05-05 13:31:12 | 14.68 | 91.5% |