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 |
|---|---|---|---|
| 78 | 2013-05-06 10:43:21 | 54.85 | 94% |
| 64 | 2013-04-22 00:40:05 | 58.30 | 96% |
| 61 | 2013-04-21 16:57:57 | 58.87 | 96% |
| 44 | 2013-04-20 21:11:04 | 41.90 | 92% |
| 26 | 2013-04-15 21:30:35 | 43.52 | 90% |
| 23 | 2013-04-15 00:21:34 | 43.99 | 91% |
| 21 | 2013-04-15 00:18:34 | 51.66 | 95% |
| 20 | 2013-04-14 20:01:54 | 48.75 | 92% |
| 18 | 2013-04-14 16:45:54 | 43.00 | 93% |
| 10 | 2013-04-14 15:29:46 | 34.39 | 87% |