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 | 2018-11-01 18:32:41 | 58.30 | 93% |
63 | 2018-11-01 03:22:07 | 64.95 | 94% |
54 | 2018-11-01 03:08:13 | 49.69 | 93% |
46 | 2018-11-01 02:48:19 | 55.02 | 93% |
29 | 2018-10-31 23:36:48 | 54.55 | 93% |