Searched refs:remove_from_proclist (Results 1 – 3 of 3) sorted by relevance
38 void remove_from_proclist(struct proclist_t *list, struct proclist_item_t *item);
341 remove_from_proclist(&wait_ons, curr); in wait_for_pids()353 remove_from_proclist(&daemons, curr); in wait_for_pids()400 remove_from_proclist(&daemons, curr); in wait_for_daemons()
44 void remove_from_proclist(struct proclist_t *list, struct proclist_item_t *item) in remove_from_proclist() function