Home
last modified time | relevance | path

Searched defs:cond_wait (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/util/
Dmutex.c106 void cond_wait(struct cond *cnd, struct mutex *mtx) in cond_wait() function
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/tty/
Dsynclink_gt.c160 struct cond_wait { struct
161 struct cond_wait *next; argument
166 static void flush_cond_wait(struct cond_wait **head); argument
/kernel/linux/linux-6.6/tools/tracing/latency/
Dlatency-collector.c346 static __always_inline void cond_wait(pthread_cond_t *restrict cond, in cond_wait() function