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 |
---|---|---|---|
76 | 2023-10-26 09:01:50 | 34.40 | 95.6% |
37 | 2023-07-11 06:33:25 | 34.58 | 96.4% |
32 | 2023-07-11 05:53:42 | 31.82 | 95.5% |
21 | 2023-07-10 09:37:47 | 26.94 | 94.6% |
11 | 2023-07-10 09:13:18 | 27.18 | 93.9% |