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 |
---|---|---|---|
7 | 2016-05-19 22:31:44 | 33.37 | 90% |
6 | 2016-05-17 22:41:17 | 33.41 | 95% |
2 | 2016-05-12 23:15:41 | 30.69 | 96% |