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 |
---|---|---|---|
66 | 2019-02-16 05:59:46 | 78.31 | 96% |
34 | 2019-01-27 23:30:14 | 88.35 | 99% |
32 | 2019-01-27 23:27:53 | 77.26 | 98% |
28 | 2019-01-27 23:22:57 | 67.29 | 97% |
7 | 2019-01-27 22:42:43 | 67.79 | 97% |
2 | 2019-01-27 22:35:38 | 75.52 | 98% |