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 |
---|---|---|---|
18 | 2013-10-04 12:18:22 | 52.97 | 97% |
17 | 2013-10-04 12:03:31 | 44.06 | 90% |
15 | 2013-10-04 10:13:13 | 41.81 | 91% |
10 | 2013-10-04 05:18:01 | 52.01 | 92% |
9 | 2013-10-04 04:15:45 | 55.28 | 94% |