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 |
---|---|---|---|
60 | 2013-10-29 12:49:16 | 47.53 | 80% |
26 | 2013-05-14 14:10:59 | 41.74 | 83% |
12 | 2013-05-13 13:45:12 | 39.83 | 80% |
11 | 2013-05-13 13:43:29 | 36.74 | 79% |