View Pit Stop page for race #1 by rusher_saint — Ghost race
View profile for zanzaslayer (rusher_saint)
Official speed | 36.85 wpm (83.36 seconds elapsed during race) |
---|---|
Race Start | February 4, 2023 4:47:10pm UTC |
Race Finish | February 4, 2023 4:48:33pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 15.97 |
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)); |