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

/freebsd-10.0-release/sys/sys/
H A Dlockmgr.h83 int lockmgr_chain(struct thread *td, struct thread **ownerp);
H A Dsx.h115 int sx_chain(struct thread *td, struct thread **ownerp);
/freebsd-10.0-release/sys/kern/
H A Dkern_sx.c1187 * If the lock has an exclusive owner, return that in *ownerp.
1190 sx_chain(struct thread *td, struct thread **ownerp) argument
1206 *ownerp = sx_xholder(sx);
H A Dkern_lock.c1455 lockmgr_chain(struct thread *td, struct thread **ownerp) argument
1469 *ownerp = lockmgr_xholder(lk);

Completed in 173 milliseconds