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 |
---|---|---|---|
14 | 2012-06-20 06:58:56 | 51.51 | 91% |
12 | 2012-06-20 06:50:50 | 50.34 | 92% |
10 | 2012-06-20 05:58:14 | 49.73 | 92% |
2 | 2012-06-20 05:45:02 | 47.00 | 89% |