Searched refs:wq_wait_final (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/include/kernel/ |
| H A D | wait_queue.h | 49 TEE_Result wq_wait_final(struct wait_queue *wq, struct wait_queue_elem *wqe,
|
| /optee_os/core/kernel/ |
| H A D | mutex.c | 64 wq_wait_final(&m->wq, &wqe, 0, m, fname, lineno); in __mutex_lock() 209 wq_wait_final(&m->wq, &wqe, 0, m, fname, lineno); in __mutex_read_lock() 473 res = wq_wait_final(&m->wq, &wqe, timeout_ms, m, fname, lineno); in __condvar_wait_timeout()
|
| H A D | wait_queue.c | 99 TEE_Result wq_wait_final(struct wait_queue *wq, struct wait_queue_elem *wqe, in wq_wait_final() function
|