ghoudiy (ghoudiy)

Race #36

View Pit Stop page for race #36 by ghoudiyGhost race

View profile for ghoudiy (ghoudiy)

Official speed 62.72 wpm (48.98 seconds elapsed during race)
Race Start June 27, 2023 1:46:22pm UTC
Race Finish June 27, 2023 1:47:11pm UTC
Outcome Win (1 of 2)
Opponents 2. beachtukrey (62.47 wpm)
Accuracy 97.0%
Points 27.18
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));