Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dlockmgr.h93 int lockmgr_chain(struct thread *td, struct thread **ownerp);
/f-stack/freebsd/kern/
H A Dsubr_turnstile.c1213 if (!lockmgr_chain(td, &owner) && in print_lockchain()
H A Dkern_lock.c1790 lockmgr_chain(struct thread *td, struct thread **ownerp) in lockmgr_chain() function