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 |
---|---|---|---|
166 | 2024-05-05 21:52:47 | 20.15 | 95.2% |
96 | 2024-04-22 20:22:50 | 17.82 | 95.6% |
74 | 2024-04-21 19:21:45 | 18.53 | 95.6% |
43 | 2024-04-17 23:34:04 | 18.37 | 94.7% |
17 | 2024-04-17 17:00:37 | 16.01 | 94.6% |