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 |
---|---|---|---|
120 | 2025-06-30 01:52:21 | 27.16 | 92% |
105 | 2025-06-30 00:58:17 | 26.58 | 91% |
82 | 2025-06-22 22:35:32 | 27.79 | 92% |
78 | 2025-06-20 22:49:32 | 25.65 | 92% |
68 | 2025-06-08 00:47:10 | 24.20 | 89% |
48 | 2025-06-02 00:25:47 | 24.62 | 91% |
45 | 2025-05-30 01:26:27 | 23.06 | 92% |