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 |
---|---|---|---|
102 | 2020-04-15 07:01:56 | 24.52 | 93% |
99 | 2020-04-15 06:53:54 | 25.42 | 94% |
79 | 2020-04-13 17:26:46 | 26.52 | 97% |
49 | 2020-04-13 10:16:55 | 23.11 | 94% |
40 | 2020-04-13 09:58:17 | 25.10 | 96% |
37 | 2020-04-13 09:47:29 | 24.19 | 96% |
31 | 2020-04-13 09:33:07 | 21.84 | 93% |