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 |
---|---|---|---|
79 | 2024-12-29 15:10:29 | 52.17 | 97% |
75 | 2024-12-29 12:38:19 | 52.57 | 96.3% |
28 | 2024-12-25 14:11:45 | 54.19 | 95.7% |
27 | 2024-12-25 11:49:53 | 46.10 | 92.8% |
21 | 2024-12-25 11:41:47 | 46.32 | 94.8% |
8 | 2024-12-22 12:54:07 | 52.05 | 95% |