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 |
---|---|---|---|
45 | 2025-03-25 11:35:53 | 46.28 | 93.8% |
35 | 2025-01-04 13:40:02 | 53.14 | 96.1% |
33 | 2025-01-04 13:33:22 | 49.76 | 94.6% |
17 | 2024-01-05 16:19:48 | 46.89 | 95.9% |