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 |
---|---|---|---|
29 | 2024-02-13 14:59:48 | 32.28 | 91.8% |
17 | 2024-02-13 14:36:02 | 35.40 | 91.2% |
16 | 2024-02-13 14:33:47 | 33.54 | 89.1% |
11 | 2024-02-13 14:24:09 | 26.86 | 90% |