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 |
---|---|---|---|
27 | 2024-01-10 08:40:06 | 28.22 | 92.9% |
14 | 2024-01-10 08:06:04 | 29.15 | 94.2% |
11 | 2024-01-10 08:00:43 | 27.99 | 91.7% |
9 | 2024-01-10 07:56:07 | 24.82 | 89.6% |