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 |
---|---|---|---|
68 | 2025-06-08 12:46:08 | 41.97 | 96% |
30 | 2025-06-01 07:23:57 | 41.06 | 94% |
9 | 2025-05-25 09:43:57 | 42.25 | 95% |
5 | 2025-04-28 08:17:34 | 39.72 | 95.8% |