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 |
---|---|---|---|
134 | 2020-04-04 20:48:53 | 50.36 | 96% |
92 | 2019-08-19 21:23:25 | 56.98 | 97% |
76 | 2019-07-24 20:01:48 | 57.51 | 97% |
71 | 2019-07-24 19:50:47 | 53.31 | 96% |
66 | 2019-07-24 19:44:57 | 54.10 | 98% |
51 | 2019-03-30 08:05:12 | 50.03 | 96% |
29 | 2019-03-30 07:26:49 | 54.58 | 98% |
15 | 2019-03-30 07:01:58 | 49.69 | 97% |
7 | 2019-02-28 09:47:23 | 42.95 | 96% |