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