Home
last modified time | relevance | path

Searched refs:proc_type (Results 1 – 8 of 8) sorted by relevance

/onnv-gate/usr/src/uts/common/inet/
H A Dsqueue.c701 squeue_drain(squeue_t *sqp, uint_t proc_type, hrtime_t expire) in squeue_drain() argument
728 sqp->sq_state |= SQS_PROC | proc_type; in squeue_drain()
825 if ((now < expire) || (proc_type == SQS_WORKER)) { in squeue_drain()
840 if (proc_type == SQS_WORKER) in squeue_drain()
858 sqp->sq_state &= ~proc_type; in squeue_drain()
868 if ((proc_type == SQS_WORKER) && (sqp->sq_state & SQS_POLLING)) { in squeue_drain()
891 sqp->sq_state &= ~proc_type; in squeue_drain()
905 sqp->sq_state &= ~(SQS_PROC | proc_type); in squeue_drain()
914 if ((proc_type != SQS_WORKER) && in squeue_drain()
/onnv-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1581 mac_rx_srs_drain(mac_soft_ring_set_t *mac_srs, uint_t proc_type) in mac_rx_srs_drain() argument
1636 mac_srs->srs_state |= (SRS_PROC|proc_type); in mac_rx_srs_drain()
1741 if (proc_type == SRS_WORKER) { in mac_rx_srs_drain()
1757 mac_srs->srs_state &= ~proc_type; in mac_rx_srs_drain()
1791 mac_srs->srs_state &= ~(SRS_PROC|proc_type); in mac_rx_srs_drain()
1801 mac_srs->srs_state &= ~(SRS_PROC|proc_type); in mac_rx_srs_drain()
1821 mac_rx_srs_drain_bw(mac_soft_ring_set_t *mac_srs, uint_t proc_type) in mac_rx_srs_drain_bw() argument
1914 mac_srs->srs_state |= (SRS_PROC|proc_type); in mac_rx_srs_drain_bw()
2014 if (proc_type == SRS_WORKER) { in mac_rx_srs_drain_bw()
2035 mac_srs->srs_state &= ~proc_type; in mac_rx_srs_drain_bw()
[all …]
/onnv-gate/usr/src/cmd/auditreduce/
H A Doption.c95 static int proc_type(char *);
180 if (proc_type(optarg)) in process_options()
455 proc_type(char *optstr) in proc_type() function
/onnv-gate/usr/src/cmd/sendmail/src/
H A Dutil.c2466 int proc_type; member
2527 npv[i].proc_type = PROC_NONE;
2537 ProcListVec[i].proc_type = type;
2616 type = ProcListVec[i].proc_type;
2793 if (ProcListVec[i].proc_type != type)
/onnv-gate/usr/src/uts/i86pc/sys/
H A Dapic.h244 proc_type: 2, /* undocumented feature */ member
/onnv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h348 uint32_t proc_type:8; member
370 uint32_t proc_type:8; member
H A Demlxs_mbox.h1611 uint32_t proc_type:8; member
1633 uint32_t proc_type:8; member
/onnv-gate/usr/src/common/openssl/crypto/pem/
H A Dpem.h169 } proc_type; member