Searched refs:goal (Results 1 – 7 of 7) sorted by relevance
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | smr.c | 892 __smr_rd_advance(smr_t smr, smr_seq_t goal, smr_seq_t rd_seq) in __smr_rd_advance() argument 905 return SMR_SEQ_CMP(goal, <=, rd_seq); in __smr_rd_advance() 910 __smr_wait_for_stalled(smr_pcpu_t pcpu, smr_seq_t goal) in __smr_wait_for_stalled() argument 921 SMR_SEQ_CMP(goal, <=, stall_rd_seq)) { in __smr_wait_for_stalled() 927 SMR_SEQ_CMP(goal, <, pcpu->stall_waiter_goal)) { in __smr_wait_for_stalled() 928 pcpu->stall_waiter_goal = goal; in __smr_wait_for_stalled() 962 __smr_wait_for_oncore(smr_pcpu_t pcpu, smr_seq_t goal, uint32_t cpu) in __smr_wait_for_oncore() argument 976 rd_seq == SMR_SEQ_INVALID || SMR_SEQ_CMP(goal, <=, rd_seq))) { in __smr_wait_for_oncore() 1024 rd_seq == SMR_SEQ_INVALID || SMR_SEQ_CMP(goal, <=, rd_seq))) { in __smr_wait_for_oncore() 1036 __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 | 929 extern bool smr_poll(smr_t smr, smr_seq_t goal) __result_use_check; 942 extern void smr_wait(smr_t smr, smr_seq_t goal);
|
| /xnu-10063.101.15/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-10063.101.15/doc/building/ |
| H A D | xnu_build_consolidation.md | 14 supported SoC, usually several times a day for various teams across Apple, the goal of this project…
|
| /xnu-10063.101.15/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 24 …se entries are known as *root buckets* throughout the implementation. The goal of this level is to… 68 …ent a collection of threads working on behalf of a specific workload. The goal of this level is to… 178 …ight be a reason to open up new clusters (in contrast to the first system goal of keeping the syst…
|
| /xnu-10063.101.15/doc/debugging/ |
| H A D | debugging.md | 176 This is simpler than previous step because the goal is to ensure behavior has not changed.
|
| /xnu-10063.101.15/doc/vm/ |
| H A D | freezer.md | 19 …al), the compressed content is moved into these new freezer segments. The goal is to create a sing…
|