Searched refs:exclusive (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dvmx.h46 int host_vmxon(boolean_t exclusive);
H A Dloose_ends.c728 int host_vmxon(boolean_t exclusive __unused)
/darwin-on-arm/xnu/bsd/sys/
H A Ddecmpfs.h85 void *lockowner; /* cnode's lock owner (if a thread is currently holding an exclusive lock) */
110 boolean_t decmpfs_trylock_compressed_data(decmpfs_cnode *cp, int exclusive);
111 void decmpfs_lock_compressed_data(decmpfs_cnode *cp, int exclusive);
112 void decmpfs_unlock_compressed_data(decmpfs_cnode *cp, int exclusive);
/darwin-on-arm/xnu/osfmk/i386/vmx/
H A Dvmx_cpu.c312 host_vmxon(boolean_t exclusive) argument
328 vmx_exclusive = exclusive;
/darwin-on-arm/xnu/iokit/IOKit/pci/
H A DIOPCIDevice.h122 virtual bool setIOEnable( bool enable, bool exclusive = false );
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c301 decmpfs_trylock_compressed_data(decmpfs_cnode *cp, int exclusive) argument
307 /* this thread is already holding an exclusive lock, so bump the count */
310 } else if (exclusive) {
324 decmpfs_lock_compressed_data(decmpfs_cnode *cp, int exclusive) argument
329 /* this thread is already holding an exclusive lock, so bump the count */
331 } else if (exclusive) {
342 decmpfs_unlock_compressed_data(decmpfs_cnode *cp, __unused int exclusive) argument
347 /* this thread is holding an exclusive lock, so decrement the count */
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dloose_ends.c664 int host_vmxon(boolean_t exclusive __unused)
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_vnops.c3189 /* no conflict if neither lock is exclusive */
3599 * For exclusive flock-style locks, if we block waiting for the
4635 int nfsvers, namedattrs, numops, exclusive = 0, gotuid, gotgid; local
4665 exclusive = (vap->va_vaflags & VA_EXCLUSIVE);
4669 if (exclusive && (!VATTR_IS_ACTIVE(vap, va_access_time) || !VATTR_IS_ACTIVE(vap, va_modify_time)))
4672 exclusive = gotuid = gotgid = 0;
4713 if (exclusive) {
4819 if (create && vap && !exclusive)
4929 if (exclusive && (error == NFSERR_NOTSUPP)) {
4930 exclusive
[all...]

Completed in 188 milliseconds