Searched refs:__sx_slock_try (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_sx.c | 991 __sx_slock_try(struct sx *sx, struct thread *td, uintptr_t *xp, bool fp in __sx_slock_try() function 1044 if (__sx_slock_try(sx, td, &x, false LOCK_FILE_LINE_ARG)) in _sx_slock_hard() 1081 if (__sx_slock_try(sx, td, &x, false LOCK_FILE_LINE_ARG)) in _sx_slock_hard() 1277 !__sx_slock_try(sx, td, &x, true LOCK_FILE_LINE_ARG))) in _sx_slock_int()
|