Symbol: cond_wait
drivers/tty/synclink_gt.c
160
struct cond_wait *next;
drivers/tty/synclink_gt.c
165
static void flush_cond_wait(struct cond_wait **head);
drivers/tty/synclink_gt.c
2248
struct cond_wait *w, *prev;
drivers/tty/synclink_gt.c
242
struct cond_wait *gpio_wait_q;
drivers/tty/synclink_gt.c
2918
static void init_cond_wait(struct cond_wait *w, unsigned int data)
drivers/tty/synclink_gt.c
2925
static void add_cond_wait(struct cond_wait **head, struct cond_wait *w)
drivers/tty/synclink_gt.c
2933
static void remove_cond_wait(struct cond_wait **head, struct cond_wait *cw)
drivers/tty/synclink_gt.c
2935
struct cond_wait *w, *prev;
drivers/tty/synclink_gt.c
2949
static void flush_cond_wait(struct cond_wait **head)
drivers/tty/synclink_gt.c
2978
struct cond_wait wait;
tools/perf/bench/epoll-ctl.c
182
cond_wait(&thread_worker, &thread_lock);
tools/perf/bench/epoll-ctl.c
383
cond_wait(&thread_parent, &thread_lock);
tools/perf/bench/epoll-wait.c
197
cond_wait(&thread_worker, &thread_lock);
tools/perf/bench/epoll-wait.c
506
cond_wait(&thread_parent, &thread_lock);
tools/perf/bench/futex-hash.c
214
cond_wait(&thread_parent, &thread_lock);
tools/perf/bench/futex-hash.c
84
cond_wait(&thread_worker, &thread_lock);
tools/perf/bench/futex-lock-pi.c
218
cond_wait(&thread_parent, &thread_lock);
tools/perf/bench/futex-lock-pi.c
94
cond_wait(&thread_worker, &thread_lock);
tools/perf/bench/futex-requeue.c
233
cond_wait(&thread_parent, &thread_lock);
tools/perf/bench/futex-requeue.c
93
cond_wait(&thread_worker, &thread_lock);
tools/perf/bench/futex-wake-parallel.c
139
cond_wait(&thread_worker, &thread_lock);
tools/perf/bench/futex-wake-parallel.c
323
cond_wait(&thread_parent, &thread_lock);
tools/perf/bench/futex-wake.c
200
cond_wait(&thread_parent, &thread_lock);
tools/perf/bench/futex-wake.c
75
cond_wait(&thread_worker, &thread_lock);
tools/perf/bench/numa.c
1265
cond_wait(&g->start_work_cond, &g->start_work_mutex);
tools/perf/bench/numa.c
1667
cond_wait(&g->startup_cond, &g->startup_mutex);
tools/perf/builtin-top.c
1119
cond_wait(&top->qe.cond, &top->qe.mutex);
tools/perf/util/mutex.h
125
void cond_wait(struct cond *cnd, struct mutex *mtx) EXCLUSIVE_LOCKS_REQUIRED(mtx);
tools/tracing/latency/latency-collector.c
845
cond_wait(&q->cond, &q->mutex);