brush0669 (brush0669)

Race #1

View Pit Stop page for race #1 by brush0669Ghost race

View profile for brush0669 (brush0669)

Official speed 25.28 wpm (121.52 seconds elapsed during race)
Race Start June 16, 2025 10:20:49pm UTC
Race Finish June 16, 2025 10:22:50pm UTC
Outcome No win (3 of 3)
Accuracy 91.0%
Points 10.95
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));