Searched refs:loop_count (Results 1 – 3 of 3) sorted by relevance
2673 int loop_count = -1; in thread_select() local2688 loop_count++; in thread_select()2689 if (loop_count > max_loop_count[processor->cpu_id]) { in thread_select()2690 max_loop_count[processor->cpu_id] = loop_count; in thread_select()2691 if (bit_count(loop_count) == 1) { in thread_select()2692 kprintf("[%d]%s>max_loop_count = %d\n", processor->cpu_id, __FUNCTION__, loop_count); in thread_select()
1597 int loop_count; in vm_object_reap_pages() local1641 loop_count = BATCH_LIMIT(V_O_R_MAX_BATCH); in vm_object_reap_pages()1655 if (--loop_count == 0) { in vm_object_reap_pages()1674 loop_count = BATCH_LIMIT(V_O_R_MAX_BATCH); in vm_object_reap_pages()
3002 unsigned int loop_count = 0; local3236 if (loop_count >= vm_page_inactive_count) {3237 loop_count = 0;3255 loop_count++;