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 |
---|---|---|---|
53 | 2012-04-02 22:42:21 | 45.52 | 88% |
49 | 2012-01-16 01:30:40 | 35.60 | 79% |
36 | 2011-12-31 11:16:54 | 40.55 | 80% |
27 | 2011-12-31 10:59:22 | 44.92 | 87% |
21 | 2011-12-31 10:47:13 | 36.24 | 82% |
15 | 2011-12-31 10:26:51 | 33.72 | 79% |
13 | 2011-12-30 10:53:27 | 37.84 | 85% |
6 | 2011-12-24 07:23:41 | 27.80 | 82% |