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 |
---|---|---|---|
104 | 2024-02-27 07:28:40 | 25.74 | 96.5% |
102 | 2024-02-19 07:20:42 | 22.47 | 94.2% |
86 | 2024-01-05 15:27:27 | 35.75 | 98.1% |
62 | 2023-11-15 15:44:06 | 32.45 | 97.8% |
48 | 2023-10-23 18:13:36 | 33.81 | 98.1% |