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 | 2015-03-18 04:55:24 | 45.26 | 91% |
25 | 2015-03-18 04:37:14 | 51.32 | 96% |
23 | 2015-03-18 04:31:46 | 45.56 | 96% |
17 | 2015-03-18 04:20:13 | 44.68 | 94% |
16 | 2015-03-18 04:18:28 | 40.25 | 91% |
9 | 2011-04-24 22:35:37 | 36.74 | |
7 | 2011-04-24 22:25:09 | 36.06 | |
6 | 2011-01-29 15:11:26 | 33.92 |