Searched refs:goal (Results 1 – 7 of 7) sorted by relevance
| /xnu-8796.121.2/osfmk/kern/ |
| H A D | smr.c | 377 __smr_rd_advance(smr_t smr, smr_seq_t goal, smr_seq_t rd_seq) in __smr_rd_advance() argument 390 return SMR_SEQ_CMP(goal, <=, rd_seq); in __smr_rd_advance() 395 __smr_scan(smr_t smr, smr_seq_t goal, smr_clock_t clk, bool wait) in __smr_scan() argument 403 delta = SMR_SEQ_DELTA(goal, clk.s_wr_seq); in __smr_scan() 421 clk.s_wr_seq, goal, &clk.s_wr_seq, relaxed)) { in __smr_scan() 422 clk.s_wr_seq = goal; in __smr_scan() 475 if (!wait || SMR_SEQ_CMP(goal, <=, seq)) { in __smr_scan() 492 return __smr_rd_advance(smr, goal, rd_seq); in __smr_scan() 496 __smr_poll(smr_t smr, smr_seq_t goal, bool wait) in __smr_poll() argument 511 if (__probable(SMR_SEQ_CMP(goal, <=, clk.s_rd_seq))) { in __smr_poll() [all …]
|
| H A D | smr.h | 747 extern bool smr_poll(smr_t smr, smr_seq_t goal) __result_use_check; 760 extern void smr_wait(smr_t smr, smr_seq_t goal); 780 #define smr_global_poll(goal) smr_poll(&smr_system, goal) argument 781 #define smr_global_wait(goal) smr_wait(&smr_system, goal) argument
|
| /xnu-8796.121.2/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-8796.121.2/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-8796.121.2/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…
|