Home
last modified time | relevance | path

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

12345678910

/linux/fs/lockd/
A 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()
A Dxdr4.c157 u32 exclusive; in nlm4svc_decode_testargs() local
161 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_testargs()
165 if (exclusive) in nlm4svc_decode_testargs()
175 u32 exclusive; in nlm4svc_decode_lockargs() local
181 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_lockargs()
185 if (exclusive) in nlm4svc_decode_lockargs()
200 u32 exclusive; in nlm4svc_decode_cancargs() local
206 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_cancargs()
210 if (exclusive) in nlm4svc_decode_cancargs()
A 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()
A 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/sound/core/seq/
A 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 …]
/linux/Documentation/userspace-api/media/cec/
A 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.
103 CEC adapter. If someone else is already the exclusive initiator
130 is an exclusive follower. You cannot become a follower if
139 the exclusive follower then an attempt to become one will return
149 CEC device into passthrough mode, allowing the exclusive follower
151 framework for that. If someone else is already the exclusive
[all …]
/linux/drivers/soc/ti/
A 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/Documentation/filesystems/
A Dlocking.rst94 create: exclusive
95 link: exclusive (both)
96 mknod: exclusive
97 symlink: exclusive
98 mkdir: exclusive
99 unlink: exclusive (both)
104 setattr: exclusive
113 fileattr_get: no or exclusive
114 fileattr_set: exclusive
119 exclusive on victim.
[all …]
A 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
/linux/drivers/mtd/ubi/
A 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()
A Dcdev.c50 users = vol->readers + vol->writers + vol->exclusive + vol->metaonly; in get_exclusive()
57 vol->exclusive = 1; in get_exclusive()
77 ubi_assert(vol->exclusive == 1 && desc->mode == UBI_EXCLUSIVE); in revoke_exclusive()
78 vol->exclusive = 0; in revoke_exclusive()
86 vol->exclusive = 1; in revoke_exclusive()
/linux/tools/testing/selftests/powerpc/pmu/ebb/
A Devent_attributes_test.c36 event.attr.exclusive = 0; in event_attributes()
110 leader.attr.exclusive = 0; in event_attributes()
/linux/sound/pci/ac97/
A 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/Documentation/devicetree/bindings/i2c/
A Di2c-ocores.txt16 Mutually exclusive with opencores,ip-clock-frequency
18 see the note below. Mutually exclusive with clocks
/linux/include/linux/
A Dwait_bit.h242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ argument
250 exclusive ? WQ_FLAG_EXCLUSIVE : 0); \
A Dwait.h300 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument
306 init_wait_entry(&__wq_entry, exclusive ? WQ_FLAG_EXCLUSIVE : 0); \
773 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ argument
777 if (exclusive) \
/linux/net/rxrpc/
A Dsendmsg.c525 p->exclusive = true; in rxrpc_sendmsg_cmsg()
602 cp.exclusive = rx->exclusive | p->exclusive; in rxrpc_new_client_call_for_sendmsg()
635 .exclusive = false, in rxrpc_do_sendmsg()
/linux/tools/perf/tests/attr/
A Dbase-record16 exclusive=0
A Dbase-stat16 exclusive=0
A Dsystem-wide-dummy19 exclusive=0
/linux/drivers/firmware/psci/
A DKconfig14 are mutually exclusive.
/linux/Documentation/ABI/testing/
A Dsysfs-class-extcon18 If there are cables mutually exclusive with each other,
100 directory show the mutually-exclusive sets, not the contents
/linux/drivers/clk/imx/
A Dbuilt-in.a13 clk-gate-exclusive.o/
/linux/include/sound/
A Dhwdep.h61 unsigned int exclusive:1; /* exclusive access mode */ member
/linux/Documentation/locking/
A Dspinlocks.rst59 to change the variables it has to get an exclusive write lock.
76 .. read and write exclusive access to the info ...
117 guarantee the same kind of exclusive access, and it will be much faster.

Completed in 37 milliseconds

12345678910