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 |
---|---|---|---|
21 | 2017-03-20 00:43:13 | 42.41 | 92% |
15 | 2017-03-20 00:35:16 | 37.49 | 90% |
6 | 2017-03-19 03:34:12 | 29.02 | 89% |