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 |
---|---|---|---|
67 | 2024-01-14 15:27:28 | 35.15 | 91.1% |
50 | 2024-01-13 18:07:14 | 33.64 | 91.8% |
40 | 2024-01-12 16:25:03 | 24.39 | 91.2% |
30 | 2024-01-08 14:58:02 | 29.99 | 88.6% |