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 |
---|---|---|---|
67 | 2017-09-16 17:24:14 | 32.17 | 94% |
61 | 2017-09-16 15:54:55 | 33.19 | 95% |
54 | 2017-09-16 15:43:56 | 33.41 | 97% |
48 | 2017-09-16 15:32:00 | 30.72 | 95% |
39 | 2017-09-10 16:33:05 | 31.25 | 95% |
34 | 2017-09-09 19:40:22 | 27.01 | 95% |
27 | 2017-09-09 19:28:15 | 29.34 | 95% |
19 | 2017-09-08 06:49:39 | 29.86 | 95% |
14 | 2017-09-08 06:41:14 | 27.98 | 94% |
9 | 2017-09-08 06:32:08 | 28.15 | 95% |
4 | 2017-09-08 06:22:37 | 23.84 | 95% |