Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dsmr.c291 struct smr_pcpu **wold_tail; member
1320 for (; pcpu != *smrw->wold_tail; pcpu = pcpu->drain_next) { in __smr_worker_check_invariants()
1659 smr_pcpu_t pcpu = *smrw->wold_tail; in __smr_worker_tick()
1680 smrw->wold_tail = smrw->wage_tail; in __smr_worker_tick()
1686 if (wakeup && smrw->wold_tail != &smrw->whead) { in __smr_worker_tick()
1695 smr_pcpu_t *old_tail = smrw->wold_tail; in __smr_worker_update_wold_tail()
1704 smrw->wold_tail = new_tail; in __smr_worker_update_wold_tail()
1761 pcpu->drain_next = *smrw->wold_tail; in __smr_worker_drain_one()
1762 *smrw->wold_tail = pcpu; in __smr_worker_drain_one()
1808 if (smrw->wold_tail != &smrw->whead) { in __smr_worker_continue()
[all …]