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 |
---|---|---|---|
167 | 2024-08-11 02:31:17 | 39.46 | 97.5% |
165 | 2024-08-10 04:44:15 | 35.41 | 95.9% |
163 | 2024-08-10 04:40:45 | 33.18 | 97.5% |
136 | 2024-08-01 06:20:21 | 42.56 | 97.8% |
128 | 2024-07-31 03:55:22 | 36.19 | 95.3% |
103 | 2024-06-20 07:00:27 | 42.04 | 96.4% |
47 | 2024-05-12 00:48:35 | 29.24 | 96.2% |
44 | 2024-05-11 01:50:26 | 33.89 | 97.4% |
34 | 2024-05-07 17:23:13 | 34.32 | 97.8% |
33 | 2024-05-07 17:21:11 | 29.25 | 95.5% |
4 | 2023-01-30 01:40:24 | 33.52 | 96% |