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

/illumos-gate/usr/src/uts/common/os/
H A Dport_subr.c269 * port_max_events is controlled by the resource control
274 if (pp->port_curr >= pp->port_max_events) {
328 if (pp->port_curr >= pp->port_max_events) {
361 while (pp->port_curr >= pp->port_max_events) {
466 if (--pp->port_curr < pp->port_max_events)
503 if (--pp->port_curr < pp->port_max_events)
/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h137 uint_t port_max_events; /* max. number of event per port */ member in struct:port
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c297 if (pp->port_curr < pp->port_max_events)
H A Dport.c758 pp->port_max_events = rctl_enforced_value(rc_process_portev,

Completed in 72 milliseconds