Searched refs:down_interruptible (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_killable.h50 ret = down_interruptible(sem);
54 #define down_interruptible down_interruptible_killable macro
H A Dvchiq_util.c83 if (down_interruptible(&queue->pop) != 0) {
110 if (down_interruptible(&queue->push) != 0) {
131 if (down_interruptible(&queue->push) != 0) {
H A Dvchiq_core.c442 if (down_interruptible(event->event) != 0) {
597 (down_interruptible(
818 if (down_interruptible(&state->data_quota_event)
849 if (down_interruptible(&service_quota->quota_event)
2716 if (down_interruptible(&service->remove_event) != 0) {
3089 if (down_interruptible(&state->connect) != 0)
3188 if (down_interruptible(&service->remove_event) != 0) {
3249 if (down_interruptible(&service->remove_event) != 0) {
3334 if (down_interruptible(&service->bulk_remove_event)
3417 if (down_interruptible(
[all...]
H A Dvchiq_arm.c222 if (down_interruptible(&instance->remove_event) != 0) {
332 if (down_interruptible(&user_service->remove_event)
604 down_interruptible(&user_service->close_event))
636 down_interruptible(&user_service->close_event))
812 rc = down_interruptible(&instance->insert_event);
993 if (down_interruptible(
H A Dvchiq_2835_arm.c520 if (down_interruptible(&g_free_fragments_sema) != 0) {
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsemaphore.h48 #define down_interruptible(_sem) sema_wait(&(_sem)->sema), 0 macro
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h253 int down_interruptible(struct semaphore *s);
H A Dvchi_bsd.c339 down_interruptible(struct semaphore *s) function
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_user_mad.c1046 if (down_interruptible(&port->sm_sem)) {

Completed in 82 milliseconds