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 |
---|---|---|---|
42 | 2013-06-01 05:35:54 | 54.57 | 91% |
36 | 2013-02-10 19:07:17 | 56.06 | 95% |
29 | 2013-02-10 17:03:56 | 52.94 | 90% |
27 | 2013-02-10 17:01:00 | 54.86 | 95% |
18 | 2013-02-10 09:10:07 | 56.18 | 97% |
1 | 2013-02-10 08:27:55 | 46.15 | 91% |