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-03-28 01:24:11 | 50.39 | 93% |
14 | 2013-03-28 01:17:56 | 46.69 | 92% |
7 | 2013-03-28 00:18:01 | 46.41 | 94% |
4 | 2013-03-28 00:10:31 | 43.38 | 90% |
3 | 2013-03-28 00:08:49 | 44.73 | 96% |