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 |
---|---|---|---|
36 | 2025-06-02 00:25:49 | 24.16 | 97% |
33 | 2025-05-30 01:26:27 | 23.05 | 94.7% |
21 | 2025-05-25 00:45:04 | 20.01 | 94.2% |
20 | 2025-05-25 00:41:49 | 20.12 | 96.1% |