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 |
---|---|---|---|
11 | 2011-08-20 09:45:23 | 28.19 | 90% |
6 | 2011-08-20 09:34:19 | 24.09 | 86% |
3 | 2011-08-19 09:19:34 | 24.81 | 90% |