Searched refs:cond_wait (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/tools/perf/bench/ |
H A D | futex-wake.c | 73 cond_wait(&thread_worker, &thread_lock); in workerfn() 197 cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()
|
H A D | futex-lock-pi.c | 91 cond_wait(&thread_worker, &thread_lock); in workerfn() 214 cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi()
|
H A D | futex-hash.c | 81 cond_wait(&thread_worker, &thread_lock); in workerfn() 209 cond_wait(&thread_parent, &thread_lock); in bench_futex_hash()
|
H A D | futex-requeue.c | 90 cond_wait(&thread_worker, &thread_lock); in workerfn() 228 cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()
|
H A D | futex-wake-parallel.c | 136 cond_wait(&thread_worker, &thread_lock); in blocked_workerfn() 317 cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel()
|
H A D | epoll-ctl.c | 182 cond_wait(&thread_worker, &thread_lock); in workerfn() 383 cond_wait(&thread_parent, &thread_lock); in bench_epoll_ctl()
|
H A D | epoll-wait.c | 197 cond_wait(&thread_worker, &thread_lock); in workerfn() 506 cond_wait(&thread_parent, &thread_lock); in bench_epoll_wait()
|
H A D | numa.c | 1212 cond_wait(&g->start_work_cond, &g->start_work_mutex); in worker_thread() 1614 cond_wait(&g->startup_cond, &g->startup_mutex); in __bench_numa()
|
/openbmc/linux/tools/perf/util/ |
H A D | mutex.h | 104 void cond_wait(struct cond *cnd, struct mutex *mtx) EXCLUSIVE_LOCKS_REQUIRED(mtx);
|
H A D | mutex.c | 106 void cond_wait(struct cond *cnd, struct mutex *mtx) in cond_wait() function
|
/openbmc/linux/drivers/tty/ |
H A D | synclink_gt.c | 158 struct cond_wait { struct 159 struct cond_wait *next; argument 164 static void flush_cond_wait(struct cond_wait **head); argument 241 struct cond_wait *gpio_wait_q; 2247 struct cond_wait *w, *prev; in isr_gpio() 2917 static void init_cond_wait(struct cond_wait *w, unsigned int data) in init_cond_wait() 2924 static void add_cond_wait(struct cond_wait **head, struct cond_wait *w) in add_cond_wait() 2932 static void remove_cond_wait(struct cond_wait **head, struct cond_wait *cw) in remove_cond_wait() 2934 struct cond_wait *w, *prev; in remove_cond_wait() 2948 static void flush_cond_wait(struct cond_wait **head) in flush_cond_wait() [all …]
|
/openbmc/linux/tools/tracing/latency/ |
H A D | latency-collector.c | 346 static __always_inline void cond_wait(pthread_cond_t *restrict cond, in cond_wait() function 845 cond_wait(&q->cond, &q->mutex); in queue_cond_wait()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-top.c | 1110 cond_wait(&top->qe.cond, &top->qe.mutex); in process_thread()
|