Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dsynclink_gt.c192 static void remove_cond_wait(struct cond_wait **head, struct cond_wait *w);
3041 static void remove_cond_wait(struct cond_wait **head, struct cond_wait *cw) in remove_cond_wait() function
3119 remove_cond_wait(&info->gpio_wait_q, &wait); in wait_gpio()