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 |
---|---|---|---|
37 | 2016-04-09 00:36:42 | 42.98 | 93% |
36 | 2016-04-09 00:35:04 | 36.15 | 89% |
33 | 2016-04-03 21:39:21 | 42.64 | 91% |
31 | 2016-04-03 21:36:26 | 41.85 | 91% |
25 | 2016-04-03 21:28:09 | 38.01 | 93% |
23 | 2016-04-03 20:41:18 | 40.86 | 94% |
13 | 2016-04-03 14:46:30 | 37.84 | 91% |
6 | 2016-04-03 14:35:20 | 36.83 | 91% |
3 | 2016-04-03 14:16:57 | 38.08 | 89% |