Searched refs:goal (Results 1 – 12 of 12) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | smr.c | 893 __smr_rd_advance(smr_t smr, smr_seq_t goal, smr_seq_t rd_seq) in __smr_rd_advance() argument 906 return SMR_SEQ_CMP(goal, <=, rd_seq); in __smr_rd_advance() 911 __smr_wait_for_stalled(smr_pcpu_t pcpu, smr_seq_t goal) in __smr_wait_for_stalled() argument 922 SMR_SEQ_CMP(goal, <=, stall_rd_seq)) { in __smr_wait_for_stalled() 928 SMR_SEQ_CMP(goal, <, pcpu->stall_waiter_goal)) { in __smr_wait_for_stalled() 929 pcpu->stall_waiter_goal = goal; in __smr_wait_for_stalled() 963 __smr_wait_for_oncore(smr_pcpu_t pcpu, smr_seq_t goal, uint32_t cpu) in __smr_wait_for_oncore() argument 977 rd_seq == SMR_SEQ_INVALID || SMR_SEQ_CMP(goal, <=, rd_seq))) { in __smr_wait_for_oncore() 1025 rd_seq == SMR_SEQ_INVALID || SMR_SEQ_CMP(goal, <=, rd_seq))) { in __smr_wait_for_oncore() 1037 __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 | 932 extern bool smr_poll(smr_t smr, smr_seq_t goal) __result_use_check; 945 extern void smr_wait(smr_t smr, smr_seq_t goal);
|
| /xnu-12377.41.6/doc/debugging/ |
| H A D | macro_testing.md | 44 The goal of the mocking framework is to enhance existing mocking solutions 77 The goal of memory mock is to provide easy to use interface for a test developer
|
| H A D | debugging.md | 172 This is simpler than previous step because the goal is to ensure behavior has not changed.
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | pf_norm.c | 375 int goal; in pf_flush_fragments() local 377 goal = pf_nfrents * 9 / 10; in pf_flush_fragments() 379 pf_nfrents - goal)); in pf_flush_fragments() 380 while (goal < pf_nfrents) { in pf_flush_fragments() 389 goal = pf_ncache * 9 / 10; in pf_flush_fragments() 391 pf_ncache - goal)); in pf_flush_fragments() 392 while (goal < pf_ncache) { in pf_flush_fragments()
|
| /xnu-12377.41.6/doc/allocators/ |
| H A D | guard-objects.md | 194 sense: the goal is that unused free slots are object-sized guards — in the 280 Our goal is to make attackers face at least 10% chance of failure — in the
|
| H A D | xnu-kernel-restricted.md | 34 …agement, for both the kernel and user applications, on behalf of XNU. Its goal is to protect the o…
|
| /xnu-12377.41.6/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… 285 … long-running workload threads across clusters of various types, with the goal of ensuring those t…
|
| /xnu-12377.41.6/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…
|
| H A D | bound_checks.md | 3 The goal of -fbounds-safety is to prevent buffer overflows from escalating into
|
| /xnu-12377.41.6/doc/observability/ |
| H A D | coalitions.md | 55 Fundamentally the goal is to sum the resources used by all tasks in the coalition, plus that of any…
|
| /xnu-12377.41.6/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…
|