Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsched_prim.c2673 int loop_count = -1; in thread_select() local
2688 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()
/xnu-11215/osfmk/vm/
H A Dvm_object.c1597 int loop_count; in vm_object_reap_pages() local
1641 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()
H A Dvm_pageout.c3002 unsigned int loop_count = 0; local
3236 if (loop_count >= vm_page_inactive_count) {
3237 loop_count = 0;
3255 loop_count++;