Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_unit.c459 init_unrhdr(struct unrhdr *uh, int low, int high, struct mtx *mutex) in init_unrhdr() function
493 init_unrhdr(uh, low, high, mutex); in new_unrhdr()
524 init_unrhdr(uh, uh->low, uh->high, uh->mtx); in clear_unrhdr()
H A Dkern_procctl.c503 init_unrhdr(&pids, 1, PID_MAX, UNR_NO_MTX); in reap_kill_subtree()
/freebsd/sys/sys/
H A Dsystm.h531 void init_unrhdr(struct unrhdr *uh, int low, int high, struct mtx *mutex);