Searched refs:ownerp (Results 1 – 4 of 4) sorted by relevance
93 int lockmgr_chain(struct thread *td, struct thread **ownerp);
128 int sx_chain(struct thread *td, struct thread **ownerp);
1534 sx_chain(struct thread *td, struct thread **ownerp) in sx_chain() argument1550 *ownerp = sx_xholder(sx); in sx_chain()
1790 lockmgr_chain(struct thread *td, struct thread **ownerp) in lockmgr_chain() argument1804 *ownerp = lockmgr_xholder(lk); in lockmgr_chain()