Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dcoalition.c124 kern_return_t (*init)(coalition_t coal, boolean_t privileged, boolean_t efficient);
176 …ic kern_return_t i_coal_resource_init(coalition_t coal, boolean_t privileged, boolean_t efficient);
249 static kern_return_t i_coal_jetsam_init(coalition_t coal, boolean_t privileged, boolean_t efficient
303 uint32_t efficient : 1; /* launchd has marked the coalition as efficient */ member
587 i_coal_resource_init(coalition_t coal, boolean_t privileged, boolean_t efficient) in i_coal_resource_init() argument
589 #pragma unused(privileged, efficient) in i_coal_resource_init()
1079 i_coal_jetsam_init(coalition_t coal, boolean_t privileged, boolean_t efficient) in i_coal_jetsam_init() argument
1083 (void)efficient; in i_coal_jetsam_init()
1099 …coal->j.thread_group = thread_group_create_and_retain(efficient ? THREAD_GROUP_FLAGS_EFFICIENT : T… in i_coal_jetsam_init()
1329 coalition_create_internal(int type, int role, boolean_t privileged, boolean_t efficient, coalition_… in coalition_create_internal() argument
[all …]
H A Dcoalition.h182 …ion_create_internal(int type, int role, boolean_t privileged, boolean_t efficient, coalition_t *ou…
/xnu-12377.41.6/doc/observability/
H A Dcpu_counters.md7 CPU performance counters are hardware registers that count events of interest to efficient CPU exec…
/xnu-12377.41.6/bsd/kern/
H A Dsys_coalition.c73 boolean_t efficient = !!(flags & COALITION_CREATE_FLAGS_EFFICIENT); in coalition_create_syscall() local
82 kr = coalition_create_internal(type, role, privileged, efficient, &coal, &cid); in coalition_create_syscall()
/xnu-12377.41.6/doc/building/
H A Dbound_checks.md65 optimize for debug information at the detriment of efficient code.
68 instead of panicking; optimize for debug information at the detriment of efficient code.
/xnu-12377.41.6/doc/scheduler/
H A Dsched_clutch_edge.md7 …n a variety of platforms with strong requirements for being dynamic and efficient. It needs to del…
179 …ose cases, it is desirable to split up the workloads to ensure the most efficient execution on the…
194 … feature to change recommendations for latency sensitive workloads from efficient to performance c…
/xnu-12377.41.6/doc/allocators/
H A Dapi-basics.md62 often more efficient than calling bzero as the allocator tends to maintain
/xnu-12377.41.6/doc/arm/
H A Dapple_speculative_hardening.md418 the compiler instrumentation more efficient. This is discussed in the next
616 The simplest and most efficient hardening mechanism is the “extension”
/xnu-12377.41.6/tools/lldbmacros/
H A Dprocess.py553 if (coal.efficient):