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 |
---|---|---|---|
16 | 2014-05-22 04:21:50 | 29.49 | 86% |
12 | 2014-05-16 06:53:04 | 23.63 | 81% |
8 | 2013-11-26 05:01:11 | 28.46 | 89% |
1 | 2013-11-26 04:45:21 | 25.48 | 91% |