Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/dtrace/
H A Ddcpc.c147 for (i = 0; i < cpc_ncounters; i++) { in dcpc_fire()
164 for (i = 0; i < cpc_ncounters; i++) { in dcpc_fire()
295 for (i = 0; i < cpc_ncounters; i++) { in dcpc_provide()
435 for (i = 0; i < cpc_ncounters; i++) { in dcpc_create_set()
452 for (i = 0; i < cpc_ncounters; i++) { in dcpc_create_set()
482 for (j = 0; j < cpc_ncounters; j++) { in dcpc_program_cpu_event()
757 for (i = 0; i < cpc_ncounters; i++) { in dcpc_enable()
803 dcpc_enablings < cpc_ncounters)) { in dcpc_enable()
1073 kmem_free(dcpc_actv_reqs, cpc_ncounters * sizeof (dcpc_probe_t *)); in dcpc_detach()
1118 dcpc_ovf_mask = (1 << cpc_ncounters) - 1; in dcpc_attach()
[all …]
/titanic_44/usr/src/uts/common/os/
H A Dkcpc.c62 uint_t cpc_ncounters = 0; variable
154 cpc_ncounters = pcbe_ops->pcbe_ncounters(); in kcpc_register_pcbe()
371 ASSERT(n >= 0 && n < cpc_ncounters); in kcpc_configure_reqs()
768 for (i = 0; i < cpc_ncounters; i++) in kcpc_next_config()
774 if (i == cpc_ncounters) in kcpc_next_config()
780 for (i = 0; i < cpc_ncounters; i++) { in kcpc_next_config()
792 for (i++; i < cpc_ncounters; i++) { in kcpc_next_config()
798 if (i == cpc_ncounters) in kcpc_next_config()
827 cpc_ncounters, KM_SLEEP); in kcpc_ctx_alloc()
906 kmem_free(ctx->kc_pics, cpc_ncounters * sizeof (kcpc_pic_t)); in kcpc_ctx_free()
[all …]
H A Dcap_util.c381 if (cpc_ncounters <= 0) { in cu_init()
389 cu_cpc_reqs = kcpc_reqs_init(cpc_ncounters, KM_SLEEP); in cu_init()
/titanic_44/usr/src/uts/common/io/
H A Dcpc.c251 return (cpc_ncounters); in cpc()
261 if ((uintptr_t)udata2 >= cpc_ncounters) in cpc()
790 if (set->ks_nreqs > cpc_ncounters) in kcpc_verify_set()
804 if (rp->kr_picnum >= (int)cpc_ncounters) in kcpc_verify_set()
/titanic_44/usr/src/uts/common/sys/
H A Dcpc_impl.h216 extern uint_t cpc_ncounters;
/titanic_44/usr/src/uts/sun4v/pcbe/
H A Dniagara_pcbe.c263 ASSERT(picnum >= 0 && picnum < cpc_ncounters); in ni_pcbe_list_events()
H A Dniagara2_pcbe.c350 ASSERT(picnum < cpc_ncounters); in ni2_pcbe_list_events()
/titanic_44/usr/src/uts/sun4u/pcbe/
H A Dus234_pcbe.c700 ASSERT(picnum >= 0 && picnum < cpc_ncounters); in us_pcbe_list_events()
H A Dopl_pcbe.c591 ASSERT(picnum >= 0 && picnum < cpc_ncounters); in opl_pcbe_list_events()
/titanic_44/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c897 ASSERT(picnum < cpc_ncounters); in core_pcbe_list_events()