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 | 2013-12-13 00:40:26 | 27.65 | 89% |
16 | 2013-12-06 01:10:07 | 20.64 | 93% |
8 | 2013-11-17 13:16:36 | 34.11 | 93% |