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 |
---|---|---|---|
204 | 2023-09-08 01:01:04 | 30.38 | 93.3% |
197 | 2023-09-05 02:42:11 | 24.50 | 92.5% |
142 | 2023-08-11 04:38:07 | 18.50 | 90.8% |
141 | 2023-08-11 04:31:34 | 23.92 | 90.9% |
97 | 2023-07-09 03:19:44 | 29.85 | 93.3% |
82 | 2023-07-07 02:40:10 | 26.83 | 92.1% |
70 | 2023-07-07 02:08:13 | 25.54 | 91.1% |
61 | 2023-07-06 01:53:37 | 28.04 | 91.8% |
38 | 2023-07-05 01:21:56 | 24.95 | 92.7% |
28 | 2023-07-03 03:08:31 | 28.16 | 91.6% |
16 | 2023-06-30 03:08:34 | 27.29 | 91.9% |
7 | 2023-06-24 01:17:54 | 27.69 | 92.9% |