Searched refs:down_interruptible (Results 1 – 6 of 6) 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()
444 if (down_interruptible( in remote_event_wait()601 (down_interruptible( in reserve_space()822 if (down_interruptible(&state->data_quota_event) in queue_message()853 if (down_interruptible(&service_quota->quota_event) in queue_message()2732 if (down_interruptible(&service->remove_event) != 0) { in vchiq_open_service_internal()3105 if (down_interruptible(&state->connect) != 0) in vchiq_connect_internal()3204 if (down_interruptible(&service->remove_event) != 0) { in vchiq_close_service()3265 if (down_interruptible(&service->remove_event) != 0) { in vchiq_remove_service()3350 if (down_interruptible(&service->bulk_remove_event) in vchiq_bulk_transfer()3433 if (down_interruptible(&bulk_waiter->event) != 0) in vchiq_bulk_transfer()
246 if (down_interruptible(&instance->remove_event) != 0) { in add_completion()356 if (down_interruptible(&user_service->remove_event) in service_callback()618 down_interruptible(&user_service->close_event)) in vchiq_ioctl()648 down_interruptible(&user_service->close_event)) in vchiq_ioctl()815 rc = down_interruptible(&instance->insert_event); in vchiq_ioctl()973 if (down_interruptible( in vchiq_ioctl()
384 if (down_interruptible(&g_free_fragments_sema) != 0) { in vchiq_prepare_bulk_data()
163 int down_interruptible(struct semaphore *s);
167 down_interruptible(struct semaphore *s) in down_interruptible() function