View Pit Stop page for race #1 by mr_bot10 — Ghost race
View profile for Heaven (mr_bot10)
Official speed | 25.78 wpm (119.16 seconds elapsed during race) |
---|---|
Race Start | June 30, 2023 10:58:51am UTC |
Race Finish | June 30, 2023 11:00:51am UTC |
Outcome | Win (1 of 2) |
Accuracy | 96.0% |
Points | 11.17 |
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)); |