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 |
---|---|---|---|
204 | 2024-11-27 08:18:34 | 96.35 | 96.8% |
193 | 2019-12-28 01:33:48 | 119.19 | 100% |
148 | 2019-02-16 05:59:36 | 104.45 | 98% |
69 | 2019-01-27 23:30:08 | 105.91 | 98% |
67 | 2019-01-27 23:27:41 | 110.94 | 99% |
63 | 2019-01-27 23:22:39 | 110.87 | 100% |
39 | 2019-01-27 22:42:25 | 112.17 | 98% |
34 | 2019-01-27 22:35:26 | 106.97 | 99% |
22 | 2018-10-03 17:56:17 | 106.01 | 98% |
21 | 2018-10-03 17:55:26 | 101.28 | 99% |