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 |
---|---|---|---|
26 | 2016-04-13 15:50:08 | 66.47 | 97% |
20 | 2012-10-30 21:36:31 | 47.51 | 89% |
13 | 2011-11-10 20:40:55 | 48.46 | 94% |