View Pit Stop page for race #2 by priscilacervantes — Ghost race
View profile for priscila (priscilacervantes)
Official speed | 19.74 wpm (155.62 seconds elapsed during race) |
---|---|
Race Start | May 22, 2025 1:38:20am UTC |
Race Finish | May 22, 2025 1:40:56am UTC |
Outcome | No win (9 of 17) |
Opponents |
2. jhosmarmamani (32.68 wpm) 6. alvaro__ (21.20 wpm) 8. noelelias (20.32 wpm) |
Accuracy | 89.0% |
Points | 8.55 |
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)); |