mohit bhawnani (mohit_bhawnani)

Race #2

View Pit Stop page for race #2 by mohit_bhawnaniGhost race

View profile for mohit bhawnani (mohit_bhawnani)

Official speed 21.32 wpm (144.09 seconds elapsed during race)
Race Start January 22, 2025 10:16:08am UTC
Race Finish January 22, 2025 10:18:32am UTC
Outcome Win (1 of 3)
Accuracy 91.0%
Points 9.24
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));