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 |
|---|---|---|---|
| 13 | 2011-09-12 09:09:32 | 58.01 | 97% |
| 8 | 2011-08-13 16:33:32 | 53.71 | 93% |
| 6 | 2011-08-13 16:30:33 | 53.47 | 94% |