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 |
---|---|---|---|
628 | 2025-04-23 06:32:52 | 29.79 | 95.9% |
623 | 2025-04-16 06:25:39 | 33.16 | 96.1% |
599 | 2024-11-07 09:54:51 | 38.92 | 95.5% |
575 | 2024-09-29 16:59:40 | 34.31 | 94.7% |
567 | 2024-09-29 15:29:25 | 30.60 | 95.3% |
556 | 2024-09-21 18:04:09 | 29.64 | 96.9% |
509 | 2024-02-17 19:54:10 | 30.49 | 92.2% |
501 | 2024-02-12 10:14:06 | 35.08 | 94.9% |
467 | 2024-01-18 13:55:48 | 33.03 | 95.9% |
335 | 2023-11-25 08:52:04 | 33.77 | 93.5% |
316 | 2023-11-19 17:39:22 | 30.63 | 92.7% |
289 | 2023-11-15 18:05:43 | 31.46 | 93.5% |
253 | 2023-11-05 18:45:50 | 32.51 | 96.4% |
249 | 2023-11-02 07:32:18 | 25.27 | 95.5% |
244 | 2023-10-31 07:01:16 | 25.74 | 94.2% |
119 | 2023-10-14 16:24:24 | 27.79 | 93.7% |
92 | 2023-09-30 06:10:45 | 28.65 | 95.8% |
27 | 2023-08-04 10:28:45 | 20.81 | 91.5% |
23 | 2023-08-04 10:18:26 | 12.06 | 92.5% |
22 | 2023-08-04 10:13:44 | 21.57 | 92.2% |