Searched refs:port_block (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dport_subr.c64 port_block(port_queue_t *portq) function
74 * Undo port_block(portq).
409 port_block(portq);
451 port_block(portq);
633 port_block(portq);
/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h372 void port_block(port_queue_t *);
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c87 * The call to port_block() is required to avoid interaction
91 port_block(portq);
H A Dport.c1192 * The port_block() call is required to synchronize this
1196 port_block(portq);
1364 port_block(portq); /* block other threads here */
1730 * - port_getn() is using a temporary queue protected with port_block().

Completed in 653 milliseconds