Home
last modified time | relevance | path

Searched defs:new_tail (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.121.6/osfmk/vm/
H A Dvm_purgeable.c396 token_idx_t new_tail; in vm_purgeable_token_remove_last() local
H A Dvm_reclaim.c903 uint64_t head = 0, tail = 0, busy = 0, num_to_reclaim = 0, new_tail = 0; local
/xnu-11417.121.6/iokit/DriverKit/
H A Dqueue_implementation.h329 queue_entry_t new_tail; in dequeue_tail() local
/xnu-11417.121.6/osfmk/kern/
H A Dqueue.h329 queue_entry_t new_tail; in dequeue_tail() local
H A Dsmr.c1693 __smr_worker_update_wold_tail(struct smr_worker *smrw, smr_pcpu_t *new_tail) in __smr_worker_update_wold_tail()