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 |
---|---|---|---|
27 | 2013-07-01 17:13:50 | 30.04 | 86% |
23 | 2012-12-01 03:27:25 | 36.87 | 92% |
10 | 2012-11-27 22:54:55 | 26.04 | 81% |
9 | 2012-07-20 22:16:13 | 34.49 | 93% |
1 | 2012-05-25 22:10:32 | 28.41 | 88% |