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 |
---|---|---|---|
17 | 2023-06-01 05:06:45 | 31.72 | 90% |
14 | 2023-06-01 05:01:00 | 32.15 | 90% |
10 | 2023-06-01 04:52:33 | 31.51 | 90% |
6 | 2023-06-01 04:44:37 | 33.81 | 92% |
2 | 2023-05-31 16:43:30 | 35.63 | 92% |