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 |
---|---|---|---|
53 | 2023-08-12 04:25:16 | 26.41 | 90.5% |
24 | 2023-08-11 20:29:42 | 28.79 | 88.9% |
17 | 2023-08-11 20:17:27 | 31.52 | 91.8% |
1 | 2023-08-10 22:34:11 | 28.97 | 91.6% |