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 |
---|---|---|---|
44 | 2024-01-22 02:05:31 | 43.68 | 96.6% |
39 | 2024-01-19 01:45:34 | 43.21 | 95.6% |
7 | 2024-01-02 05:25:54 | 47.30 | 95.2% |
5 | 2024-01-01 05:17:32 | 50.00 | 97.8% |