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 |
---|---|---|---|
105 | 2023-09-26 06:06:10 | 35.87 | 92.7% |
79 | 2023-09-26 04:35:47 | 35.39 | 92.3% |
54 | 2023-09-26 03:07:39 | 38.86 | 93.6% |
25 | 2023-09-25 16:39:25 | 31.01 | 92.7% |