View Pit Stop page for race #82 by sharick_chungara — Ghost race
View profile for Sharick_Chungara (sharick_chungara)
Official speed | 27.79 wpm (110.54 seconds elapsed during race) |
---|---|
Race Start | June 22, 2025 10:33:42pm UTC |
Race Finish | June 22, 2025 10:35:32pm UTC |
Outcome | No win (2 of 16) |
Opponents |
6. tocsky (24.75 wpm) 7. alex_ramos (22.33 wpm) |
Accuracy | 92.0% |
Points | 12.04 |
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)); |