Searched defs:counters (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie_pwr.c | 77 * using counters. 110 int *counters = pwr_p->pwr_counters; local 154 ASSERT(!counters[PCIE_D0_INDEX] && 155 !counters[PCIE_UNKNOWN_INDEX]); 269 int *counters = pwr_p->pwr_counters; /* nexus counters */ local 270 int *child_counters; /* per child dip counters */ 353 * then add the components to the counters. This can't 399 /* Modify counters appropriately */ 400 pwr_update_counters(counters, old_leve 480 int *counters = pwr_p->pwr_counters; local 801 int *counters; local 937 int i, *counters; /* per nexus counters */ local [all...] |
/illumos-gate/usr/src/uts/sun4/io/fpc/ |
H A D | fpc-kstats.c | 151 * TLU performance events for counters 0 and 1 345 * for the first and second counters. 452 * Create the "counters" kstat. 471 if ((counters_ksp = kstat_create(name, instance, "counters", "bus", 509 uint64_t counters[NUM_MAX_COUNTERS]; local 524 counters[2] = 0; 526 ksinfop->pic_reg_group, &event, counters) != SUCCESS) 530 data_p[1].value.ui64 = counters[0]; 531 data_p[2].value.ui64 = counters[1]; 534 data_p[3].value.ui64 = counters[ [all...] |
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | leaky_subr.c | 329 uintptr_t *counters; local 335 * Because of DR, the page counters (which live in the kmem64 segment) 363 counters = mdb_alloc(sym.st_size, UM_SLEEP | UM_GC); 365 if (mdb_vread(counters, sym.st_size, (uintptr_t)sym.st_value) == -1) { 370 ncounters = sym.st_size / sizeof (counters); 373 uintptr_t addr = counters[idx];
|
/illumos-gate/usr/src/common/lzma/ |
H A D | LzmaEnc.c | 217 UInt32 counters[LZMA_NUM_PB_STATES_MAX]; member in struct:__anon1991 802 p->counters[posState] = p->tableSize; 816 if (--p->counters[posState] == 0)
|
/illumos-gate/usr/src/uts/common/io/drm/ |
H A D | drmP.h | 748 /* Performance counters */ 749 unsigned long counters; member in struct:drm_device 795 /* (driver must alloc the right number of counters) */
|
Completed in 79 milliseconds