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 |
---|---|---|---|
33 | 2024-01-06 23:36:15 | 19.76 | 87.7% |
26 | 2023-08-09 22:37:23 | 20.48 | 92.3% |
4 | 2023-08-09 18:31:18 | 17.80 | 87.7% |
3 | 2023-08-07 19:01:11 | 17.13 | 88.8% |