Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dlockmgr.h93 int lockmgr_chain(struct thread *td, struct thread **ownerp);
H A Dsx.h128 int sx_chain(struct thread *td, struct thread **ownerp);
/f-stack/freebsd/kern/
H A Dkern_sx.c1534 sx_chain(struct thread *td, struct thread **ownerp) in sx_chain() argument
1550 *ownerp = sx_xholder(sx); in sx_chain()
H A Dkern_lock.c1790 lockmgr_chain(struct thread *td, struct thread **ownerp) in lockmgr_chain() argument
1804 *ownerp = lockmgr_xholder(lk); in lockmgr_chain()