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 |
---|---|---|---|
18 | 2012-02-14 16:41:12 | 28.81 | 86% |
14 | 2012-02-14 16:31:53 | 28.21 | 88% |
11 | 2012-02-14 16:20:44 | 24.02 | 84% |
6 | 2012-02-05 02:57:09 | 22.75 | 93% |