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 |
---|---|---|---|
59 | 2023-09-17 14:36:09 | 23.33 | 90.7% |
47 | 2023-08-17 21:10:59 | 25.41 | 92.4% |
41 | 2023-08-14 19:47:39 | 23.04 | 90.5% |
23 | 2023-07-25 00:11:35 | 22.30 | 92.7% |