Home
last modified time | relevance | path

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

/linux-5.19.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
245 struct cond_wait *gpio_wait_q;
2254 struct cond_wait *w, *prev; in isr_gpio()
2924 static void init_cond_wait(struct cond_wait *w, unsigned int data) in init_cond_wait()
2931 static void add_cond_wait(struct cond_wait **head, struct cond_wait *w) in add_cond_wait()
2939 static void remove_cond_wait(struct cond_wait **head, struct cond_wait *cw) in remove_cond_wait()
2941 struct cond_wait *w, *prev; in remove_cond_wait()
2955 static void flush_cond_wait(struct cond_wait **head) in flush_cond_wait()
[all …]
/linux-5.19.10/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()