Searched refs:efficient (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | coalition.c | 125 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); 242 static kern_return_t i_coal_jetsam_init(coalition_t coal, boolean_t privileged, boolean_t efficient… 286 uint32_t efficient : 1; /* launchd has marked the coalition as efficient */ member 549 i_coal_resource_init(coalition_t coal, boolean_t privileged, boolean_t efficient) in i_coal_resource_init() argument 551 #pragma unused(privileged, efficient) in i_coal_resource_init() 920 i_coal_jetsam_init(coalition_t coal, boolean_t privileged, boolean_t efficient) in i_coal_jetsam_init() argument 924 (void)efficient; in i_coal_jetsam_init() 940 …coal->j.thread_group = thread_group_create_and_retain(efficient ? THREAD_GROUP_FLAGS_EFFICIENT : T… in i_coal_jetsam_init() 1150 coalition_create_internal(int type, int role, boolean_t privileged, boolean_t efficient, coalition_… in coalition_create_internal() argument [all …]
|
| H A D | coalition.h | 159 …ion_create_internal(int type, int role, boolean_t privileged, boolean_t efficient, coalition_t *ou…
|
| /xnu-8792.61.2/bsd/kern/ |
| H A D | sys_coalition.c | 38 boolean_t efficient = !!(flags & COALITION_CREATE_FLAGS_EFFICIENT); in coalition_create_syscall() local 47 kr = coalition_create_internal(type, role, privileged, efficient, &coal, &cid); in coalition_create_syscall()
|
| /xnu-8792.61.2/doc/ |
| H A D | sched_clutch_edge.md | 5 …n a variety of platforms with strong requirements for being dynamic and efficient. It needs to del… 180 …ose cases, it is desirable to split up the workloads to ensure the most efficient execution on the… 195 … feature to change recommendations for latency sensitive workloads from efficient to performance c…
|
| /xnu-8792.61.2/doc/allocators/ |
| H A D | api-basics.md | 60 often more efficient than calling bzero as the allocator tends to maintain
|
| /xnu-8792.61.2/tools/lldbmacros/ |
| H A D | process.py | 495 if (coal.efficient):
|