Home | History | Annotate | Download | only in src

Lines Matching refs:jl

998 	Job	*jl, *oldest;
1010 for (jl = job_list; jl; jl = jl->next)
1011 if (jl != async_job && (jl->flags & JF_ZOMBIE) &&
1012 (!oldest || jl->age < oldest->age))
1013 oldest = jl;