Symbol: ucount
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1859
uint32_t ucount;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1867
ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1870
for (i = 0; i < ucount; i++) {
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1877
clocks->num_levels = ucount;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1892
uint32_t ucount;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1899
ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1902
for (i = 0; i < ucount; i++) {
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1910
clocks->num_levels = data->mclk_latency_table.count = ucount;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1919
uint32_t ucount;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1928
ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1931
for (i = 0; i < ucount; i++) {
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1938
clocks->num_levels = ucount;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1947
uint32_t ucount;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1956
ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1959
for (i = 0; i < ucount; i++) {
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1966
clocks->num_levels = ucount;
usr.bin/systat/main.c
113
ucount(), avenrun[0], avenrun[1], avenrun[2]);
usr.bin/systat/main.c
76
int ucount(void);
usr.bin/systat/vmstat.c
93
int ucount(void);
usr.sbin/sensorsd/sensorsd.c
400
limit->ucount = 0;
usr.sbin/sensorsd/sensorsd.c
401
} else if (++limit->ucount >= 3) {
usr.sbin/sensorsd/sensorsd.c
65
int ucount; /* stat change counter */