Home
last modified time | relevance | path

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

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.c83 if (down_interruptible(&queue->pop) != 0) { in vchiu_queue_push()
110 if (down_interruptible(&queue->push) != 0) { in vchiu_queue_peek()
131 if (down_interruptible(&queue->push) != 0) { in vchiu_queue_pop()
H A Dvchiq_killable.h50 ret = down_interruptible(sem); in down_interruptible_killable()
54 #define down_interruptible down_interruptible_killable macro
H A Dvchiq_core.c449 if (down_interruptible(ACTUAL_EVENT_SEM_ADDR(ref,event->event)) != 0) { in remote_event_wait()
610 (down_interruptible( in reserve_space()
831 if (down_interruptible(&state->data_quota_event) in queue_message()
862 if (down_interruptible(&service_quota->quota_event) in queue_message()
2735 if (down_interruptible(&service->remove_event) != 0) { in vchiq_open_service_internal()
3108 if (down_interruptible(&state->connect) != 0) in vchiq_connect_internal()
3207 if (down_interruptible(&service->remove_event) != 0) { in vchiq_close_service()
3268 if (down_interruptible(&service->remove_event) != 0) { in vchiq_remove_service()
3353 if (down_interruptible(&service->bulk_remove_event) in vchiq_bulk_transfer()
3436 if (down_interruptible(&bulk_waiter->event) != 0) in vchiq_bulk_transfer()
H A Dvchiq_arm.c221 if (down_interruptible(&instance->remove_event) != 0) { in add_completion()
331 if (down_interruptible(&user_service->remove_event) in service_callback()
647 down_interruptible(&user_service->close_event)) in vchiq_ioctl()
679 down_interruptible(&user_service->close_event)) in vchiq_ioctl()
928 rc = down_interruptible(&instance->insert_event); in vchiq_ioctl()
1178 if (down_interruptible( in vchiq_ioctl()
H A Dvchiq_2835_arm.c572 if (down_interruptible(&g_free_fragments_sema) != 0) { in create_pagelist()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsemaphore.h46 #define down_interruptible(_sem) sema_wait(&(_sem)->sema), 0 macro
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c338 down_interruptible(struct semaphore *s) in down_interruptible() function
H A Dvchi_bsd.h249 int down_interruptible(struct semaphore *s);
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_user_mad.c1044 if (down_interruptible(&port->sm_sem)) { in ib_umad_sm_open()