Home
last modified time | relevance | path

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

12345678910

/kernel/linux/linux-5.10/fs/lockd/
Dxdr4.c184 u32 exclusive; in nlm4svc_decode_testargs() local
189 exclusive = ntohl(*p++); in nlm4svc_decode_testargs()
192 if (exclusive) in nlm4svc_decode_testargs()
212 u32 exclusive; in nlm4svc_decode_lockargs() local
217 exclusive = ntohl(*p++); in nlm4svc_decode_lockargs()
220 if (exclusive) in nlm4svc_decode_lockargs()
233 u32 exclusive; in nlm4svc_decode_cancargs() local
238 exclusive = ntohl(*p++); in nlm4svc_decode_cancargs()
241 if (exclusive) in nlm4svc_decode_cancargs()
Dxdr.c187 u32 exclusive; in nlmsvc_decode_testargs() local
192 exclusive = ntohl(*p++); in nlmsvc_decode_testargs()
195 if (exclusive) in nlmsvc_decode_testargs()
215 u32 exclusive; in nlmsvc_decode_lockargs() local
220 exclusive = ntohl(*p++); in nlmsvc_decode_lockargs()
223 if (exclusive) in nlmsvc_decode_lockargs()
236 u32 exclusive; in nlmsvc_decode_cancargs() local
241 exclusive = ntohl(*p++); in nlmsvc_decode_cancargs()
244 if (exclusive) in nlmsvc_decode_cancargs()
Dclnt4xdr.c261 u32 exclusive; in decode_nlm4_holder() local
272 exclusive = be32_to_cpup(p++); in decode_nlm4_holder()
285 fl->fl_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm4_holder()
Dclntxdr.c255 u32 exclusive, l_offset, l_len; in decode_nlm_holder() local
266 exclusive = be32_to_cpup(p++); in decode_nlm_holder()
279 fl->fl_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm_holder()
/kernel/linux/linux-5.10/sound/core/seq/
Dseq_ports.c102 grp->exclusive = 0; in port_subs_info_init()
471 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument
481 if (exclusive) { in check_and_subscribe_port()
485 if (grp->exclusive) in check_and_subscribe_port()
497 grp->exclusive = 0; in check_and_subscribe_port()
507 grp->exclusive = exclusive; in check_and_subscribe_port()
533 grp->exclusive = 0; in __delete_and_unsubscribe_port()
562 bool exclusive; in snd_seq_port_connect() local
574 exclusive = !!(info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE); in snd_seq_port_connect()
577 exclusive, in snd_seq_port_connect()
[all …]
Dseq_ports.h38 unsigned int exclusive: 1; /* exclusive mode */ member
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/
Dcec-ioc-g-mode.rst12 CEC_G_MODE, CEC_S_MODE - Get or set exclusive use of the CEC adapter
39 obtain exclusive access to the CEC adapter. This ioctl sets the
40 filehandle to initiator and/or follower mode which can be exclusive
68 :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`. If there is an exclusive
96 unless there is an exclusive initiator.
101 - This is an exclusive initiator and this file descriptor is the
103 CEC adapter. If someone else is already the exclusive initiator
130 is an exclusive follower. You cannot become a follower if
137 - This is an exclusive follower and only this file descriptor will
139 the exclusive follower then an attempt to become one will return
[all …]
/kernel/linux/linux-5.10/drivers/soc/ti/
Dti_sci_pm_domains.c46 u8 exclusive; member
75 if (pd->exclusive) in ti_sci_pd_power_on()
105 genpd_to_ti_sci_pd(genpd_data->domains[idx])->exclusive = in ti_sci_pd_xlate()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/mtd/ubi/
Dkapi.c160 if (vol->exclusive) in ubi_open_volume()
166 if (vol->exclusive || vol->writers > 0) in ubi_open_volume()
172 if (vol->exclusive || vol->writers || vol->readers || in ubi_open_volume()
175 vol->exclusive = 1; in ubi_open_volume()
179 if (vol->metaonly || vol->exclusive) in ubi_open_volume()
342 vol->exclusive = 0; in ubi_close_volume()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dlocking.rst91 create: exclusive
92 link: exclusive (both)
93 mknod: exclusive
94 symlink: exclusive
95 mkdir: exclusive
96 unlink: exclusive (both)
97 rmdir: exclusive (both)(see below)
98 rename: exclusive (all) (see below)
101 setattr: exclusive
108 atomic_open: shared (exclusive if O_CREAT is set in open flags)
[all …]
Ddirectory-locking.rst20 exclusive.
23 locks victim and calls the method. Locks are exclusive.
30 Then call the method. All locks are exclusive.
41 All locks are exclusive.
58 All ->i_rwsem are taken exclusive. Again, we might get away with locking
/kernel/linux/linux-5.10/sound/pci/ac97/
Dac97_pcm.c474 rpcm->exclusive = pcm->exclusive; in snd_ac97_pcm_assign()
488 if (pcm->exclusive) { in snd_ac97_pcm_assign()
507 if (pcm->exclusive) in snd_ac97_pcm_assign()
525 if (pcm->exclusive) in snd_ac97_pcm_assign()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_fence.c342 nouveau_fence_sync(struct nouveau_bo *nvbo, struct nouveau_channel *chan, bool exclusive, bool intr) in nouveau_fence_sync() argument
351 if (!exclusive) { in nouveau_fence_sync()
361 if (fence && (!exclusive || !fobj || !fobj->shared_count)) { in nouveau_fence_sync()
380 if (!exclusive || !fobj) in nouveau_fence_sync()
/kernel/linux/linux-5.10/tools/perf/tests/attr/
Dbase-stat16 exclusive=0
Dbase-record16 exclusive=0
Dsystem-wide-dummy19 exclusive=0
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/i2c/
Di2c-ocores.txt12 Mutually exclusive with opencores,ip-clock-frequency
14 see the note below. Mutually exclusive with clocks
/kernel/linux/linux-5.10/drivers/firmware/psci/
DKconfig14 are mutually exclusive.
/kernel/linux/linux-5.10/include/linux/
Dwait_bit.h242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ argument
250 exclusive ? WQ_FLAG_EXCLUSIVE : 0); \
Dwait.h290 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument
296 init_wait_entry(&__wq_entry, exclusive ? WQ_FLAG_EXCLUSIVE : 0); \
763 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ argument
767 if (exclusive) \
/kernel/linux/linux-5.10/net/rxrpc/
Dsendmsg.c542 p->exclusive = true; in rxrpc_sendmsg_cmsg()
619 cp.exclusive = rx->exclusive | p->exclusive; in rxrpc_new_client_call_for_sendmsg()
652 .exclusive = false, in rxrpc_do_sendmsg()
/kernel/linux/linux-5.10/include/sound/
Dhwdep.h61 unsigned int exclusive:1; /* exclusive access mode */ member
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-extcon18 If there are cables mutually exclusive with each other,
100 directory show the mutually-exclusive sets, not the contents
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Disdn.h91 int exclusive; member

12345678910