Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/powerpc/powermac/
HDpowermac_thermal.c76 int critical_count; member
116 sensor->critical_count++; in pmac_therm_manage_fans()
125 sensor->critical_count); in pmac_therm_manage_fans()
126 if (sensor->critical_count >= MAX_CRITICAL_COUNT) { in pmac_therm_manage_fans()
131 sensor->critical_count); in pmac_therm_manage_fans()
135 if (sensor->critical_count > 0) in pmac_therm_manage_fans()
136 sensor->critical_count--; in pmac_therm_manage_fans()
214 list_entry->critical_count = 0; in pmac_thermal_sensor_register()
/freebsd-11-stable/lib/libthr/thread/
HDthr_private.h392 int critical_count; member
583 ((thrd)->critical_count > 0))
586 (thrd)->critical_count++
590 (thrd)->critical_count--; \
HDthr_sig.c375 curthread->critical_count++; in check_suspend()
396 curthread->critical_count--; in check_suspend()
/freebsd-11-stable/contrib/gcc/
HDpostreload-gcse.c961 gcov_type critical_count = 0; /* Execution count of critical edges. */ in eliminate_partially_redundant_load() local
1015 critical_count += pred->count; in eliminate_partially_redundant_load()
1070 if (ok_count < GCSE_AFTER_RELOAD_CRITICAL_FRACTION * critical_count) in eliminate_partially_redundant_load()