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 | 2015-10-01 22:24:35 | 55.81 | 98% |
| 57 | 2015-09-24 22:17:57 | 60.15 | 99% |
| 52 | 2015-09-24 22:08:26 | 54.34 | 99% |
| 42 | 2015-09-17 22:47:06 | 51.27 | 96% |
| 31 | 2015-09-15 22:14:25 | 62.33 | 100% |
| 21 | 2015-09-08 01:15:07 | 52.93 | 97% |
| 9 | 2015-09-03 22:22:14 | 54.36 | 98% |
| 1 | 2015-09-03 22:06:27 | 48.58 | 98% |