Searched refs:sync_obj (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/kernel/ |
| H A D | wait_queue.c | 25 const void *sync_obj __maybe_unused, in do_notif() 32 sync_obj, fname, lineno); in do_notif() 34 DMSG("%s thread %d %p", cmd_str, id, sync_obj); in do_notif() 81 const void *sync_obj, const char *fname, in wq_wait_final_helper() argument 86 do_notif(true, wqe->handle, timeout_ms, "sleep", sync_obj, fname, in wq_wait_final_helper() 100 uint32_t timeout_ms, const void *sync_obj, in wq_wait_final() argument 103 return wq_wait_final_helper(wq, wqe, timeout_ms, sync_obj, fname, in wq_wait_final() 107 void wq_wake_next(struct wait_queue *wq, const void *sync_obj, in wq_wake_next() argument 149 "wake ", sync_obj, fname, lineno); in wq_wake_next() 158 bool only_one, const void *sync_obj __unused, in wq_promote_condvar()
|
| /optee_os/core/include/kernel/ |
| H A D | wait_queue.h | 50 uint32_t timeout_ms, const void *sync_obj, 54 void wq_wake_next(struct wait_queue *wq, const void *sync_obj, 61 bool only_one, const void *sync_obj, const char *fname,
|