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 |
---|---|---|---|
26 | 2024-04-20 10:26:46 | 32.40 | 91.7% |
19 | 2024-04-20 10:04:55 | 29.69 | 93.4% |
15 | 2024-04-20 07:58:48 | 29.75 | 92.8% |
11 | 2024-04-20 07:26:49 | 27.38 | 89.9% |
9 | 2024-04-20 07:20:52 | 28.32 | 89.2% |