Home
last modified time | relevance | path

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

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