| /xnu-11215/osfmk/kern/ |
| H A D | bsd_kern.c | 250 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 D | queue.h | 694 #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 D | vm_compressor_backing_store.c | 218 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 D | vm_purgeable.c | 696 !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 D | vm_swapfile_pager.c | 713 if (!queue_end(&swapfile_pager_queue, in swapfile_pager_create() 779 if (queue_end(&swapfile_pager_queue, in swapfile_pager_setup()
|
| H A D | analytics.c | 176 while (!queue_end(c_queues[q], (queue_entry_t) c_seg)) { in report_compressor_age()
|
| H A D | vm_apple_protect.c | 1114 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 D | vm_page.h | 784 #define vm_page_queue_end queue_end
|
| H A D | vm_shared_region_pager.c | 1373 !queue_end(&shared_region_pager_queue, (queue_entry_t) pager); in shared_region_pager_trim()
|
| H A D | vm_compressor.c | 1699 !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 D | vm_object.c | 1052 …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 D | vm_resident.c | 9847 !queue_end(&queue->objq[group], (queue_entry_t) object); in vm_page_iterate_purgeable_objects()
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | queue_implementation.h | 694 #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 D | IOKitDebug.cpp | 609 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 D | IOPlatformActions.cpp | 354 while (!queue_end(&gActionQueues[qidx], &next->link)) { in IORemoveServicePlatformActions()
|
| H A D | IOLib.cpp | 1368 while (!queue_end(&a->list, &pa->link)) { in iopa_alloc()
|
| H A D | IOServicePM.cpp | 9176 while (!queue_end(&fWorkQueue, (queue_entry_t) entry)) { in checkForWork() 9310 while (!queue_end(&fQueue, (queue_entry_t) request)) { in checkForWork()
|
| H A D | IOService.cpp | 336 !queue_end(que, elt); \
|
| /xnu-11215/osfmk/arm/ |
| H A D | model_dep.c | 606 PANIC_VALIDATE_PTR(thread) && !queue_end(&threads, (queue_entry_t)thread); in do_print_all_backtraces()
|
| /xnu-11215/osfmk/arm/pmap/ |
| H A D | pmap_data.c | 777 while (!queue_end(&pt_page_list, (queue_entry_t)ptdp)) { in ppr_find_eligible_pt_page()
|