Searched refs:goal (Results 1 – 7 of 7) sorted by relevance
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | smr.c | 889 __smr_rd_advance(smr_t smr, smr_seq_t goal, smr_seq_t rd_seq) in __smr_rd_advance() argument 902 return SMR_SEQ_CMP(goal, <=, rd_seq); in __smr_rd_advance() 907 __smr_wait_for_stalled(smr_pcpu_t pcpu, smr_seq_t goal) in __smr_wait_for_stalled() argument 918 SMR_SEQ_CMP(goal, <=, stall_rd_seq)) { in __smr_wait_for_stalled() 924 SMR_SEQ_CMP(goal, <, pcpu->stall_waiter_goal)) { in __smr_wait_for_stalled() 925 pcpu->stall_waiter_goal = goal; in __smr_wait_for_stalled() 959 __smr_wait_for_oncore(smr_pcpu_t pcpu, smr_seq_t goal, uint32_t cpu) in __smr_wait_for_oncore() argument 973 rd_seq == SMR_SEQ_INVALID || SMR_SEQ_CMP(goal, <=, rd_seq))) { in __smr_wait_for_oncore() 1021 rd_seq == SMR_SEQ_INVALID || SMR_SEQ_CMP(goal, <=, rd_seq))) { in __smr_wait_for_oncore() 1033 __smr_scan(smr_t smr, smr_seq_t goal, smr_clock_t clk, bool wait) in __smr_scan() argument [all …]
|
| H A D | smr.h | 925 extern bool smr_poll(smr_t smr, smr_seq_t goal) __result_use_check; 938 extern void smr_wait(smr_t smr, smr_seq_t goal);
|
| /xnu-10002.1.13/bsd/net/ |
| H A D | pf_norm.c | 374 int goal; in pf_flush_fragments() local 376 goal = pf_nfrents * 9 / 10; in pf_flush_fragments() 378 pf_nfrents - goal)); in pf_flush_fragments() 379 while (goal < pf_nfrents) { in pf_flush_fragments() 388 goal = pf_ncache * 9 / 10; in pf_flush_fragments() 390 pf_ncache - goal)); in pf_flush_fragments() 391 while (goal < pf_ncache) { in pf_flush_fragments()
|
| /xnu-10002.1.13/doc/ |
| H A D | xnu_build_consolidation.md | 12 supported SoC, usually several times a day for various teams across Apple, the goal of this project…
|
| H A D | sched_clutch_edge.md | 22 …se entries are known as *root buckets* throughout the implementation. The goal of this level is to… 66 …ent a collection of threads working on behalf of a specific workload. The goal of this level is to… 176 …ight be a reason to open up new clusters (in contrast to the first system goal of keeping the syst…
|
| H A D | debugging.md | 228 The goal is to always use Python 3’s integer handling, which means using **int** everywhere. 347 This is simpler than previous step because the goal is to ensure behavior has not changed.
|
| /xnu-10002.1.13/doc/memorystatus/ |
| H A D | freezer.md | 23 …al), the compressed content is moved into these new freezer segments. The goal is to create a sing…
|