| /xnu-11417.101.15/bsd/kern/ |
| H A D | counter_test.c | 79 boolean_t exclusive; variable 85 exclusive = os_atomic_cmpxchg(&scalable_counter_test_running, FALSE, TRUE, seq_cst); 86 if (!exclusive) { 98 boolean_t exclusive; variable 107 exclusive = os_atomic_cmpxchg(&scalable_counter_test_running, TRUE, FALSE, seq_cst); 108 if (!exclusive) {
|
| H A D | decmpfs.c | 313 decmpfs_trylock_compressed_data(decmpfs_cnode *cp, int exclusive) 322 } else if (exclusive) { 336 decmpfs_lock_compressed_data(decmpfs_cnode *cp, int exclusive) 343 } else if (exclusive) { 354 decmpfs_unlock_compressed_data(decmpfs_cnode *cp, __unused int exclusive)
|
| /xnu-11417.101.15/osfmk/i386/vmx/ |
| H A D | vmx_cpu.c | 296 host_vmxon(boolean_t exclusive) in host_vmxon() argument 308 if (vmx_exclusive || (exclusive && vmx_use_count)) { in host_vmxon() 313 vmx_exclusive = exclusive; in host_vmxon()
|
| /xnu-11417.101.15/bsd/sys/ |
| H A D | decmpfs.h | 228 bool decmpfs_trylock_compressed_data(decmpfs_cnode *cp, int exclusive); 229 void decmpfs_lock_compressed_data(decmpfs_cnode *cp, int exclusive); 230 void decmpfs_unlock_compressed_data(decmpfs_cnode *cp, int exclusive);
|
| H A D | ubc.h | 136 cl_direct_read_lock_t *cluster_lock_direct_read(vnode_t vp, lck_rw_type_t exclusive);
|
| /xnu-11417.101.15/osfmk/i386/ |
| H A D | vmx.h | 46 int host_vmxon(boolean_t exclusive);
|
| /xnu-11417.101.15/tests/skywalk/ |
| H A D | skywalk_test_utils.c | 258 uint64_t exclusive, uint64_t monitor, in sktu_channel_create_extended() argument 277 if (exclusive != -1) { in sktu_channel_create_extended() 278 error = os_channel_attr_set(tmpattr, CHANNEL_ATTR_EXCLUSIVE, exclusive); in sktu_channel_create_extended() 341 assert(exclusive == -1 || exclusive == scratch); in sktu_channel_create_extended() 347 assert(exclusive == -1 || monitor == scratch); in sktu_channel_create_extended() 353 assert(exclusive == -1 || txlowatunit == scratch); in sktu_channel_create_extended() 359 assert(exclusive == -1 || txlowatval == scratch); in sktu_channel_create_extended() 365 assert(exclusive == -1 || rxlowatunit == scratch); in sktu_channel_create_extended() 371 assert(exclusive == -1 || rxlowatval == scratch); in sktu_channel_create_extended() 377 assert(exclusive == -1 || userpacketpool == scratch); in sktu_channel_create_extended() [all …]
|
| H A D | skywalk_test_utils.h | 219 uint64_t exclusive, uint64_t monitor,
|
| /xnu-11417.101.15/libsyscall/mach/ |
| H A D | err_server.sub | 143 "(server/us) exclusive access",
|
| H A D | err_iokit.sub | 54 "(iokit/common) exclusive access and device already open", // 0x2c5
|
| /xnu-11417.101.15/osfmk/x86_64/ |
| H A D | loose_ends.c | 898 host_vmxon(boolean_t exclusive __unused) in host_vmxon()
|
| /xnu-11417.101.15/ |
| H A D | APPLE_LICENSE | 78 world-wide, royalty-free, non-exclusive license, to the extent of 150 License a non-exclusive, royalty-free, perpetual, irrevocable license,
|
| /xnu-11417.101.15/tests/ |
| H A D | stackshot_block_owner_14362384.m | 370 action_name = "exclusive lock"; 373 action_name = "exclusive lock (and wait)";
|
| /xnu-11417.101.15/doc/building/ |
| H A D | bound_checks.md | 73 These options are mutually exclusive.
|
| /xnu-11417.101.15/osfmk/arm64/ |
| H A D | proc_reg.h | 396 #error __ARM_MIXED_PAGE_SIZE__ and __ARM_KERNEL_PROTECT__ are mutually exclusive
|
| /xnu-11417.101.15/bsd/net/ |
| H A D | content_filter.c | 953 cfil_rw_lock_assert_held(lck_rw_t *lck, int exclusive) in cfil_rw_lock_assert_held() argument 956 #pragma unused(lck, exclusive) in cfil_rw_lock_assert_held() 959 exclusive ? LCK_RW_ASSERT_EXCLUSIVE : LCK_RW_ASSERT_HELD); in cfil_rw_lock_assert_held()
|