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 |
---|---|---|---|
78 | 2018-01-27 11:45:20 | 39.44 | 99% |
63 | 2015-02-22 18:55:15 | 28.62 | 96% |
48 | 2014-09-27 17:29:18 | 25.86 | 98% |
46 | 2014-09-25 12:54:05 | 30.91 | 99% |
40 | 2014-09-23 10:19:15 | 31.98 | 100% |
33 | 2014-09-21 07:09:18 | 29.40 | 98% |
25 | 2014-09-20 16:58:41 | 30.82 | 97% |
17 | 2014-09-18 08:26:50 | 30.59 | 99% |
11 | 2014-09-10 09:42:30 | 30.75 | 99% |