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 | 2012-09-20 04:15:13 | 36.59 | 91% |
16 | 2011-05-01 17:15:22 | 34.34 | |
10 | 2011-05-01 17:06:53 | 40.42 | |
8 | 2011-04-30 00:57:12 | 29.91 | |
5 | 2011-02-06 02:52:32 | 26.67 |