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 |
---|---|---|---|
121 | 2024-07-30 04:51:46 | 23.13 | 92.9% |
99 | 2024-05-14 06:38:46 | 20.32 | 91.4% |
97 | 2024-05-14 06:34:34 | 21.34 | 92% |
38 | 2024-03-20 23:58:36 | 26.16 | 92.5% |
31 | 2024-03-20 23:46:02 | 23.68 | 93.6% |
13 | 2024-03-20 01:32:12 | 23.22 | 93.2% |