Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/char/ipmi/
Dipmi_watchdog.c178 static DECLARE_WAIT_QUEUE_HEAD(read_q);
812 add_wait_queue(&read_q, &wait); in ipmi_read()
819 remove_wait_queue(&read_q, &wait); in ipmi_read()
865 poll_wait(file, &read_q, wait); in ipmi_poll()
942 wake_up_interruptible(&read_q); in ipmi_wdog_pretimeout_handler()
/linux-2.6.39/drivers/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()
6769 init_waitqueue_head(&j->read_q); in ixj_selfprobe()