Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c368 down_trylock(struct semaphore *s) in down_trylock() function
H A Dvchi_bsd.h250 int down_trylock(struct semaphore *s);
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c586 if (down_trylock(&state->slot_available_event) != 0) { in reserve_space()