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 | 2014-01-03 09:51:19 | 80.05 | 96% |
15 | 2014-01-02 17:11:52 | 71.09 | 90% |
9 | 2014-01-02 17:03:47 | 58.54 | 92% |
4 | 2014-01-02 09:52:29 | 69.58 | 93% |