Home
last modified time | relevance | path

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

123456789

/Linux-v4.19/fs/lockd/
Dxdr.c189 u32 exclusive; in nlmsvc_decode_testargs() local
194 exclusive = ntohl(*p++); in nlmsvc_decode_testargs()
197 if (exclusive) in nlmsvc_decode_testargs()
217 u32 exclusive; in nlmsvc_decode_lockargs() local
222 exclusive = ntohl(*p++); in nlmsvc_decode_lockargs()
225 if (exclusive) in nlmsvc_decode_lockargs()
238 u32 exclusive; in nlmsvc_decode_cancargs() local
243 exclusive = ntohl(*p++); in nlmsvc_decode_cancargs()
246 if (exclusive) in nlmsvc_decode_cancargs()
Dxdr4.c186 u32 exclusive; in nlm4svc_decode_testargs() local
191 exclusive = ntohl(*p++); in nlm4svc_decode_testargs()
194 if (exclusive) in nlm4svc_decode_testargs()
214 u32 exclusive; in nlm4svc_decode_lockargs() local
219 exclusive = ntohl(*p++); in nlm4svc_decode_lockargs()
222 if (exclusive) in nlm4svc_decode_lockargs()
235 u32 exclusive; in nlm4svc_decode_cancargs() local
240 exclusive = ntohl(*p++); in nlm4svc_decode_cancargs()
243 if (exclusive) in nlm4svc_decode_cancargs()
Dclnt4xdr.c284 u32 exclusive; in decode_nlm4_holder() local
295 exclusive = be32_to_cpup(p++); in decode_nlm4_holder()
308 fl->fl_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm4_holder()
/Linux-v4.19/sound/core/seq/
Dseq_ports.c117 grp->exclusive = 0; in port_subs_info_init()
489 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument
499 if (exclusive) { in check_and_subscribe_port()
503 if (grp->exclusive) in check_and_subscribe_port()
515 grp->exclusive = 0; in check_and_subscribe_port()
525 grp->exclusive = exclusive; in check_and_subscribe_port()
551 grp->exclusive = 0; in delete_and_unsubscribe_port()
568 bool exclusive; in snd_seq_port_connect() local
580 exclusive = !!(info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE); in snd_seq_port_connect()
583 exclusive, in snd_seq_port_connect()
[all …]
Dseq_ports.h53 unsigned int exclusive: 1; /* exclusive mode */ member
/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-ioc-g-mode.rst11 CEC_G_MODE, CEC_S_MODE - Get or set exclusive use of the CEC adapter
36 obtain exclusive access to the CEC adapter. This ioctl sets the
37 filehandle to initiator and/or follower mode which can be exclusive
65 :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`. If there is an exclusive
93 unless there is an exclusive initiator.
98 - This is an exclusive initiator and this file descriptor is the
100 CEC adapter. If someone else is already the exclusive initiator
128 is an exclusive follower. You cannot become a follower if
135 - This is an exclusive follower and only this file descriptor will
137 the exclusive follower then an attempt to become one will return
[all …]
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/
Devent_attributes_test.c36 event.attr.exclusive = 0; in event_attributes()
110 leader.attr.exclusive = 0; in event_attributes()
/Linux-v4.19/drivers/mtd/ubi/
Dkapi.c173 if (vol->exclusive) in ubi_open_volume()
179 if (vol->exclusive || vol->writers > 0) in ubi_open_volume()
185 if (vol->exclusive || vol->writers || vol->readers || in ubi_open_volume()
188 vol->exclusive = 1; in ubi_open_volume()
192 if (vol->metaonly || vol->exclusive) in ubi_open_volume()
355 vol->exclusive = 0; in ubi_close_volume()
Dcdev.c63 users = vol->readers + vol->writers + vol->exclusive + vol->metaonly; in get_exclusive()
70 vol->exclusive = 1; in get_exclusive()
90 ubi_assert(vol->exclusive == 1 && desc->mode == UBI_EXCLUSIVE); in revoke_exclusive()
91 vol->exclusive = 0; in revoke_exclusive()
99 vol->exclusive = 1; in revoke_exclusive()
/Linux-v4.19/Documentation/filesystems/
DLocking73 create: exclusive
74 link: exclusive (both)
75 mknod: exclusive
76 symlink: exclusive
77 mkdir: exclusive
78 unlink: exclusive (both)
79 rmdir: exclusive (both)(see below)
80 rename: exclusive (all) (see below)
83 setattr: exclusive
90 atomic_open: exclusive
[all …]
Ddirectory-locking15 exclusive.
18 locks victim and calls the method. Locks are exclusive.
25 Then call the method. All locks are exclusive.
34 All locks are exclusive.
49 All ->i_rwsem are taken exclusive. Again, we might get away with locking
/Linux-v4.19/sound/pci/ac97/
Dac97_pcm.c489 rpcm->exclusive = pcm->exclusive; in snd_ac97_pcm_assign()
503 if (pcm->exclusive) { in snd_ac97_pcm_assign()
522 if (pcm->exclusive) in snd_ac97_pcm_assign()
540 if (pcm->exclusive) in snd_ac97_pcm_assign()
/Linux-v4.19/Documentation/devicetree/bindings/i2c/
Di2c-ocores.txt8 Mutually exclusive with opencores,ip-clock-frequency
10 see the note below. Mutually exclusive with clocks
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_fence.c334 nouveau_fence_sync(struct nouveau_bo *nvbo, struct nouveau_channel *chan, bool exclusive, bool intr) in nouveau_fence_sync() argument
343 if (!exclusive) { in nouveau_fence_sync()
353 if (fence && (!exclusive || !fobj || !fobj->shared_count)) { in nouveau_fence_sync()
372 if (!exclusive || !fobj) in nouveau_fence_sync()
Dnouveau_fence.h27 int nouveau_fence_sync(struct nouveau_bo *, struct nouveau_channel *, bool exclusive, bool intr);
/Linux-v4.19/tools/perf/tests/attr/
Dbase-record16 exclusive=0
Dbase-stat16 exclusive=0
/Linux-v4.19/include/linux/
Dwait_bit.h242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ argument
250 exclusive ? WQ_FLAG_EXCLUSIVE : 0); \
Dwait.h246 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument
252 init_wait_entry(&__wq_entry, exclusive ? WQ_FLAG_EXCLUSIVE : 0); \
719 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ argument
723 if (exclusive) \
/Linux-v4.19/Documentation/locking/
D00-INDEX14 - info on using spinlocks to provide exclusive access in kernel.
/Linux-v4.19/net/rxrpc/
Dsendmsg.c515 p->exclusive = true; in rxrpc_sendmsg_cmsg()
592 cp.exclusive = rx->exclusive | p->exclusive; in rxrpc_new_client_call_for_sendmsg()
624 .exclusive = false, in rxrpc_do_sendmsg()
/Linux-v4.19/drivers/clk/imx/
DMakefile9 clk-gate-exclusive.o \
/Linux-v4.19/include/sound/
Dhwdep.h76 unsigned int exclusive:1; /* exclusive access mode */ member
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-extcon18 If there are cables mutually exclusive with each other,
96 directory show the mutually-exclusive sets, not the contents
/Linux-v4.19/include/uapi/linux/
Disdn.h120 int exclusive; /* Channel, if bound exclusive */ member

123456789