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 |
---|---|---|---|
30 | 2011-09-05 03:11:03 | 52.58 | 86% |
17 | 2011-09-05 02:53:28 | 51.53 | 86% |
15 | 2011-09-05 02:50:52 | 48.72 | 87% |
6 | 2011-09-05 02:40:51 | 26.27 | 73% |