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 |
---|---|---|---|
19 | 2024-08-22 12:15:21 | 34.99 | 98.1% |
16 | 2023-02-27 12:18:05 | 35.20 | 98% |
2 | 2013-03-26 21:57:47 | 43.76 | 100% |