Home
last modified time | relevance | path

Searched refs:EV_PID_HASHSIZE (Results 1 – 1 of 1) sorted by relevance

/src/crypto/krb5/src/util/verto/
H A Dev.c326 #ifndef EV_PID_HASHSIZE
327 # define EV_PID_HASHSIZE EV_FEATURE_DATA ? 16 : 1 macro
2626 static WL childs [EV_PID_HASHSIZE];
2641 for (w = (ev_child *)childs [chain & ((EV_PID_HASHSIZE) - 1)]; w; w = (ev_child *)((WL)w)->next) in child_reap()
2676 if ((EV_PID_HASHSIZE) > 1) in childcb()
3214 for (w = (ev_child *)childs [chain & ((EV_PID_HASHSIZE) - 1)]; w; w = (ev_child *)((WL)w)->next) in ev_verify()
4176 wlist_add (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w); in ev_child_start()
4190 wlist_del (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w); in ev_child_stop()
5088 for (i = (EV_PID_HASHSIZE); i--; ) in ev_walk()