Home
last modified time | relevance | path

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

12345678910

/Linux-v6.6/fs/lockd/
Dxdr.c158 u32 exclusive; in nlmsvc_decode_testargs() local
162 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlmsvc_decode_testargs()
166 if (exclusive) in nlmsvc_decode_testargs()
176 u32 exclusive; in nlmsvc_decode_lockargs() local
182 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlmsvc_decode_lockargs()
186 if (exclusive) in nlmsvc_decode_lockargs()
201 u32 exclusive; in nlmsvc_decode_cancargs() local
207 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlmsvc_decode_cancargs()
211 if (exclusive) in nlmsvc_decode_cancargs()
Dxdr4.c153 u32 exclusive; in nlm4svc_decode_testargs() local
157 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_testargs()
161 if (exclusive) in nlm4svc_decode_testargs()
171 u32 exclusive; in nlm4svc_decode_lockargs() local
177 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_lockargs()
181 if (exclusive) in nlm4svc_decode_lockargs()
196 u32 exclusive; in nlm4svc_decode_cancargs() local
202 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_cancargs()
206 if (exclusive) in nlm4svc_decode_cancargs()
Dclnt4xdr.c261 u32 exclusive; in decode_nlm4_holder() local
271 exclusive = be32_to_cpup(p++); in decode_nlm4_holder()
284 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()
/Linux-v6.6/sound/core/seq/
Dseq_ports.c106 grp->exclusive = 0; in port_subs_info_init()
501 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument
511 if (exclusive) { in check_and_subscribe_port()
515 if (grp->exclusive) in check_and_subscribe_port()
527 grp->exclusive = 0; in check_and_subscribe_port()
537 grp->exclusive = exclusive; in check_and_subscribe_port()
563 grp->exclusive = 0; in __delete_and_unsubscribe_port()
592 bool exclusive; in snd_seq_port_connect() local
604 exclusive = !!(info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE); in snd_seq_port_connect()
607 exclusive, in snd_seq_port_connect()
[all …]
/Linux-v6.6/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 …]
/Linux-v6.6/drivers/pmdomain/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()
/Linux-v6.6/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-v6.6/drivers/mtd/ubi/
Dkapi.c161 if (vol->exclusive) in ubi_open_volume()
167 if (vol->exclusive || vol->writers > 0) in ubi_open_volume()
173 if (vol->exclusive || vol->writers || vol->readers || in ubi_open_volume()
176 vol->exclusive = 1; in ubi_open_volume()
180 if (vol->metaonly || vol->exclusive) in ubi_open_volume()
343 vol->exclusive = 0; in ubi_close_volume()
/Linux-v6.6/fs/
Dfsopen.c212 static int vfs_cmd_create(struct fs_context *fc, bool exclusive) in vfs_cmd_create() argument
224 if (exclusive && fc->ops == &legacy_fs_context_ops) in vfs_cmd_create()
228 fc->exclusive = exclusive; in vfs_cmd_create()
/Linux-v6.6/Documentation/filesystems/
Dlocking.rst97 create: exclusive
98 link: exclusive (both)
99 mknod: exclusive
100 symlink: exclusive
101 mkdir: exclusive
102 unlink: exclusive (both)
103 rmdir: exclusive (both)(see below)
104 rename: exclusive (all) (see below)
107 setattr: exclusive
115 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.
29 pointer order. Then call the method. All locks are exclusive.
40 All locks are exclusive.
59 All ->i_rwsem are taken exclusive. Again, we might get away with locking
/Linux-v6.6/kernel/power/
Dpower.h171 int swsusp_check(bool exclusive);
175 void swsusp_close(bool exclusive);
/Linux-v6.6/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()
/Linux-v6.6/tools/perf/tests/attr/
Dbase-record-spe15 exclusive=*
Dbase-record16 exclusive=0
Dbase-stat16 exclusive=0
Dsystem-wide-dummy19 exclusive=0
/Linux-v6.6/net/rxrpc/
Dsendmsg.c518 p->exclusive = true; in rxrpc_sendmsg_cmsg()
595 cp.exclusive = rx->exclusive | p->exclusive; in rxrpc_new_client_call_for_sendmsg()
626 .exclusive = false, in rxrpc_do_sendmsg()
/Linux-v6.6/include/linux/
Dwait_bit.h242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ argument
250 exclusive ? WQ_FLAG_EXCLUSIVE : 0); \
/Linux-v6.6/drivers/firmware/psci/
DKconfig14 are mutually exclusive.
/Linux-v6.6/include/sound/
Dhwdep.h61 unsigned int exclusive:1; /* exclusive access mode */ member
/Linux-v6.6/arch/arm/boot/dts/qcom/
Dqcom-ipq8064-v2.0.dtsi37 * On ipq806x designs gsbi4 i2c is meant for exclusive
/Linux-v6.6/arch/arm64/boot/dts/renesas/
Dr9a07g043u11-smarc.dts28 #error "Cannot set as both PMOD_MTU3 and !SW_ET0_EN_N are mutually exclusive"
Dr9a07g044l2-smarc.dts21 #error "Cannot set as PMOD_MTU3 and PMOD1_SER0 are mutually exclusive "

12345678910