badomiso (badomiso)

Race #14

View Pit Stop page for race #14 by badomisoGhost race

View profile for badomiso (badomiso)

Official speed 38.87 wpm (79.03 seconds elapsed during race)
Race Start January 30, 2011 3:54:50pm UTC
Race Finish January 30, 2011 3:56:09pm UTC
Outcome No win (5 of 5)
Opponents 1. mikuhatsune (81.30 wpm)
2. danny45 (66.01 wpm)
3. atenza (62.97 wpm)
4. guda (42.76 wpm)
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));