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 |
---|---|---|---|
58 | 2023-06-20 04:52:34 | 27.25 | 93% |
54 | 2023-06-19 04:42:26 | 28.20 | 96% |
52 | 2023-06-19 04:38:33 | 29.02 | 97% |
45 | 2023-06-15 04:09:34 | 28.00 | 97% |
33 | 2023-06-11 12:04:36 | 23.33 | 95% |
24 | 2023-06-08 12:07:25 | 21.42 | 96% |
23 | 2023-06-08 12:04:36 | 20.46 | 95% |