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 |
---|---|---|---|
24 | 2011-08-29 00:57:17 | 61.80 | 97% |
17 | 2011-04-23 20:08:01 | 65.50 | |
16 | 2011-04-09 22:54:46 | 64.34 | |
15 | 2011-01-30 20:27:36 | 61.82 |