Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
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()
1056 !queue_end(&task->threads, (queue_entry_t)inc);) { in task_act_iterate_wth_args()
1147 !queue_end(&task->threads, (queue_entry_t)thact);) { in fill_taskthreadinfo()
1196 !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-12377.1.9/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()
1551 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swap_create_file()
1760 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swap_put()
1801 assert(queue_end(&swf_global_queue, (queue_entry_t) swf)); in vm_swap_put()
2046 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swap_handle_delayed_trims()
2171 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swap_reclaim()
2511 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swap_max_budget()
H A Dvm_purgeable.c703 !queue_end(&queue->objq[group], (queue_entry_t) object); in vm_purgeable_object_find_and_lock()
1147 !queue_end(&queue->objq[group], (queue_entry_t) object); in vm_purgeable_stats_helper()
1197 !queue_end(&queue->objq[group], (queue_entry_t) object); in vm_purgeable_account_volatile_queue()
1238 !queue_end(nonvolatile_q, (queue_entry_t) object); in vm_purgeable_account()
1294 !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.c1118 if (!queue_end(&apple_protect_pager_queue, in apple_protect_pager_create()
1288 if (queue_end(&apple_protect_pager_queue, in apple_protect_pager_setup()
1390 !queue_end(&apple_protect_pager_queue, in apple_protect_pager_trim()
H A Dvm_shared_region_pager.c1370 !queue_end(&shared_region_pager_queue, (queue_entry_t) pager); in shared_region_pager_trim()
H A Dvm_compressor.c1675 !queue_end(&owner_task->task_frozen_cseg_q, (queue_entry_t) c_seg); in task_disown_frozen_csegs()
3074 if (queue_end(list_head, (queue_entry_t)c_seg_next)) { in vm_compressor_major_compact_cseg()
3535 while (!queue_end(&c_major_list_head, (queue_entry_t)c_seg)) { in vm_compressor_flush()
H A Dvm_object.c1123 …while (!queue_end(&vm_object_cached_list, (queue_entry_t)next_obj) && object_cnt++ < max_objects_t… in vm_object_cache_evict()
9307 !queue_end(&task->task_objq, (queue_entry_t) object);
H A Dvm_resident.c10663 !queue_end(&queue->objq[group], (queue_entry_t) object); in vm_page_iterate_purgeable_objects()
/xnu-12377.1.9/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-12377.1.9/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.cpp361 while (!queue_end(&gActionQueues[qidx], &next->link)) { in IORemoveServicePlatformActions()
H A DIOLib.cpp1294 while (!queue_end(&a->list, &pa->link)) { in iopa_alloc()
H A DIOServicePM.cpp9291 while (!queue_end(&fWorkQueue, (queue_entry_t) entry)) { in checkForWork()
9425 while (!queue_end(&fQueue, (queue_entry_t) request)) { in checkForWork()
H A DIOService.cpp338 !queue_end(que, elt); \
/xnu-12377.1.9/osfmk/arm/
H A Dmodel_dep.c645 PANIC_VALIDATE_PTR(thread) && !queue_end(&threads, (queue_entry_t)thread); in do_print_all_panic_info()
/xnu-12377.1.9/osfmk/arm/pmap/
H A Dpmap_data.c781 while (!queue_end(&pt_page_list, (queue_entry_t)ptdp)) { in ppr_find_eligible_pt_page()