View Pit Stop page for race #6 by lenag — Ghost race
Official speed | 49.04 wpm (62.64 seconds elapsed during race) |
---|---|
Race Start | November 3, 2017 10:07:08pm UTC |
Race Finish | November 3, 2017 10:08:11pm UTC |
Outcome | Win (1 of 3) |
Opponents |
3. hilsny (42.16 wpm) |
Accuracy | 94.0% |
Points | 21.25 |
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)); |