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 |
---|---|---|---|
55 | 2023-09-14 14:13:04 | 46.83 | 96.1% |
49 | 2023-09-14 14:04:10 | 42.06 | 93.6% |
48 | 2023-09-14 14:02:29 | 37.82 | 93.1% |
46 | 2023-09-14 13:58:01 | 42.38 | 93.9% |