Home
last modified time | relevance | path

Searched refs:cond_wait (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/bench/
H A Dfutex-hash.c81 cond_wait(&thread_worker, &thread_lock); in workerfn()
209 cond_wait(&thread_parent, &thread_lock); in bench_futex_hash()
H A Dfutex-lock-pi.c91 cond_wait(&thread_worker, &thread_lock); in workerfn()
214 cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi()
H A Dfutex-wake.c73 cond_wait(&thread_worker, &thread_lock); in workerfn()
197 cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()
H A 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()
H A Dfutex-requeue.c90 cond_wait(&thread_worker, &thread_lock); in workerfn()
228 cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()
H A Depoll-wait.c197 cond_wait(&thread_worker, &thread_lock); in workerfn()
501 cond_wait(&thread_parent, &thread_lock); in bench_epoll_wait()
H A Depoll-ctl.c182 cond_wait(&thread_worker, &thread_lock); in workerfn()
383 cond_wait(&thread_parent, &thread_lock); in bench_epoll_ctl()
H A 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()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmutex.c106 void cond_wait(struct cond *cnd, struct mutex *mtx) in cond_wait() function
H A Dmutex.h104 void cond_wait(struct cond *cnd, struct mutex *mtx) EXCLUSIVE_LOCKS_REQUIRED(mtx);
/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclink_gt.c160 struct cond_wait { struct
161 struct cond_wait *next;
166 static void flush_cond_wait(struct cond_wait **head);
245 struct cond_wait *gpio_wait_q;
2257 struct cond_wait *w, *prev; in isr_gpio()
2934 static void init_cond_wait(struct cond_wait *w, unsigned int data) in init_cond_wait()
2941 static void add_cond_wait(struct cond_wait **head, struct cond_wait *w) in add_cond_wait()
2949 static void remove_cond_wait(struct cond_wait **head, struct cond_wait *c
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dsynclink_gt.c158 struct cond_wait { struct
159 struct cond_wait *next;
164 static void flush_cond_wait(struct cond_wait **head);
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 *c
[all...]
/kernel/linux/linux-6.6/tools/tracing/latency/
H A 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()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-top.c1111 cond_wait(&top->qe.cond, &top->qe.mutex); in process_thread()

Completed in 20 milliseconds