Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dbsd_kern.c250 if (queue_end(&task->threads, (queue_entry_t)thread)) { in get_firstthread()
278 !queue_end(&task->threads, (queue_entry_t)inc);) { in get_signalact()
328 !queue_end(&task->threads, (queue_entry_t)inc);) { in check_actforsig()
1044 !queue_end(&task->threads, (queue_entry_t)inc);) { in task_act_iterate_wth_args()
1135 !queue_end(&task->threads, (queue_entry_t)thact);) { in fill_taskthreadinfo()
1184 !queue_end(&task->threads, (queue_entry_t)thact);) { in fill_taskthreadlist()
H A Dqueue.h694 #define queue_end(q, qe) ((q) == (qe)) macro
704 #define queue_empty(q) queue_end((q), queue_first(q))
1109 !queue_end((head), (queue_entry_t)(elt)); \
/xnu-11215/osfmk/vm/
H A Dvm_compressor_backing_store.c218 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swapfile_for_handle()
226 if (queue_end(&swf_global_queue, (queue_entry_t) swf)) { in vm_swapfile_for_handle()
1529 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swap_create_file()
1738 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swap_put()
1779 assert(queue_end(&swf_global_queue, (queue_entry_t) swf)); in vm_swap_put()
2024 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swap_handle_delayed_trims()
2149 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swap_reclaim()
2470 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swap_max_budget()
H A Dvm_purgeable.c696 !queue_end(&queue->objq[group], (queue_entry_t) object); in vm_purgeable_object_find_and_lock()
1140 !queue_end(&queue->objq[group], (queue_entry_t) object); in vm_purgeable_stats_helper()
1190 !queue_end(&queue->objq[group], (queue_entry_t) object); in vm_purgeable_account_volatile_queue()
1231 !queue_end(nonvolatile_q, (queue_entry_t) object); in vm_purgeable_account()
1287 !queue_end(&queue->objq[group], (queue_entry_t) object); in vm_purgeable_queue_purge_task_owned()
H A Dvm_swapfile_pager.c713 if (!queue_end(&swapfile_pager_queue, in swapfile_pager_create()
779 if (queue_end(&swapfile_pager_queue, in swapfile_pager_setup()
H A Danalytics.c176 while (!queue_end(c_queues[q], (queue_entry_t) c_seg)) { in report_compressor_age()
H A Dvm_apple_protect.c1114 if (!queue_end(&apple_protect_pager_queue, in apple_protect_pager_create()
1284 if (queue_end(&apple_protect_pager_queue, in apple_protect_pager_setup()
1386 !queue_end(&apple_protect_pager_queue, in apple_protect_pager_trim()
H A Dvm_page.h784 #define vm_page_queue_end queue_end
H A Dvm_shared_region_pager.c1373 !queue_end(&shared_region_pager_queue, (queue_entry_t) pager); in shared_region_pager_trim()
H A Dvm_compressor.c1699 !queue_end(&owner_task->task_frozen_cseg_q, (queue_entry_t) c_seg); in task_disown_frozen_csegs()
3079 if (queue_end(list_head, (queue_entry_t)c_seg_next)) { in vm_compressor_major_compact_cseg()
3513 while (!queue_end(&c_major_list_head, (queue_entry_t)c_seg)) { in vm_compressor_flush()
H A Dvm_object.c1052 …while (!queue_end(&vm_object_cached_list, (queue_entry_t)next_obj) && object_cnt++ < max_objects_t… in vm_object_cache_evict()
9141 !queue_end(&task->task_objq, (queue_entry_t) object);
H A Dvm_resident.c9847 !queue_end(&queue->objq[group], (queue_entry_t) object); in vm_page_iterate_purgeable_objects()
/xnu-11215/iokit/DriverKit/
H A Dqueue_implementation.h694 #define queue_end(q, qe) ((q) == (qe)) macro
704 #define queue_empty(q) queue_end((q), queue_first(q))
1109 !queue_end((head), (queue_entry_t)(elt)); \
/xnu-11215/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.cpp1368 while (!queue_end(&a->list, &pa->link)) { in iopa_alloc()
H A DIOServicePM.cpp9176 while (!queue_end(&fWorkQueue, (queue_entry_t) entry)) { in checkForWork()
9310 while (!queue_end(&fQueue, (queue_entry_t) request)) { in checkForWork()
H A DIOService.cpp336 !queue_end(que, elt); \
/xnu-11215/osfmk/arm/
H A Dmodel_dep.c606 PANIC_VALIDATE_PTR(thread) && !queue_end(&threads, (queue_entry_t)thread); in do_print_all_backtraces()
/xnu-11215/osfmk/arm/pmap/
H A Dpmap_data.c777 while (!queue_end(&pt_page_list, (queue_entry_t)ptdp)) { in ppr_find_eligible_pt_page()