Home
last modified time | relevance | path

Searched refs:num_proc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h211 uint32_t num_proc; member
230 uint32_t num_proc; member
249 uint32_t num_proc; member
267 uint32_t num_proc; member
H A Demlxs_fc.h1404 uint32_t num_proc; member
1431 uint32_t num_proc; member
1447 uint32_t num_proc; member
1465 uint32_t num_proc; member
/illumos-gate/usr/src/cmd/init/
H A Dinit.c451 #define num_proc (g_state->ist_num_proc) macro
1023 (process < proc_table + num_proc); process++) { in remv()
1033 (process < proc_table + num_proc); process++) { in remv()
1169 (process < proc_table + num_proc); process++) { in remv()
1482 (process < proc_table + num_proc); process++) { in findpslot()
1512 if (process == (proc_table + num_proc)) in findpslot()
2472 if (process == (proc_table + num_proc)) { in efork()
2473 int old_proc_table_size = num_proc; in efork()
2477 if (old_proc_table_size == num_proc) { in efork()
3788 num_proc <<= 1; in increase_proc_table_size()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c3412 wq->num_proc++; in emlxs_sli4_issue_iocb_cmd()
6374 hdr_rq->num_proc++; in emlxs_sli4_process_unsol_rcv()
7240 cq->num_proc += num_entries; in emlxs_sli4_process_cq()
7340 eq->num_proc += num_entries; in emlxs_sli4_process_eq()
8085 hba->sli.sli4.eq[i].num_proc = 0; in emlxs_sli4_zero_queue_stat()
8092 hba->sli.sli4.cq[i].num_proc = 0; in emlxs_sli4_zero_queue_stat()
8098 hba->sli.sli4.wq[i].num_proc = 0; in emlxs_sli4_zero_queue_stat()
8103 hba->sli.sli4.rq[i].num_proc = 0; in emlxs_sli4_zero_queue_stat()
H A Demlxs_solaris.c5458 qp->eq[i].num_proc = in emlxs_fca_port_manage()
5459 hba->sli.sli4.eq[i].num_proc; in emlxs_fca_port_manage()
5483 qp->cq[i].num_proc = in emlxs_fca_port_manage()
5484 hba->sli.sli4.cq[i].num_proc; in emlxs_fca_port_manage()
5506 qp->wq[i].num_proc = in emlxs_fca_port_manage()
5507 hba->sli.sli4.wq[i].num_proc; in emlxs_fca_port_manage()
5527 qp->rq[i].num_proc = in emlxs_fca_port_manage()
5528 hba->sli.sli4.rq[i].num_proc; in emlxs_fca_port_manage()