Home
last modified time | relevance | path

Searched refs:ucount (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.bin/systat/
Dmain.c76 int ucount(void);
113 ucount(), avenrun[0], avenrun[1], avenrun[2]); in print_header()
197 ucount(void) in ucount() function
Dvmstat.c93 int ucount(void);
/openbsd/src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
Dvega12_hwmgr.c1859 uint32_t ucount; in vega12_get_sclks() local
1867 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ? in vega12_get_sclks()
1870 for (i = 0; i < ucount; i++) { in vega12_get_sclks()
1877 clocks->num_levels = ucount; in vega12_get_sclks()
1892 uint32_t ucount; in vega12_get_memclocks() local
1899 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ? in vega12_get_memclocks()
1902 for (i = 0; i < ucount; i++) { in vega12_get_memclocks()
1910 clocks->num_levels = data->mclk_latency_table.count = ucount; in vega12_get_memclocks()
1919 uint32_t ucount; in vega12_get_dcefclocks() local
1928 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ? in vega12_get_dcefclocks()
[all …]
/openbsd/src/usr.sbin/sensorsd/
Dsensorsd.c65 int ucount; /* stat change counter */ member
400 limit->ucount = 0; in check_sdlim()
401 } else if (++limit->ucount >= 3) { in check_sdlim()