View Pit Stop page for race #4 by dennis123123 — Ghost race
View profile for DENNIS (dennis123123)
Official speed | 35.47 wpm (86.61 seconds elapsed during race) |
---|---|
Race Start | July 11, 2023 2:26:40pm UTC |
Race Finish | July 11, 2023 2:28:06pm UTC |
Outcome | Win (1 of 7) |
Opponents |
2. weshente (29.76 wpm) |
Accuracy | 97.0% |
Points | 15.37 |
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)); |