View Pit Stop page for race #1 by hydeblazack — Ghost race
View profile for Sultan (hydeblazack)
Official speed | 27.71 wpm (110.86 seconds elapsed during race) |
---|---|
Race Start | May 29, 2023 7:39:31am UTC |
Race Finish | May 29, 2023 7:41:22am UTC |
Outcome | No win (3 of 3) |
Accuracy | 88.0% |
Points | 12.01 |
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)); |