I'M GENIUS (samson1016)

Race #4

View Pit Stop page for race #4 by samson1016Ghost race

View profile for I'M GENIUS (samson1016)

Official speed 23.40 wpm (131.28 seconds elapsed during race)
Race Start March 25, 2011 2:36:45am UTC
Race Finish March 25, 2011 2:38:57am UTC
Outcome No win (3 of 3)
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));