Home
last modified time | relevance | path

Searched refs:hyst (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vm/
H A Dvm_swapcache.c359 int hyst; in vm_swapcache_writing_heuristic() local
363 hyst = vmstats.v_inactive_count / 4; in vm_swapcache_writing_heuristic()
364 if (hyst < vm_swapcache_min_hysteresis) in vm_swapcache_writing_heuristic()
365 hyst = vm_swapcache_min_hysteresis; in vm_swapcache_writing_heuristic()
367 vm_swapcache_hysteresis = hyst; in vm_swapcache_writing_heuristic()
374 if (vm_swapcache_wtrigger < -hyst) in vm_swapcache_writing_heuristic()
375 vm_swapcache_wtrigger = -hyst; in vm_swapcache_writing_heuristic()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_pm.c1052 int hyst = to_sensor_dev_attr(attr)->index;
1055 if (hyst)
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_pm.c698 int hyst = to_sensor_dev_attr(attr)->index; in radeon_hwmon_show_temp_thresh() local
701 if (hyst) in radeon_hwmon_show_temp_thresh()