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 |
---|---|---|---|
15 | 2012-09-17 16:34:30 | 36.49 | 82% |
7 | 2012-09-17 16:21:53 | 42.83 | 87% |
5 | 2012-09-16 05:19:01 | 38.89 | 84% |
3 | 2012-09-15 05:22:57 | 37.63 | 85% |