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 |
---|---|---|---|
42 | 2015-06-12 00:24:44 | 58.72 | 91% |
39 | 2015-06-12 00:17:25 | 57.52 | 92% |
32 | 2015-06-12 00:05:46 | 59.13 | 92% |
18 | 2014-04-12 23:40:51 | 57.47 | 92% |
12 | 2013-10-12 23:31:40 | 43.52 | 86% |
7 | 2011-10-08 15:34:23 | 45.07 | 93% |
2 | 2011-03-02 23:48:05 | 33.86 |