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 |
---|---|---|---|
39 | 2023-03-30 21:10:37 | 53.48 | 94% |
38 | 2023-03-30 21:09:16 | 50.67 | 94% |
32 | 2023-03-29 13:25:20 | 50.61 | 94% |
4 | 2023-03-27 17:33:28 | 47.87 | 96% |