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 |
---|---|---|---|
13 | 2013-02-04 05:01:24 | 26.85 | 92% |
9 | 2013-02-03 23:19:24 | 29.49 | 94% |
4 | 2013-02-03 23:10:32 | 30.03 | 98% |
1 | 2013-02-03 22:30:36 | 24.69 | 94% |