Searched refs:WorkList (Results 1 – 1 of 1) sorted by relevance
2490 static WORK *WorkList = NULL; /* list of unsort work */ variable2656 w = &WorkList[wn];2938 (WorkList == NULL && wn > 0);2988 if (WorkList == NULL || wc <= 0)3005 qsort((char *) WorkList, wc, sizeof(*WorkList), workcmpf1);3015 if (!WorkList[i].w_lock)3020 w = &WorkList[i];3023 if (WorkList[i].w_host == NULL &&3025 WorkList[i].w_lock = true;3026 else if (WorkList[i].w_host != NULL &&[all …]