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 |
---|---|---|---|
32 | 2012-03-10 12:36:29 | 71.29 | 94% |
18 | 2010-01-01 15:36:07 | 77.24 | |
13 | 2009-12-19 12:03:31 | 77.83 | |
2 | 2009-12-19 11:46:50 | 66.00 |