Home
last modified time | relevance | path

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

/xnu-11215/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()
1065 i_coal_jetsam_init(coalition_t coal, boolean_t privileged, boolean_t efficient) in i_coal_jetsam_init() argument
1069 (void)efficient; in i_coal_jetsam_init()
1085 …coal->j.thread_group = thread_group_create_and_retain(efficient ? THREAD_GROUP_FLAGS_EFFICIENT : T… in i_coal_jetsam_init()
1331 kr = coal_call(new_coal, init, privileged, efficient); in coalition_create_internal()
[all …]
H A Dcoalition.h182 …ion_create_internal(int type, int role, boolean_t privileged, boolean_t efficient, coalition_t *ou…
/xnu-11215/doc/observability/
H A Dcpu_counters.md7 CPU performance counters are hardware registers that count events of interest to efficient CPU exec…
/xnu-11215/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-11215/doc/building/
H A Dbound_checks.md64 optimize for debug information at the detriment of efficient code.
67 instead of panicking; optimize for debug information at the detriment of efficient code.
/xnu-11215/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-11215/doc/allocators/
H A Dapi-basics.md62 often more efficient than calling bzero as the allocator tends to maintain
/xnu-11215/tools/lldbmacros/
H A Dprocess.py547 if (coal.efficient):