View Pit Stop page for race #29 by mau_r123 — Ghost race
View profile for Carlos Mauricio Riverin Vasquez (mau_r123)
| Official speed | 25.47 wpm (120.61 seconds elapsed during race) |
|---|---|
| Race Start | June 15, 2025 12:50:06am UTC |
| Race Finish | June 15, 2025 12:52:06am UTC |
| Outcome | No win (8 of 19) |
| Opponents |
1. erick0334 (34.47 wpm) 3. fanor (31.46 wpm) 4. jgary199 (30.85 wpm) 5. blizhte (28.28 wpm) 7. fa1progra (27.09 wpm) 10. magali_alanoca (22.98 wpm) |
| Accuracy | 93.0% |
| Points | 11.04 |
| 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)); |