Searched refs:down_interruptible (Results 1 – 7 of 7) 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
442 if (down_interruptible(event->event) != 0) { in remote_event_wait()597 (down_interruptible( in reserve_space()818 if (down_interruptible(&state->data_quota_event) in queue_message()849 if (down_interruptible(&service_quota->quota_event) in queue_message()2716 if (down_interruptible(&service->remove_event) != 0) { in vchiq_open_service_internal()3089 if (down_interruptible(&state->connect) != 0) in vchiq_connect_internal()3188 if (down_interruptible(&service->remove_event) != 0) { in vchiq_close_service()3249 if (down_interruptible(&service->remove_event) != 0) { in vchiq_remove_service()3334 if (down_interruptible(&service->bulk_remove_event) in vchiq_bulk_transfer()3417 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()603 down_interruptible(&user_service->close_event)) in vchiq_ioctl()635 down_interruptible(&user_service->close_event)) in vchiq_ioctl()811 rc = down_interruptible(&instance->insert_event); in vchiq_ioctl()992 if (down_interruptible( in vchiq_ioctl()
509 if (down_interruptible(&g_free_fragments_sema) != 0) { in create_pagelist()
339 down_interruptible(struct semaphore *s) in down_interruptible() function
249 int down_interruptible(struct semaphore *s);