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 |
---|---|---|---|
16 | 2022-11-04 16:13:22 | 51.12 | 97% |
15 | 2022-11-03 17:22:57 | 56.01 | 96% |
7 | 2022-11-02 19:52:54 | 51.26 | 95% |
1 | 2022-11-02 19:45:10 | 46.81 | 94% |