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 |
---|---|---|---|
123 | 2024-12-24 17:35:14 | 37.45 | 93.7% |
121 | 2024-12-23 17:08:14 | 35.04 | 92.6% |
114 | 2024-12-23 10:02:18 | 35.54 | 93.8% |
103 | 2024-12-22 18:21:57 | 34.45 | 92.9% |
102 | 2024-12-22 12:33:56 | 31.93 | 91% |
68 | 2024-12-18 12:53:37 | 32.87 | 92.2% |
50 | 2024-12-17 14:17:26 | 37.37 | 93.1% |
5 | 2024-12-04 23:34:46 | 30.67 | 93.9% |