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 |
---|---|---|---|
30 | 2016-08-24 04:40:22 | 38.81 | 92% |
24 | 2016-08-24 04:31:16 | 45.78 | 99% |
23 | 2016-08-24 04:29:29 | 43.37 | 94% |
12 | 2016-08-23 05:32:12 | 39.73 | 94% |
7 | 2016-08-22 15:26:26 | 41.86 | 94% |