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 | 2015-05-14 23:14:16 | 80.21 | 89% |
13 | 2015-05-14 21:23:01 | 95.54 | 97% |
5 | 2015-05-14 01:44:11 | 75.30 | 90% |
1 | 2013-08-21 10:32:40 | 72.89 | 96% |