View Pit Stop page for race #15 by mohamed_2004_emad — Ghost race
View profile for Mohamed Emad Fathy (mohamed_2004_emad)
| Official speed | 23.34 wpm (131.62 seconds elapsed during race) |
|---|---|
| Race Start | April 4, 2025 3:51:24pm UTC |
| Race Finish | April 4, 2025 3:53:36pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 90.0% |
| Points | 10.12 |
| 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)); |