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 |
---|---|---|---|
26 | 2013-01-19 16:16:17 | 38.91 | 94% |
19 | 2013-01-19 16:05:20 | 40.50 | 95% |
11 | 2013-01-19 15:53:03 | 35.47 | 93% |
7 | 2011-05-03 22:27:19 | 29.74 | 89% |
4 | 2011-05-03 22:21:57 | 26.33 | 88% |