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 |
---|---|---|---|
52 | 2023-11-08 12:12:33 | 55.69 | 94.9% |
47 | 2023-11-08 12:07:04 | 58.83 | 96.2% |
45 | 2023-11-08 12:03:12 | 54.50 | 96.6% |
2 | 2023-03-16 15:41:44 | 49.33 | 96% |