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 |
---|---|---|---|
134 | 2023-09-15 04:22:41 | 45.41 | 90% |
123 | 2023-09-15 03:44:54 | 47.70 | 91.7% |
109 | 2023-09-14 16:29:15 | 42.00 | 90% |
97 | 2023-09-14 10:45:33 | 44.56 | 90.3% |
91 | 2023-09-14 09:27:59 | 40.54 | 88.8% |
87 | 2023-09-14 09:18:14 | 42.34 | 89.6% |
56 | 2023-09-13 16:21:40 | 48.29 | 90.9% |
13 | 2023-09-11 16:34:49 | 43.66 | 90.5% |
4 | 2023-09-11 15:49:05 | 39.08 | 90.8% |