Home
last modified time | relevance | path

Searched refs:tids (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c41 pthread_t *tids; member
158 if (t->tids) { in test_passed()
159 free(t->tids); in test_passed()
215 t->tids = calloc(nthr, sizeof (pthread_t)); in test_run()
235 (void) pthread_create(&t->tids[i], NULL, test_thr_one, t); in test_run()
239 (void) pthread_join(t->tids[i], NULL); in test_run()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/threadname/
H A Dtst.threadname.c90 pthread_t tids[NR_THREADS]; in main() local
93 if (pthread_create(&tids[i], NULL, thread, NULL) != 0) in main()
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txc.c855 txc_ro_tids_t tids; in npi_txc_ro_states_get() local
900 TXC_FZC_CNTL_REG_READ64(handle, TXC_RO_TIDS_REG, port, &tids.value); in npi_txc_ro_states_get()
908 states->tids.value = tids.value; in npi_txc_ro_states_get()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c426 iids->tids += segs[j].count; in ecore_cxt_qm_iids()
436 iids->tids += vf_tids * p_mngr->vf_count; in ecore_cxt_qm_iids()
440 iids->cids, iids->vf_cids, iids->tids, vf_tids); in ecore_cxt_qm_iids()
785 qm_iids.vf_cids, qm_iids.tids, in ecore_cxt_cfg_ilt_compute()
791 qm_iids.cids, qm_iids.vf_cids, qm_iids.tids, in ecore_cxt_cfg_ilt_compute()
1571 iids.cids, iids.vf_cids, iids.tids, in ecore_qm_init_pf()
H A Decore.h337 u32 tids; member
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1663 sc->tids.ftid_base = val[2]; in get_params__post_init()
1664 sc->tids.nftids = val[3] - val[2] + 1; in get_params__post_init()
1707 sc->tids.ntids = val[0]; in get_params__post_init()
1708 sc->tids.natids = min(sc->tids.ntids / 2, MAX_ATIDS); in get_params__post_init()
1709 sc->tids.stid_base = val[1]; in get_params__post_init()
1710 sc->tids.nstids = val[2] - val[1] + 1; in get_params__post_init()
H A Dt4_ioctl.c1261 struct tid_info *t = &sc->tids; in read_tid_tab()
H A Dadapter.h534 struct tid_info tids; member
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fm.c836 (uint32_t)statsp->txc_stats.errlog.ro_st.tids.value, in nxge_fm_ereport()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txc_hw.h1248 txc_ro_tids_t tids; member