Searched refs:down_trylock (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsemaphore.h49 #define down_trylock(_sem) !sema_trywait(&(_sem)->sema) macro
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h254 int down_trylock(struct semaphore *s);
H A Dvchi_bsd.c368 down_trylock(struct semaphore *s) function
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_user_mad.c1041 if (down_trylock(&port->sm_sem)) {
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c586 if (down_trylock(&state->slot_available_event) != 0) {

Completed in 86 milliseconds