Searched refs:waiting_for_removal (Results 1 – 1 of 1) sorted by relevance
185 struct waiting_for_removal { struct186 SLIST_ENTRY(waiting_for_removal) sle;191 static void waiting4removal_delete(job_t j, struct waiting_for_removal *w4r); argument535 SLIST_HEAD(, waiting_for_removal) removal_watchers;1425 struct waiting_for_removal *w4r; in job_remove()11930 struct waiting_for_removal *w4r;11932 if (!job_assumes(j, (w4r = malloc(sizeof(struct waiting_for_removal))) != NULL)) {11944 waiting4removal_delete(job_t j, struct waiting_for_removal *w4r)11948 SLIST_REMOVE(&j->removal_watchers, w4r, waiting_for_removal, sle);