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 |
---|---|---|---|
142 | 2023-09-18 11:37:52 | 50.81 | 98.1% |
102 | 2023-09-02 16:41:32 | 46.08 | 96.4% |
87 | 2023-08-31 10:59:08 | 52.11 | 98.1% |
75 | 2023-08-30 13:43:25 | 45.35 | 97.8% |
73 | 2023-08-30 13:39:15 | 41.64 | 96% |
72 | 2023-08-30 13:37:29 | 40.57 | 94.7% |
71 | 2023-08-30 13:35:46 | 43.39 | 97.8% |
54 | 2023-08-29 14:23:50 | 46.37 | 97.8% |
49 | 2023-08-24 11:48:32 | 40.38 | 95.3% |
21 | 2023-08-22 11:03:05 | 40.36 | 94.8% |
2 | 2023-08-21 13:33:31 | 32.84 | 92.3% |