Searched refs:sync_obj (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/kernel/ |
A D | wait_queue.c | 27 const void *sync_obj __maybe_unused, in do_notif() 34 sync_obj, fname, lineno); in do_notif() 36 DMSG("%s thread %d %p", cmd_str, id, sync_obj); in do_notif() 75 const void *sync_obj, const char *fname, int lineno) in wq_wait_final() argument 82 "sleep", sync_obj, fname, lineno); in wq_wait_final() 94 void wq_wake_next(struct wait_queue *wq, const void *sync_obj, in wq_wake_next() argument 136 "wake ", sync_obj, fname, lineno); in wq_wake_next() 145 bool only_one, const void *sync_obj __unused, in wq_promote_condvar()
|
/optee_os/core/include/kernel/ |
A D | wait_queue.h | 49 const void *sync_obj, const char *fname, int lineno); 52 void wq_wake_next(struct wait_queue *wq, const void *sync_obj, 59 bool only_one, const void *sync_obj, const char *fname,
|
Completed in 5 milliseconds