Searched refs:io_wait (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmtcp.c344 io_wait (c, IOW_READ_TUN);
349 io_wait (c, IOW_READ_LINK);
356 io_wait (c, IOW_TO_TUN);
361 io_wait (c, IOW_TO_LINK|IOW_READ_TUN_FORCE);
523 * that input is available, and to call io_wait would be redundant.
H A Dmudp.c186 * Return the io_wait() flags appropriate for
250 /* set up and do the io_wait() */
252 io_wait (&multi.top, p2mp_iow_flags (&multi));
H A Dopenvpn.c84 io_wait (c, p2p_iow_flags (c));
H A Dforward-inline.h252 * Return the io_wait() flags appropriate for
271 io_wait (struct context *c, const unsigned int flags) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpktcdvd.h224 atomic_t io_wait; /* Number of pending IO operations */ member in struct:packet_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dpktcdvd.c1048 if (atomic_dec_and_test(&pkt->io_wait)) {
1066 atomic_dec(&pkt->io_wait);
1083 atomic_set(&pkt->io_wait, 0);
1135 atomic_inc(&pkt->io_wait);
1383 atomic_set(&pkt->io_wait, 1);
1418 if (atomic_read(&pkt->io_wait) > 0)
1429 if (atomic_read(&pkt->io_wait) > 0)

Completed in 68 milliseconds