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 |
---|---|---|---|
55 | 2025-06-05 22:17:33 | 37.52 | 95% |
52 | 2025-06-05 22:11:47 | 39.72 | 96% |
50 | 2024-08-12 20:28:21 | 36.18 | 96.5% |
47 | 2023-12-21 16:39:16 | 41.73 | 93.8% |
37 | 2023-12-06 13:22:07 | 45.70 | 96.1% |
18 | 2023-06-23 13:16:58 | 38.07 | 94.4% |
16 | 2023-06-23 13:12:49 | 37.37 | 97.1% |
11 | 2023-06-21 13:15:52 | 34.60 | 94.7% |