View Pit Stop page for race #10 by priscilacervantes23 — Ghost race
View profile for priscila (priscilacervantes23)
Official speed | 19.06 wpm (161.18 seconds elapsed during race) |
---|---|
Race Start | May 15, 2025 12:45:27am UTC |
Race Finish | May 15, 2025 12:48:09am UTC |
Outcome | No win (3 of 8) |
Opponents |
2. jhony99 (20.37 wpm) |
Accuracy | 90.0% |
Points | 8.26 |
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)); |