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 |
---|---|---|---|
52 | 2012-01-09 14:59:17 | 32.39 | 92% |
45 | 2011-12-26 19:57:42 | 30.71 | 92% |
39 | 2011-12-26 19:46:46 | 30.57 | 94% |
29 | 2011-11-23 18:53:57 | 25.48 | 92% |
24 | 2011-11-09 11:58:54 | 27.89 | 94% |
20 | 2011-11-09 11:52:31 | 24.71 | 91% |
15 | 2011-11-09 11:44:43 | 22.24 | 92% |
11 | 2011-11-09 11:37:27 | 23.39 | 93% |
7 | 2011-11-09 11:30:14 | 22.59 | 94% |