View Pit Stop page for race #1 by tmr0222 — Ghost race
View profile for Tamer (tmr0222)
Official speed | 49.36 wpm (62.24 seconds elapsed during race) |
---|---|
Race Start | September 18, 2017 7:33:21pm UTC |
Race Finish | September 18, 2017 7:34:24pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 21.39 |
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)); |