View Pit Stop page for race #137 by samiraarancibia123426 — Ghost race
View profile for samiraarancibia (samiraarancibia123426)
Official speed | 27.99 wpm (109.75 seconds elapsed during race) |
---|---|
Race Start | June 30, 2025 12:56:21am UTC |
Race Finish | June 30, 2025 12:58:11am UTC |
Outcome | No win (2 of 8) |
Opponents |
1. beltran_tarqui (31.87 wpm) 3. sharick_chungara (26.58 wpm) |
Accuracy | 93.0% |
Points | 12.13 |
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)); |