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 |
---|---|---|---|
193 | 2024-08-15 08:15:17 | 33.52 | 93.3% |
141 | 2024-03-29 13:30:26 | 35.45 | 93.9% |
39 | 2023-06-10 22:58:51 | 31.55 | 96.6% |
13 | 2023-05-24 12:51:59 | 27.91 | 93.8% |
9 | 2023-05-24 12:42:54 | 20.34 | 90.3% |
5 | 2023-05-24 08:18:59 | 22.20 | 93% |