Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/vchiq/dist/interface/compat/
H A Dvchi_bsd.h164 int down_trylock(struct semaphore *s);
H A Dvchi_bsd.c190 down_trylock(struct semaphore *s) in down_trylock() function
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_core.c590 if (down_trylock(&state->slot_available_event) != 0) { in reserve_space()