Searched refs:temphead (Results 1 – 1 of 1) sorted by relevance
666 static struct tempnode *volatile temphead; variable667 static struct tempnode *volatile *temptail = &temphead;814 for (node = temphead; node; node = node->next) in cleanup()816 temphead = nullptr; in cleanup()824 if (temphead) in exit_cleanup()1068 saved_temphead = temphead; in pipe_fork()1069 temphead = nullptr; in pipe_fork()1074 temphead = saved_temphead; in pipe_fork()1253 for (pnode = &temphead; (node = *pnode)->name != name; pnode = &node->next) in zaptemp()4086 struct tempnode *node = temphead; in sort()