FREE PALESTINE discord#unsalek (mustafa_reda)

Race #30

View Pit Stop page for race #30 by mustafa_redaGhost race

View profile for FREE PALESTINE discord#unsalek (mustafa_reda)

Official speed 57.90 wpm (53.06 seconds elapsed during race)
Race Start June 20, 2023 12:02:42am UTC
Race Finish June 20, 2023 12:03:35am UTC
Outcome Win (1 of 2)
Opponents 2. deadinside_101_2 (37.89 wpm)
Accuracy 94.0%
Points 25.09
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));