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 |
---|---|---|---|
93 | 2017-02-10 18:42:37 | 59.24 | 97% |
90 | 2017-02-10 18:37:36 | 56.02 | 92% |
86 | 2017-02-10 11:30:10 | 57.96 | 93% |
82 | 2017-02-10 10:49:06 | 57.81 | 92% |
74 | 2017-02-10 08:43:26 | 53.79 | 90% |
71 | 2017-02-09 13:31:14 | 59.82 | 96% |
70 | 2017-02-09 13:28:22 | 60.45 | 93% |
66 | 2017-02-09 13:13:37 | 54.34 | 90% |
64 | 2017-02-08 23:54:23 | 54.43 | 91% |
56 | 2017-02-08 20:10:42 | 52.28 | 89% |
42 | 2017-02-08 12:40:42 | 55.99 | 94% |
40 | 2017-02-08 12:33:49 | 49.26 | 89% |
27 | 2017-02-08 10:41:58 | 53.61 | 90% |
17 | 2017-02-07 16:27:12 | 43.01 | 90% |
2 | 2017-02-07 08:20:58 | 43.08 | 92% |