Home
last modified time | relevance | path

Searched refs:exclusive (Results 1 – 14 of 14) sorted by relevance

/xnu-8020.101.4/bsd/kern/
H A Dcounter_test.c79 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 Ddecmpfs.c285 decmpfs_trylock_compressed_data(decmpfs_cnode *cp, int exclusive)
294 } else if (exclusive) {
308 decmpfs_lock_compressed_data(decmpfs_cnode *cp, int exclusive)
315 } else if (exclusive) {
326 decmpfs_unlock_compressed_data(decmpfs_cnode *cp, __unused int exclusive)
/xnu-8020.101.4/osfmk/i386/vmx/
H A Dvmx_cpu.c296 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-8020.101.4/bsd/sys/
H A Ddecmpfs.h218 bool decmpfs_trylock_compressed_data(decmpfs_cnode *cp, int exclusive);
219 void decmpfs_lock_compressed_data(decmpfs_cnode *cp, int exclusive);
220 void decmpfs_unlock_compressed_data(decmpfs_cnode *cp, int exclusive);
H A Dubc.h134 cl_direct_read_lock_t *cluster_lock_direct_read(vnode_t vp, lck_rw_type_t exclusive);
/xnu-8020.101.4/osfmk/i386/
H A Dvmx.h46 int host_vmxon(boolean_t exclusive);
/xnu-8020.101.4/libsyscall/mach/
H A Derr_server.sub143 "(server/us) exclusive access",
H A Derr_iokit.sub54 "(iokit/common) exclusive access and device already open", // 0x2c5
/xnu-8020.101.4/osfmk/x86_64/
H A Dloose_ends.c1060 host_vmxon(boolean_t exclusive __unused) in host_vmxon()
/xnu-8020.101.4/tests/
H A Dstackshot_block_owner_14362384.m370 action_name = "exclusive lock";
373 action_name = "exclusive lock (and wait)";
/xnu-8020.101.4/
H A DAPPLE_LICENSE78 world-wide, royalty-free, non-exclusive license, to the extent of
150 License a non-exclusive, royalty-free, perpetual, irrevocable license,
/xnu-8020.101.4/bsd/nfs/
H A Dnfs4_vnops.c5227 int nfsvers, namedattrs, numops, exclusive = 0, gotuid, gotgid, flags = R_NOINTR; in nfs4_open_rpc_internal() local
5261 exclusive = (vap->va_vaflags & VA_EXCLUSIVE); in nfs4_open_rpc_internal()
5265 …if (exclusive && (!VATTR_IS_ACTIVE(vap, va_access_time) || !VATTR_IS_ACTIVE(vap, va_modify_time)))… in nfs4_open_rpc_internal()
5269 exclusive = gotuid = gotgid = 0; in nfs4_open_rpc_internal()
5316 if (exclusive) { in nfs4_open_rpc_internal()
5433 if (create && vap && !exclusive) { in nfs4_open_rpc_internal()
5555 if (exclusive && (error == NFSERR_NOTSUPP)) { in nfs4_open_rpc_internal()
5556 exclusive = 0; in nfs4_open_rpc_internal()
5565 if (exclusive) { in nfs4_open_rpc_internal()
/xnu-8020.101.4/osfmk/arm64/
H A Dproc_reg.h136 #error __ARM_MIXED_PAGE_SIZE__ and __ARM_KERNEL_PROTECT__ are mutually exclusive
/xnu-8020.101.4/bsd/net/
H A Dcontent_filter.c912 cfil_rw_lock_assert_held(lck_rw_t *lck, int exclusive) in cfil_rw_lock_assert_held() argument
915 #pragma unused(lck, exclusive) in cfil_rw_lock_assert_held()
918 exclusive ? LCK_RW_ASSERT_EXCLUSIVE : LCK_RW_ASSERT_HELD); in cfil_rw_lock_assert_held()