Searched refs:jtail (Results 1 – 1 of 1) sorted by relevance
36 static job *jhead = NULL, *jtail = NULL; variable58 jtail->next = j; in job_add()59 jtail = j; in job_add()73 jhead = jtail = NULL; in job_runqueue()