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 |
---|---|---|---|
479 | 2025-04-29 13:59:49 | 44.86 | 94% |
427 | 2025-03-29 16:40:21 | 46.93 | 93% |
407 | 2025-03-21 14:25:47 | 42.84 | 92% |
375 | 2025-03-14 17:52:13 | 42.43 | 94% |
308 | 2025-02-09 16:13:10 | 47.31 | 95% |
301 | 2025-02-07 17:04:10 | 41.67 | 93% |
112 | 2024-12-30 20:29:12 | 37.78 | 93.2% |
110 | 2024-12-30 19:47:58 | 42.81 | 93.2% |
38 | 2024-12-24 11:48:42 | 32.81 | 93.4% |
2 | 2024-12-21 09:28:18 | 28.66 | 90.7% |