Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dsmr.c290 struct smr_pcpu **wold_tail; member
1315 for (; pcpu != *smrw->wold_tail; pcpu = pcpu->drain_next) { in __smr_worker_check_invariants()
1653 smr_pcpu_t pcpu = *smrw->wold_tail; in __smr_worker_tick()
1674 smrw->wold_tail = smrw->wage_tail; in __smr_worker_tick()
1680 if (wakeup && smrw->wold_tail != &smrw->whead) { in __smr_worker_tick()
1689 smr_pcpu_t *old_tail = smrw->wold_tail; in __smr_worker_update_wold_tail()
1698 smrw->wold_tail = new_tail; in __smr_worker_update_wold_tail()
1755 pcpu->drain_next = *smrw->wold_tail; in __smr_worker_drain_one()
1756 *smrw->wold_tail = pcpu; in __smr_worker_drain_one()
1802 if (smrw->wold_tail != &smrw->whead) { in __smr_worker_continue()
[all …]