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 |
---|---|---|---|
69 | 2024-12-22 03:40:11 | 28.46 | 93.9% |
51 | 2024-12-13 11:14:51 | 30.69 | 93.5% |
20 | 2024-01-16 18:27:23 | 22.18 | 91.8% |
10 | 2024-01-12 05:29:56 | 20.69 | 87.9% |
4 | 2024-01-07 12:05:31 | 18.60 | 89.1% |