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 |
---|---|---|---|
17 | 2016-11-14 06:09:12 | 59.11 | 88% |
9 | 2011-03-17 17:04:22 | 46.13 | |
6 | 2011-03-17 17:00:17 | 56.07 |