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 |
---|---|---|---|
114 | 2025-01-26 18:44:15 | 24.97 | 94.1% |
103 | 2025-01-26 18:23:16 | 22.74 | 93.1% |
78 | 2024-08-03 10:56:23 | 21.87 | 93.8% |
54 | 2024-04-26 13:40:38 | 10.88 | 90.4% |