Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/char/ipmi/
Dipmi_watchdog.c181 static DECLARE_WAIT_QUEUE_HEAD(read_q);
847 add_wait_queue(&read_q, &wait); in ipmi_read()
854 remove_wait_queue(&read_q, &wait); in ipmi_read()
900 poll_wait(file, &read_q, wait); in ipmi_poll()
981 wake_up_interruptible(&read_q); in ipmi_wdog_pretimeout_handler()
/linux-3.4.99/drivers/staging/telephony/
Dixj.h1201 wait_queue_head_t read_q; member
Dixj.c2757 add_wait_queue(&j->read_q, &wait); in ixj_read()
2765 remove_wait_queue(&j->read_q, &wait); in ixj_read()
2771 remove_wait_queue(&j->read_q, &wait); in ixj_read()
2775 interruptible_sleep_on(&j->read_q); in ixj_read()
2778 remove_wait_queue(&j->read_q, &wait); in ixj_read()
2784 remove_wait_queue(&j->read_q, &wait); in ixj_read()
2957 wake_up_interruptible(&j->read_q); /* Wake any blocked readers */ in ixj_read_frame()
5170 wake_up_interruptible(&j->read_q); /* Wake any blocked readers */ in daa_set_mode()
6788 init_waitqueue_head(&j->read_q); in ixj_selfprobe()