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 | 2013-03-27 12:37:40 | 41.88 | 94% |
20 | 2013-03-27 12:14:03 | 40.99 | 94% |
13 | 2013-03-12 21:59:04 | 45.63 | 99% |
9 | 2013-03-12 21:52:56 | 43.12 | 96% |
8 | 2013-03-12 21:51:17 | 43.34 | 97% |
2 | 2013-03-12 21:41:20 | 39.75 | 93% |