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 |
---|---|---|---|
8 | 2011-10-14 08:24:11 | 68.28 | 91% |
7 | 2011-10-14 08:23:17 | 71.48 | 94% |
3 | 2011-10-14 08:19:45 | 61.58 | 92% |