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 |
---|---|---|---|
241 | 2025-05-02 15:53:21 | 33.95 | 93.8% |
238 | 2025-04-28 20:47:04 | 32.43 | 96.3% |
220 | 2025-04-01 14:44:56 | 33.86 | 95.3% |
177 | 2024-12-24 14:48:49 | 34.70 | 95% |
167 | 2024-12-04 16:30:10 | 34.12 | 94.6% |
134 | 2024-09-01 18:04:50 | 33.27 | 95.4% |
109 | 2024-07-24 17:09:25 | 34.25 | 94.7% |
81 | 2024-06-18 15:19:25 | 27.72 | 93.8% |
39 | 2024-03-30 15:52:02 | 33.85 | 96.2% |
20 | 2024-03-22 20:52:19 | 31.72 | 95.6% |
19 | 2024-03-21 14:36:46 | 30.94 | 94.3% |
9 | 2024-03-14 14:21:03 | 29.15 | 94.9% |
2 | 2024-03-09 15:59:04 | 35.21 | 96.8% |