Searched refs:job_list (Results 1 – 1 of 1) sorted by relevance
115 static Job *job_list; /* job list */ variable211 for (j = job_list; j != NULL; j = j->next) { in j_exit()597 for (j = job_list; j; j = j->next) in waitfor()779 for (j = job_list; j != NULL; j = j->next) { in j_stopped_running()807 for (j = job_list; j; j = j->next) in j_njobs()840 j = job_list; in j_jobs()853 for (j = job_list; j; j = tmp) { in j_jobs()870 for (j = job_list; j; j = j->next) { in j_notify()881 for (j = job_list; j; j = tmp) { in j_notify()926 for (jl = job_list; jl; jl = jl->next) in j_set_async()[all …]