Searched refs:desired (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215.1.10/EXTERNAL_HEADERS/ |
| H A D | stdatomic.h | 153 #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 D | ipc_hash.c | 401 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 D | read-only.md | 24 bypasses obstacles standing in the way of the desired data.
|
| /xnu-11215.1.10/osfmk/mach/ |
| H A D | vm_map.defs | 276 * space of the target task. If desired (anywhere is TRUE), 294 * If desired (copy is TRUE), the memory range will be filled
|
| H A D | mach_vm.defs | 325 * 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 D | sysctl.c | 757 SYSCTL_PROC(_machdep_cpu_flex_ratio, OID_AUTO, desired,
|
| /xnu-11215.1.10/doc/primitives/ |
| H A D | atomics.md | 128 - compiler coalescing / reordering is desired (refcounting
|
| /xnu-11215.1.10/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 55 … 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 D | sanitize.md | 402 place to verify the desired behavior.
|