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 |
---|---|---|---|
119 | 2019-06-13 08:08:26 | 43.01 | 97% |
91 | 2019-04-12 04:21:43 | 46.04 | 97% |
71 | 2019-03-30 10:31:14 | 61.78 | 99% |
69 | 2019-03-30 10:28:53 | 56.26 | 99% |
61 | 2018-07-02 11:52:39 | 52.12 | 97% |
37 | 2018-06-18 02:40:54 | 53.88 | 97% |
36 | 2018-06-18 02:39:31 | 56.85 | 98% |
22 | 2018-06-04 01:50:45 | 40.17 | 95% |
9 | 2018-05-24 22:45:27 | 43.80 | 97% |
2 | 2018-05-21 17:51:10 | 41.71 | 96% |