Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dlockmgr.h91 int lockmgr_chain(struct thread *td, struct thread **ownerp);
/freebsd/sys/kern/
H A Dsubr_turnstile.c1212 if (!lockmgr_chain(td, &owner) && in print_lockchain()
H A Dkern_lock.c1777 lockmgr_chain(struct thread *td, struct thread **ownerp) in lockmgr_chain() function