Home
last modified time | relevance | path

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

/xnu-11215.1.10/EXTERNAL_HEADERS/
H A Dstdatomic.h153 #define atomic_store(object, desired) __c11_atomic_store(object, desired, __ATOMIC_SEQ_CST) argument
159 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) argument
162 …ompare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_strong(object, exp… argument
165 …c_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(object, expe… argument
/xnu-11215.1.10/osfmk/ipc/
H A Dipc_hash.c401 uint32_t desired = IH_TABLE_HASH(table[index].ie_object, size); in ipc_hash_table_delete() local
402 if (hindex >= desired) { in ipc_hash_table_delete()
403 dist = hindex - desired; in ipc_hash_table_delete()
405 dist = hindex + size - desired; in ipc_hash_table_delete()
/xnu-11215.1.10/doc/allocators/
H A Dread-only.md24 bypasses obstacles standing in the way of the desired data.
/xnu-11215.1.10/osfmk/mach/
H A Dvm_map.defs276 * space of the target task. If desired (anywhere is TRUE),
294 * If desired (copy is TRUE), the memory range will be filled
H A Dmach_vm.defs325 * space of the target task. If desired (anywhere is TRUE),
343 * If desired (copy is TRUE), the memory range will be filled
/xnu-11215.1.10/bsd/dev/i386/
H A Dsysctl.c757 SYSCTL_PROC(_machdep_cpu_flex_ratio, OID_AUTO, desired,
/xnu-11215.1.10/doc/primitives/
H A Datomics.md128 - compiler coalescing / reordering is desired (refcounting
/xnu-11215.1.10/doc/scheduler/
H A Dsched_clutch_edge.md55 … eventually drop in priority as it consumes CPU, this model provides the desired behavior for time…
179 * Manage **passenger effects**. When the desired performance of workloads sharing a cluster begins …
/xnu-11215.1.10/doc/vm/
H A Dsanitize.md402 place to verify the desired behavior.