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 |
---|---|---|---|
75 | 2025-07-04 03:49:46 | 59.26 | 95% |
71 | 2025-07-04 03:44:26 | 62.02 | 96% |
69 | 2025-07-04 03:41:32 | 61.80 | 96% |
44 | 2025-07-01 10:04:51 | 51.83 | 95% |