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 |
---|---|---|---|
78 | 2025-07-13 14:27:19 | 12.92 | 92% |
68 | 2025-06-23 20:46:50 | 15.99 | 94% |
58 | 2025-06-23 19:05:31 | 14.71 | 92% |
39 | 2025-06-11 19:17:57 | 17.40 | 94% |
37 | 2025-06-11 18:51:39 | 15.63 | 95% |
35 | 2025-06-11 18:41:15 | 14.07 | 92% |
25 | 2025-06-10 22:13:15 | 11.77 | 92% |
8 | 2025-05-28 20:12:55 | 13.53 | 94% |
1 | 2025-05-21 01:10:19 | 6.74 | 88.5% |