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 |
---|---|---|---|
139 | 2025-01-26 10:51:15 | 28.80 | 93% |
71 | 2024-05-07 10:21:53 | 26.78 | 95.7% |
35 | 2024-04-08 06:49:10 | 24.72 | 95% |
31 | 2024-04-08 06:40:08 | 19.32 | 93.2% |
25 | 2024-03-26 05:16:48 | 22.95 | 93.4% |
14 | 2024-03-23 21:47:40 | 18.77 | 92.8% |