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 |
---|---|---|---|
56 | 2015-05-03 15:18:37 | 82.32 | 97% |
8 | 2012-10-07 12:19:43 | 67.74 | 94% |
1 | 2012-10-07 12:08:37 | 52.04 | 85% |