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 |
|---|---|---|---|
| 14 | 2015-04-30 03:58:20 | 35.56 | 97% |
| 4 | 2013-01-07 08:55:50 | 27.78 | 90% |
| 3 | 2012-12-24 10:38:07 | 28.12 | 93% |