Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dlockmgr.h91 int lockmgr_chain(struct thread *td, struct thread **ownerp);
H A Dsx.h126 int sx_chain(struct thread *td, struct thread **ownerp);
/freebsd/sys/kern/
H A Dkern_sx.c1536 sx_chain(struct thread *td, struct thread **ownerp) in sx_chain() argument
1555 *ownerp = sx_xholder(sx); in sx_chain()
H A Dkern_lock.c1777 lockmgr_chain(struct thread *td, struct thread **ownerp) in lockmgr_chain() argument
1793 *ownerp = lockmgr_xholder(lk); in lockmgr_chain()