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 |
---|---|---|---|
19 | 2013-03-11 06:19:10 | 36.94 | 88% |
12 | 2013-03-11 00:55:32 | 36.82 | 92% |
8 | 2013-03-11 00:49:16 | 35.87 | 89% |
3 | 2013-03-09 15:32:34 | 34.29 | 92% |