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 |
---|---|---|---|
98 | 2024-01-17 02:59:40 | 81.70 | 97.8% |
69 | 2023-08-12 04:29:43 | 69.62 | 96.9% |
52 | 2023-08-09 06:54:30 | 65.42 | 93.3% |
27 | 2023-08-09 06:26:56 | 62.58 | 94.7% |