Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dsqueue.c599 squeue_drain(squeue_t *sqp, uint_t proc_type, hrtime_t expire) in squeue_drain() argument
615 if (proc_type != SQS_WORKER && STACK_BIAS + (uintptr_t)getfp() - in squeue_drain()
634 sqp->sq_state |= SQS_PROC | proc_type; in squeue_drain()
728 if ((now < expire) || (proc_type == SQS_WORKER)) { in squeue_drain()
743 if (proc_type == SQS_WORKER) in squeue_drain()
759 sqp->sq_state &= ~proc_type; in squeue_drain()
769 if ((proc_type == SQS_WORKER) && (sqp->sq_state & SQS_POLLING)) { in squeue_drain()
792 sqp->sq_state &= ~proc_type; in squeue_drain()
806 sqp->sq_state &= ~(SQS_PROC | proc_type); in squeue_drain()
811 if ((proc_type != SQS_WORKER) && in squeue_drain()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c2569 mac_rx_srs_drain(mac_soft_ring_set_t *mac_srs, uint_t proc_type) in mac_rx_srs_drain() argument
2624 mac_srs->srs_state |= (SRS_PROC|proc_type); in mac_rx_srs_drain()
2726 if (proc_type == SRS_WORKER) { in mac_rx_srs_drain()
2742 mac_srs->srs_state &= ~proc_type; in mac_rx_srs_drain()
2776 mac_srs->srs_state &= ~(SRS_PROC|proc_type); in mac_rx_srs_drain()
2786 mac_srs->srs_state &= ~(SRS_PROC|proc_type); in mac_rx_srs_drain()
2899 mac_srs->srs_state |= (SRS_PROC|proc_type); in mac_rx_srs_drain_bw()
2999 if (proc_type == SRS_WORKER) { in mac_rx_srs_drain_bw()
3020 mac_srs->srs_state &= ~proc_type; in mac_rx_srs_drain_bw()
3049 mac_srs->srs_state &= ~(SRS_PROC|proc_type); in mac_rx_srs_drain_bw()
[all …]
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c95 static int proc_type(char *);
180 if (proc_type(optarg)) in process_options()
447 proc_type(char *optstr) in proc_type() function
/illumos-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)
/illumos-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.h1768 uint32_t proc_type:8; member
1790 uint32_t proc_type:8; member
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h245 proc_type: 2, /* undocumented feature */ member