Searched refs:down_interruptible (Results 1 – 9 of 9) sorted by relevance
83 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()
50 ret = down_interruptible(sem); in down_interruptible_killable()54 #define down_interruptible down_interruptible_killable macro
449 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()
221 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()
572 if (down_interruptible(&g_free_fragments_sema) != 0) { in create_pagelist()
46 #define down_interruptible(_sem) sema_wait(&(_sem)->sema), 0 macro
338 down_interruptible(struct semaphore *s) in down_interruptible() function
249 int down_interruptible(struct semaphore *s);
1044 if (down_interruptible(&port->sm_sem)) { in ib_umad_sm_open()