Home
last modified time | relevance | path

Searched refs:idle_count (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c92 #define FIPE_PROF_IDLE_COUNT FIPE_PROFILE_FIELD(idle_count)
104 uint32_t idle_count; member
196 uint32_t idle_count; member
1470 sp->idle_count = 0; in fipe_check_cpu()
1530 } else if (++sp->idle_count >= FIPE_PROF_IDLE_COUNT) { in fipe_check_cpu()
1534 sp->idle_count = 0; in fipe_check_cpu()
1606 sp->idle_count = 0; in fipe_idle_enter()
/titanic_41/usr/src/uts/common/io/atu/
H A Datu.c200 int idle_count = 0, err; in atu_wait_completion() local
209 } else if (idle_count++ > 60) { in atu_wait_completion()