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 |
---|---|---|---|
118 | 2024-09-30 06:04:31 | 25.17 | 96.5% |
106 | 2024-09-28 01:47:48 | 24.34 | 95.1% |
87 | 2024-09-24 00:40:17 | 24.01 | 96.5% |
78 | 2024-09-22 07:41:26 | 22.17 | 95.7% |
72 | 2024-09-21 03:42:16 | 22.10 | 92.6% |
68 | 2024-09-21 03:30:40 | 22.05 | 95% |
9 | 2024-09-09 02:12:59 | 15.01 | 92.6% |
3 | 2024-09-07 03:24:24 | 13.62 | 93.4% |
2 | 2024-09-07 03:18:00 | 12.84 | 90.8% |