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 |
---|---|---|---|
47 | 2023-08-19 19:13:23 | 52.25 | 93.6% |
43 | 2023-08-19 19:08:28 | 50.29 | 93.7% |
34 | 2023-08-19 15:15:50 | 47.88 | 93% |
33 | 2023-08-19 15:13:44 | 43.36 | 93.6% |
12 | 2023-08-16 23:38:47 | 40.87 | 92.8% |