Searched refs:slot_available_event (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h487 struct semaphore slot_available_event; member in struct:vchiq_state_struct
H A Dvchiq_core.c586 if (down_trylock(&state->slot_available_event) != 0) {
598 &state->slot_available_event) != 0))
761 up(&state->slot_available_event);
2455 _sema_init(&state->slot_available_event, 0);
2469 up(&state->slot_available_event);

Completed in 112 milliseconds