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 |
---|---|---|---|
145 | 2024-12-13 12:55:29 | 33.24 | 93% |
143 | 2024-12-08 13:59:32 | 34.13 | 93.7% |
130 | 2024-12-08 06:57:50 | 29.51 | 92.2% |
120 | 2024-12-08 06:29:11 | 29.60 | 92.2% |
119 | 2024-11-30 13:49:28 | 32.86 | 94.8% |
73 | 2024-11-28 07:46:40 | 28.50 | 92.3% |
57 | 2024-11-27 03:58:52 | 31.31 | 92.3% |
9 | 2024-11-24 02:52:59 | 26.00 | 90.8% |