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 |
---|---|---|---|
83 | 2023-06-22 06:27:09 | 25.94 | 92.9% |
64 | 2023-06-09 09:16:01 | 29.25 | 94.8% |
59 | 2023-06-09 09:06:38 | 28.42 | 93.9% |
56 | 2023-06-09 09:01:33 | 27.70 | 92.5% |
22 | 2023-06-07 09:02:45 | 24.89 | 92.4% |