Home
last modified time | relevance | path

Searched refs:sx_chain (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dsx.h126 int sx_chain(struct thread *td, struct thread **ownerp);
/freebsd/sys/kern/
H A Dsubr_turnstile.c1212 !sx_chain(td, &owner)) { in print_lockchain()
H A Dkern_sx.c1551 sx_chain(struct thread *td, struct thread **ownerp) in sx_chain() function