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-09-28 15:36:51 | 30.77 | 97.8% |
30 | 2023-09-28 11:54:00 | 30.63 | 96.8% |
12 | 2023-09-24 12:01:28 | 27.02 | 94.5% |
5 | 2023-09-22 11:41:40 | 24.92 | 96.8% |