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 |
---|---|---|---|
64 | 2018-05-04 13:25:34 | 28.50 | 95% |
41 | 2018-05-04 12:48:47 | 30.00 | 94% |
35 | 2018-05-03 07:28:13 | 30.65 | 94% |
28 | 2018-05-03 07:16:55 | 28.94 | 93% |
24 | 2018-05-01 05:12:14 | 32.24 | 96% |
22 | 2018-05-01 05:07:40 | 29.20 | 94% |
17 | 2018-05-01 04:59:21 | 27.85 | 91% |
11 | 2018-05-01 04:49:51 | 31.23 | 95% |
4 | 2018-05-01 04:36:30 | 28.00 | 93% |