Home
last modified time | relevance | path

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

/f-stack/freebsd/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.c442 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()
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()
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()
H A Dvchiq_2835_arm.c509 if (down_interruptible(&g_free_fragments_sema) != 0) { in create_pagelist()
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c339 down_interruptible(struct semaphore *s) in down_interruptible() function
H A Dvchi_bsd.h249 int down_interruptible(struct semaphore *s);