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 |
---|---|---|---|
83 | 2024-08-20 13:23:31 | 50.92 | 96.8% |
68 | 2024-03-20 12:58:19 | 46.96 | 96.9% |
40 | 2024-01-31 14:29:25 | 42.85 | 94.6% |
29 | 2024-01-27 10:37:35 | 42.40 | 94.1% |
16 | 2024-01-17 16:12:03 | 43.65 | 95.5% |