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 |
|---|---|---|---|
| 17 | 2018-01-05 22:25:40 | 65.36 | 95% |
| 13 | 2014-10-29 03:44:18 | 60.22 | 92% |
| 9 | 2014-05-27 04:10:25 | 53.41 | 92% |
| 2 | 2014-05-27 03:59:44 | 44.74 | 86% |