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

12345

/linux-master/fs/lockd/
H A Dxdr.c109 /* exclusive */
158 u32 exclusive; local
162 if (xdr_stream_decode_bool(xdr, &exclusive) < 0)
166 if (exclusive)
176 u32 exclusive; local
182 if (xdr_stream_decode_bool(xdr, &exclusive) < 0)
186 if (exclusive)
201 u32 exclusive; local
207 if (xdr_stream_decode_bool(xdr, &exclusive) < 0)
211 if (exclusive)
[all...]
H A Dxdr4.c104 /* exclusive */
153 u32 exclusive; local
157 if (xdr_stream_decode_bool(xdr, &exclusive) < 0)
161 if (exclusive)
171 u32 exclusive; local
177 if (xdr_stream_decode_bool(xdr, &exclusive) < 0)
181 if (exclusive)
196 u32 exclusive; local
202 if (xdr_stream_decode_bool(xdr, &exclusive) < 0)
206 if (exclusive)
[all...]
H A Dclntxdr.c227 * bool exclusive;
255 u32 exclusive, l_offset, l_len; local
266 exclusive = be32_to_cpup(p++);
279 fl->c.flc_type = exclusive != 0 ? F_WRLCK : F_RDLCK;
348 * bool exclusive;
368 * bool exclusive;
393 * bool exclusive;
H A Dclnt4xdr.c232 * bool exclusive;
261 u32 exclusive; local
271 exclusive = be32_to_cpup(p++);
284 fl->c.flc_type = exclusive != 0 ? F_WRLCK : F_RDLCK;
348 * bool exclusive;
368 * bool exclusive;
393 * bool exclusive;
/linux-master/drivers/pmdomain/ti/
H A Dti_sci_pm_domains.c38 * @exclusive: Permissions for exclusive request or shared request of the
46 u8 exclusive; member in struct:ti_sci_pm_domain
75 if (pd->exclusive)
105 genpd_to_ti_sci_pd(genpd_data->domains[idx])->exclusive =
/linux-master/sound/core/seq/
H A Dseq_ports.c103 grp->exclusive = 0;
492 bool is_src, bool exclusive, bool ack)
501 if (exclusive) {
505 if (grp->exclusive)
517 grp->exclusive = 0;
527 grp->exclusive = exclusive;
549 grp->exclusive = 0;
577 bool exclusive; local
589 exclusive
489 check_and_subscribe_port(struct snd_seq_client *client, struct snd_seq_client_port *port, struct snd_seq_subscribers *subs, bool is_src, bool exclusive, bool ack) argument
[all...]
H A Dseq_ports.h38 unsigned int exclusive: 1; /* exclusive mode */ member in struct:snd_seq_port_subs_info
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Devent_attributes_test.c36 event.attr.exclusive = 0;
37 /* Expected to fail, not exclusive */
110 leader.attr.exclusive = 0;
111 /* Expected to fail, leader isn't exclusive */
/linux-master/include/sound/
H A Dhwdep.h61 unsigned int exclusive:1; /* exclusive access mode */ member in struct:snd_hwdep
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.h27 int nouveau_fence_sync(struct nouveau_bo *, struct nouveau_channel *, bool exclusive, bool intr);
/linux-master/drivers/mtd/ubi/
H A Dkapi.c104 * mode, read-write mode, or exclusive mode. The exclusive mode guarantees that
161 if (vol->exclusive)
167 if (vol->exclusive || vol->writers > 0)
173 if (vol->exclusive || vol->writers || vol->readers ||
176 vol->exclusive = 1;
180 if (vol->metaonly || vol->exclusive)
363 vol->exclusive = 0;
/linux-master/sound/pci/hda/
H A Dhda_hwdep.c108 hwdep->exclusive = 1;
/linux-master/fs/
H A Dfsopen.c212 static int vfs_cmd_create(struct fs_context *fc, bool exclusive) argument
224 if (exclusive && fc->ops == &legacy_fs_context_ops)
228 fc->exclusive = exclusive;
/linux-master/include/linux/
H A Dwait_bit.h242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \
250 exclusive ? WQ_FLAG_EXCLUSIVE : 0); \
H A Dwait.h299 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \
305 init_wait_entry(&__wq_entry, exclusive ? WQ_FLAG_EXCLUSIVE : 0); \
442 * Just like wait_event_cmd(), except it sets exclusive flag
773 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \
777 if (exclusive) \
/linux-master/sound/pci/ac97/
H A Dac97_pcm.c464 /* first step - exclusive devices */
474 rpcm->exclusive = pcm->exclusive;
488 if (pcm->exclusive) {
489 /* exclusive access */
496 /* non-exclusive access */
507 if (pcm->exclusive)
525 if (pcm->exclusive)
/linux-master/net/rxrpc/
H A Dsendmsg.c506 p->exclusive = true;
591 cp.exclusive = rx->exclusive | p->exclusive;
622 .exclusive = false,
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c195 hwdep->exclusive = true;
/linux-master/sound/firewire/oxfw/
H A Doxfw-hwdep.c184 hwdep->exclusive = true;
/linux-master/sound/firewire/dice/
H A Ddice-hwdep.c186 hwdep->exclusive = true;
/linux-master/sound/firewire/bebob/
H A Dbebob_hwdep.c190 hwdep->exclusive = true;
/linux-master/sound/synth/emux/
H A Demux_hwdep.c129 hw->exclusive = 1;
/linux-master/sound/firewire/fireface/
H A Dff-hwdep.c204 hwdep->exclusive = true;
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh159 # X<l> = add cpu-list to cpuset.cpus.exclusive
217 # Remote partition and cpuset.cpus.exclusive tests
256 # cpus.exclusive.effective clearing test
344 # A non-exclusive cpuset.cpus change will invalidate partition and its siblings
356 # Changes to cpuset.cpus.exclusive that violate exclusivity rule is rejected
409 XFILE=$CGRP/cpuset.cpus.exclusive
507 XCPUS=$DIR/cpuset.cpus.exclusive
508 XECPUS=$DIR/cpuset.cpus.exclusive.effective
537 FILE=cpuset.cpus.exclusive.effective
/linux-master/tools/perf/tests/
H A Dattr.c110 WRITE_ASS(exclusive, "d");

Completed in 469 milliseconds

12345