Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dsmr.c290 struct smr_pcpu **wold_tail; member
1319 for (; pcpu != *smrw->wold_tail; pcpu = pcpu->drain_next) { in __smr_worker_check_invariants()
1658 smr_pcpu_t pcpu = *smrw->wold_tail; in __smr_worker_tick()
1679 smrw->wold_tail = smrw->wage_tail; in __smr_worker_tick()
1685 if (wakeup && smrw->wold_tail != &smrw->whead) { in __smr_worker_tick()
1694 smr_pcpu_t *old_tail = smrw->wold_tail; in __smr_worker_update_wold_tail()
1703 smrw->wold_tail = new_tail; in __smr_worker_update_wold_tail()
1760 pcpu->drain_next = *smrw->wold_tail; in __smr_worker_drain_one()
1761 *smrw->wold_tail = pcpu; in __smr_worker_drain_one()
1807 if (smrw->wold_tail != &smrw->whead) { in __smr_worker_continue()
[all …]