View Pit Stop page for race #3 by elitefroggy — Ghost race
View profile for Bo (elitefroggy)
Official speed | 36.92 wpm (83.21 seconds elapsed during race) |
---|---|
Race Start | January 31, 2015 4:38:10am UTC |
Race Finish | January 31, 2015 4:39:33am UTC |
Outcome | Win (1 of 4) |
Accuracy | 90.0% |
Points | 0.00 |
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)); |