Home
last modified time | relevance | path

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

/Linux-v5.15/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
/Linux-v5.15/tools/tracing/latency/
Dlatency-collector.c346 static __always_inline void cond_wait(pthread_cond_t *restrict cond, in cond_wait() function