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 |
---|---|---|---|
203 | 2020-02-09 12:11:55 | 31.98 | 94% |
178 | 2020-01-16 12:50:55 | 26.31 | 93% |
171 | 2020-01-15 12:20:36 | 28.41 | 92% |
156 | 2020-01-02 14:47:40 | 26.96 | 91% |
151 | 2020-01-02 14:33:21 | 25.85 | 94% |
122 | 2019-12-07 14:54:08 | 20.92 | 89% |
103 | 2019-12-04 11:36:42 | 26.38 | 93% |
96 | 2019-12-01 14:09:48 | 24.82 | 91% |
95 | 2019-12-01 14:05:48 | 24.88 | 92% |
56 | 2019-11-05 12:57:00 | 20.87 | 90% |
54 | 2019-11-01 21:01:20 | 18.80 | 90% |
21 | 2019-08-31 18:03:39 | 23.90 | 95% |
14 | 2019-08-31 17:44:39 | 23.24 | 94% |