Home
last modified time | relevance | path

Searched refs:queue_end (Results 1 – 21 of 21) sorted by relevance

/xnu-10063.141.1/osfmk/kern/
H A Dsched_grrr.c608 if (queue_end(&group->clients, (queue_entry_t)group->current_client)) { in grrr_intragroup_schedule()
641 if (queue_end(&rq->sorted_group_list, queue_next((queue_entry_t)group))) { in grrr_intergroup_schedule()
852 while (!queue_end(&rq->sorted_group_list, (queue_entry_t)search_group)) { in grrr_sorted_list_insert_group()
870 if (queue_end(&rq->sorted_group_list, (queue_entry_t)search_group)) { in grrr_sorted_list_insert_group()
H A Dbsd_kern.c251 if (queue_end(&task->threads, (queue_entry_t)thread)) { in get_firstthread()
279 !queue_end(&task->threads, (queue_entry_t)inc);) { in get_signalact()
329 !queue_end(&task->threads, (queue_entry_t)inc);) { in check_actforsig()
996 !queue_end(&task->threads, (queue_entry_t)inc);) { in task_act_iterate_wth_args_locked()
1096 !queue_end(&task->threads, (queue_entry_t)thact);) { in fill_taskthreadinfo()
1145 !queue_end(&task->threads, (queue_entry_t)thact);) { in fill_taskthreadlist()
H A Dqueue.h669 #define queue_end(q, qe) ((q) == (qe)) macro
679 #define queue_empty(q) queue_end((q), queue_first(q))
1041 !queue_end((head), (queue_entry_t)(elt)); \
/xnu-10063.141.1/osfmk/vm/
H A Dvm_compressor_backing_store.c219 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swapfile_for_handle()
227 if (queue_end(&swf_global_queue, (queue_entry_t) swf)) { in vm_swapfile_for_handle()
1517 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swap_create_file()
1727 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swap_put()
1768 assert(queue_end(&swf_global_queue, (queue_entry_t) swf)); in vm_swap_put()
2014 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swap_handle_delayed_trims()
2139 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swap_reclaim()
2460 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swap_max_budget()
H A Dvm_purgeable.c708 !queue_end(&queue->objq[group], (queue_entry_t) object); in vm_purgeable_object_find_and_lock()
1159 !queue_end(&queue->objq[group], (queue_entry_t) object); in vm_purgeable_stats_helper()
1209 !queue_end(&queue->objq[group], (queue_entry_t) object); in vm_purgeable_account_volatile_queue()
1250 !queue_end(nonvolatile_q, (queue_entry_t) object); in vm_purgeable_account()
1306 !queue_end(&queue->objq[group], (queue_entry_t) object); in vm_purgeable_queue_purge_task_owned()
H A Dvm_swapfile_pager.c712 if (!queue_end(&swapfile_pager_queue, in swapfile_pager_create()
778 if (queue_end(&swapfile_pager_queue, in swapfile_pager_setup()
H A Danalytics.c175 while (!queue_end(c_queues[q], (queue_entry_t) c_seg)) { in report_compressor_age()
H A Dvm_apple_protect.c1112 if (!queue_end(&apple_protect_pager_queue, in apple_protect_pager_create()
1282 if (queue_end(&apple_protect_pager_queue, in apple_protect_pager_setup()
1384 !queue_end(&apple_protect_pager_queue, in apple_protect_pager_trim()
H A Dvm_fourk_pager.c583 !queue_end(&fourk_pager_queue, in fourk_pager_trim()
H A Dvm_shared_region_pager.c1343 !queue_end(&shared_region_pager_queue, (queue_entry_t) pager); in shared_region_pager_trim()
H A Dvm_compressor.c1379 if (queue_end(qhead, (queue_entry_t) c_seg_next)) { in c_seg_insert_into_q()
1582 !queue_end(&owner_task->task_frozen_cseg_q, (queue_entry_t) c_seg); in task_disown_frozen_csegs()
2968 if (queue_end(list_head, (queue_entry_t)c_seg_next)) { in vm_compressor_major_compact_cseg()
3402 while (!queue_end(&c_major_list_head, (queue_entry_t)c_seg)) { in vm_compressor_flush()
H A Dvm_page.h1045 #define vm_page_queue_end queue_end
H A Dvm_object.c1048 …while (!queue_end(&vm_object_cached_list, (queue_entry_t)next_obj) && object_cnt++ < max_objects_t… in vm_object_cache_evict()
8539 !queue_end(&task->task_objq, (queue_entry_t) object);
H A Dvm_resident.c9620 !queue_end(&queue->objq[group], (queue_entry_t) object); in vm_page_iterate_purgeable_objects()
/xnu-10063.141.1/iokit/Kernel/
H A DIOKitDebug.cpp609 if (queue_end(que, (queue_entry_t) site)) { in IOTrackingAdd()
652 if (queue_end(&site->instances, (queue_entry_t)site->addresses[hashIdx])) { in IOTrackingAdd()
688 if (!queue_end(&site->instances, &nextAddress->tracking.link) in IOTrackingRemoveInternal()
784 while (!queue_end(&site->instances, &tracking->tracking.link)) { in IOTrackingFree()
786 if (!queue_end(&site->instances, &nextAddress->tracking.link) in IOTrackingFree()
H A DIOPlatformActions.cpp354 while (!queue_end(&gActionQueues[qidx], &next->link)) { in IORemoveServicePlatformActions()
H A DIOLib.cpp1365 while (!queue_end(&a->list, &pa->link)) { in iopa_alloc()
H A DIOServicePM.cpp9043 while (!queue_end(&fWorkQueue, (queue_entry_t) entry)) { in checkForWork()
9177 while (!queue_end(&fQueue, (queue_entry_t) request)) { in checkForWork()
H A DIOService.cpp336 !queue_end(que, elt); \
/xnu-10063.141.1/osfmk/arm/
H A Dmodel_dep.c597 PANIC_VALIDATE_PTR(thread) && !queue_end(&threads, (queue_entry_t)thread); in do_print_all_backtraces()
/xnu-10063.141.1/osfmk/arm/pmap/
H A Dpmap_data.c776 while (!queue_end(&pt_page_list, (queue_entry_t)ptdp)) { in ppr_find_eligible_pt_page()