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 |
---|---|---|---|
13 | 2012-08-13 22:17:25 | 29.72 | 94% |
9 | 2012-08-13 22:07:45 | 33.78 | 95% |
5 | 2012-08-13 21:54:33 | 28.66 | 93% |
1 | 2012-08-13 21:44:52 | 30.78 | 97% |