Home
last modified time | relevance | path

Searched refs:cond_wait (Results 1 – 13 of 13) sorted by relevance

/linux-6.6.21/tools/perf/bench/
Dfutex-wake.c73 cond_wait(&thread_worker, &thread_lock); in workerfn()
197 cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()
Dfutex-lock-pi.c91 cond_wait(&thread_worker, &thread_lock); in workerfn()
214 cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi()
Dfutex-hash.c81 cond_wait(&thread_worker, &thread_lock); in workerfn()
209 cond_wait(&thread_parent, &thread_lock); in bench_futex_hash()
Dfutex-requeue.c90 cond_wait(&thread_worker, &thread_lock); in workerfn()
228 cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()
Dfutex-wake-parallel.c136 cond_wait(&thread_worker, &thread_lock); in blocked_workerfn()
317 cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel()
Depoll-ctl.c182 cond_wait(&thread_worker, &thread_lock); in workerfn()
383 cond_wait(&thread_parent, &thread_lock); in bench_epoll_ctl()
Depoll-wait.c197 cond_wait(&thread_worker, &thread_lock); in workerfn()
501 cond_wait(&thread_parent, &thread_lock); in bench_epoll_wait()
Dnuma.c1212 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.6.21/tools/perf/util/
Dmutex.h104 void cond_wait(struct cond *cnd, struct mutex *mtx) EXCLUSIVE_LOCKS_REQUIRED(mtx);
Dmutex.c106 void cond_wait(struct cond *cnd, struct mutex *mtx) in cond_wait() function
/linux-6.6.21/drivers/tty/
Dsynclink_gt.c158 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 …]
/linux-6.6.21/tools/tracing/latency/
Dlatency-collector.c346 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.6.21/tools/perf/
Dbuiltin-top.c1111 cond_wait(&top->qe.cond, &top->qe.mutex); in process_thread()