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 |
---|---|---|---|
241 | 2021-11-28 12:33:20 | 43.38 | 97% |
225 | 2021-10-22 20:22:33 | 37.90 | 95% |
185 | 2021-10-01 15:21:07 | 43.28 | 95% |
167 | 2021-09-27 16:54:10 | 46.56 | 97% |
111 | 2021-09-18 19:12:14 | 45.70 | 98% |
33 | 2021-09-08 14:29:43 | 38.22 | 95% |