View Pit Stop page for race #108 by liz_mariela — Ghost race
View profile for Liz Mariela Perez Gervacio (liz_mariela)
Official speed | 27.69 wpm (110.94 seconds elapsed during race) |
---|---|
Race Start | June 22, 2025 10:33:42pm UTC |
Race Finish | June 22, 2025 10:35:32pm UTC |
Outcome | No win (4 of 16) |
Opponents |
1. beltran_tarqui (33.06 wpm) 2. sharick_chungara (27.79 wpm) 6. tocsky (24.75 wpm) 7. alex_ramos (22.33 wpm) |
Accuracy | 93.0% |
Points | 12.00 |
Text | #10004 (Length: 256 characters) 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)); |