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 |
---|---|---|---|
11 | 2016-05-19 22:31:46 | 32.55 | 95% |
10 | 2016-05-19 20:16:04 | 33.85 | 91% |
7 | 2016-05-17 22:41:16 | 33.55 | 93% |
3 | 2016-05-17 22:29:54 | 25.12 | 93% |
2 | 2016-05-12 23:15:33 | 33.25 | 95% |