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 |
---|---|---|---|
129 | 2024-10-23 08:26:23 | 31.08 | 95.2% |
122 | 2024-10-22 08:22:14 | 31.72 | 96.2% |
110 | 2024-08-05 12:51:14 | 29.99 | 94.6% |
99 | 2024-01-08 10:30:06 | 34.85 | 93.8% |
74 | 2023-11-30 11:50:54 | 29.71 | 94.1% |
61 | 2023-11-22 09:26:50 | 30.51 | 94.4% |
18 | 2023-10-05 08:55:01 | 29.05 | 93.4% |
17 | 2023-10-03 09:37:42 | 25.51 | 94.7% |
6 | 2023-09-21 11:05:16 | 24.00 | 92.4% |