View Pit Stop page for race #39 by prysp — Ghost race
View profile for ProRick2358Y (prysp)
Official speed | 48.83 wpm (62.91 seconds elapsed during race) |
---|---|
Race Start | July 11, 2025 7:55:46pm UTC |
Race Finish | July 11, 2025 7:56:49pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 21.16 |
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)); |