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