Home
last modified time | relevance | path

Searched defs:down_trylock (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDsemaphore.h48 #define down_trylock(_sem) !sema_trywait(&(_sem)->sema) macro
/NextBSD/sys/contrib/vchiq/interface/compat/
HDvchi_bsd.c369 down_trylock(struct semaphore *s) in down_trylock() function