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 |
---|---|---|---|
28 | 2025-03-11 07:59:53 | 31.13 | 95% |
27 | 2025-03-10 15:01:23 | 30.30 | 96% |
15 | 2025-03-05 08:54:53 | 23.07 | 96% |
5 | 2025-02-28 21:14:36 | 25.72 | 97% |
3 | 2025-02-28 21:10:40 | 18.76 | 93% |