View Pit Stop page for race #15 by mau_r123 — Ghost race
View profile for Carlos Mauricio Riverin Vasquez (mau_r123)
Official speed | 22.56 wpm (136.17 seconds elapsed during race) |
---|---|
Race Start | May 22, 2025 1:38:20am UTC |
Race Finish | May 22, 2025 1:40:37am UTC |
Outcome | No win (5 of 17) |
Opponents |
2. jhosmarmamani (32.68 wpm) 3. fa1progra (29.17 wpm) 4. blizhte (24.18 wpm) 6. alvaro__ (21.20 wpm) 8. noelelias (20.32 wpm) 9. priscilacervantes (19.74 wpm) 10. magali_alanoca (19.23 wpm) |
Accuracy | 96.0% |
Points | 9.78 |
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)); |