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 |
---|---|---|---|
24 | 2015-11-20 11:50:26 | 51.79 | 95% |
21 | 2015-11-19 21:53:17 | 46.62 | 93% |
20 | 2015-11-19 21:38:51 | 51.35 | 97% |
10 | 2015-11-18 18:02:19 | 46.93 | 96% |
3 | 2015-04-26 20:05:24 | 45.37 | 91% |