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 |
---|---|---|---|
148 | 2024-11-10 05:11:06 | 39.44 | 94.2% |
144 | 2024-11-10 05:05:08 | 34.98 | 94.2% |
134 | 2024-11-09 12:31:15 | 40.86 | 94.3% |
124 | 2024-11-07 17:38:12 | 36.76 | 95% |
102 | 2024-10-30 18:03:26 | 43.28 | 96.5% |
101 | 2024-10-30 17:59:26 | 34.44 | 97.8% |
88 | 2024-10-29 05:09:16 | 30.90 | 95% |
40 | 2024-10-28 19:19:59 | 38.09 | 94.7% |
32 | 2024-10-28 19:07:59 | 33.26 | 93% |