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 |
---|---|---|---|
52 | 2025-07-31 13:00:47 | 20.39 | 90% |
23 | 2024-12-29 16:30:09 | 17.75 | 89% |
5 | 2024-12-26 10:33:25 | 17.40 | 91% |
1 | 2024-12-26 10:22:31 | 16.25 | 90% |