Searched refs:cond_wait (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/tools/perf/bench/ |
A D | futex-wake.c | 73 cond_wait(&thread_worker, &thread_lock); in workerfn() 196 cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()
|
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()
|
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()
|
A D | futex-requeue.c | 90 cond_wait(&thread_worker, &thread_lock); in workerfn() 227 cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()
|
A D | futex-wake-parallel.c | 133 cond_wait(&thread_worker, &thread_lock); in blocked_workerfn() 313 cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel()
|
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()
|
A D | epoll-wait.c | 197 cond_wait(&thread_worker, &thread_lock); in workerfn() 501 cond_wait(&thread_parent, &thread_lock); in bench_epoll_wait()
|
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()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | mutex.h | 104 void cond_wait(struct cond *cnd, struct mutex *mtx) EXCLUSIVE_LOCKS_REQUIRED(mtx);
|
A D | mutex.c | 106 void cond_wait(struct cond *cnd, struct mutex *mtx) in cond_wait() function
|
/linux-6.3-rc2/drivers/tty/ |
A D | synclink_gt.c | 159 struct cond_wait { struct 160 struct cond_wait *next; argument 165 static void flush_cond_wait(struct cond_wait **head); argument 242 struct cond_wait *gpio_wait_q; 2249 struct cond_wait *w, *prev; in isr_gpio() 2919 static void init_cond_wait(struct cond_wait *w, unsigned int data) in init_cond_wait() 2926 static void add_cond_wait(struct cond_wait **head, struct cond_wait *w) in add_cond_wait() 2934 static void remove_cond_wait(struct cond_wait **head, struct cond_wait *cw) in remove_cond_wait() 2936 struct cond_wait *w, *prev; in remove_cond_wait() 2950 static void flush_cond_wait(struct cond_wait **head) in flush_cond_wait() [all …]
|
/linux-6.3-rc2/tools/tracing/latency/ |
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()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-top.c | 1106 cond_wait(&top->qe.cond, &top->qe.mutex); in process_thread()
|
Completed in 27 milliseconds