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 |
---|---|---|---|
36 | 2024-06-02 00:14:39 | 46.71 | 94.8% |
23 | 2024-06-01 03:01:44 | 44.65 | 95.1% |
19 | 2024-05-28 02:16:55 | 39.73 | 95.4% |