Searched refs:ownerp (Results 1 – 4 of 4) sorted by relevance
91 int lockmgr_chain(struct thread *td, struct thread **ownerp);
126 int sx_chain(struct thread *td, struct thread **ownerp);
1536 sx_chain(struct thread *td, struct thread **ownerp) in sx_chain() argument1555 *ownerp = sx_xholder(sx); in sx_chain()
1777 lockmgr_chain(struct thread *td, struct thread **ownerp) in lockmgr_chain() argument1793 *ownerp = lockmgr_xholder(lk); in lockmgr_chain()