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 |
---|---|---|---|
89 | 2025-03-15 18:35:16 | 46.39 | 93.9% |
70 | 2025-02-08 16:51:19 | 33.49 | 92% |
61 | 2025-02-05 17:13:45 | 35.47 | 92.2% |
14 | 2025-01-26 17:02:02 | 29.04 | 88.6% |
12 | 2025-01-23 13:57:47 | 28.39 | 91.5% |
3 | 2025-01-23 13:24:42 | 28.63 | 92.3% |
2 | 2025-01-22 10:44:04 | 26.80 | 90% |