Home
last modified time | relevance | path

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

12345678

/linux/sound/core/seq/
H A Dseq_ports.c103 grp->exclusive = 0; in port_subs_info_init()
493 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port()
502 if (exclusive) { in check_and_subscribe_port()
506 if (grp->exclusive) in check_and_subscribe_port()
518 grp->exclusive = 0; in check_and_subscribe_port()
527 grp->exclusive = exclusive;
548 grp->exclusive = 0; in __delete_and_unsubscribe_port()
575 bool exclusive; in snd_seq_port_connect()
587 exclusive in snd_seq_port_connect()
487 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) check_and_subscribe_port() argument
572 bool exclusive; snd_seq_port_connect() local
[all...]
/linux/include/linux/sunrpc/xdrgen/
H A Dnlm3.h40 bool exclusive; member
71 bool exclusive; member
80 bool exclusive; member
86 bool exclusive; member
H A Dnlm4.h64 bool exclusive; member
104 bool exclusive; member
113 bool exclusive; member
119 bool exclusive; member
/linux/tools/perf/tests/
H A Dtests-scripts.c190 char *exclusive; in append_script()
207 exclusive = strstr(desc, " (exclusive)"); in append_script()
208 if (exclusive != NULL) { in append_script()
209 tests[0].exclusive = true; in append_script()
210 exclusive[0] = '\0'; in append_script()
178 char *exclusive; append_script() local
H A Dtests.h40 bool exclusive; member
74 .exclusive = true, \
83 .exclusive = true, \
H A Dbuiltin-test.c292 return t->test_cases[0].exclusive; in perf_test__matches()
294 return t->test_cases[test_case].exclusive; in perf_test__matches()
1191 /* When parallel, skip exclusive tests on the first pass. */
1195 /* Sequential and non-exclusive tests were run on the first pass. */
1334 * In parallel mode pass 1 runs non-exclusive tests in parallel, pass 2
1335 * runs the exclusive tests sequentially. In other modes all tests are
1706 bool exclusive = false;
1711 exclusive = true;
1715 if ((!exclusive && pass == 1) || (exclusive
764 bool exclusive = false; build_suites() local
[all...]
/linux/Documentation/userspace-api/media/cec/
H 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.
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/fs/lockd/
H A Dnlm3xdr_gen.c61 if (!xdrgen_decode_bool(xdr, &ptr->exclusive)) in xdrgen_decode_nlm_holder()
125 if (!xdrgen_decode_bool(xdr, &ptr->exclusive)) in xdrgen_decode_nlm_lockargs()
143 if (!xdrgen_decode_bool(xdr, &ptr->exclusive)) in xdrgen_decode_nlm_cancargs()
155 if (!xdrgen_decode_bool(xdr, &ptr->exclusive)) in xdrgen_decode_nlm_testargs()
451 if (!xdrgen_encode_bool(xdr, value->exclusive)) in xdrgen_encode_nlm_holder()
517 if (!xdrgen_encode_bool(xdr, value->exclusive)) in xdrgen_encode_nlm_lockargs()
535 if (!xdrgen_encode_bool(xdr, value->exclusive)) in xdrgen_encode_nlm_cancargs()
547 if (!xdrgen_encode_bool(xdr, value->exclusive)) in xdrgen_encode_nlm_testargs()
H A Dnlm4xdr_gen.c114 if (!xdrgen_decode_bool(xdr, &ptr->exclusive)) in xdrgen_decode_nlm4_holder()
196 if (!xdrgen_decode_bool(xdr, &ptr->exclusive)) in xdrgen_decode_nlm4_lockargs()
214 if (!xdrgen_decode_bool(xdr, &ptr->exclusive)) in xdrgen_decode_nlm4_cancargs()
226 if (!xdrgen_decode_bool(xdr, &ptr->exclusive)) in xdrgen_decode_nlm4_testargs()
498 if (!xdrgen_encode_bool(xdr, value->exclusive)) in xdrgen_encode_nlm4_holder()
582 if (!xdrgen_encode_bool(xdr, value->exclusive)) in xdrgen_encode_nlm4_lockargs()
600 if (!xdrgen_encode_bool(xdr, value->exclusive)) in xdrgen_encode_nlm4_cancargs()
612 if (!xdrgen_encode_bool(xdr, value->exclusive)) in xdrgen_encode_nlm4_testargs()
H A Dsvc4proc.c252 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in nlm4svc_proc_test()
278 holder->exclusive = (conf->fl.c.flc_type != F_RDLCK); in nlm4svc_proc_test()
301 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in nlm4svc_do_lock()
411 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in nlm4svc_proc_cancel()
594 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in __nlm4svc_proc_test_msg()
654 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in __nlm4svc_proc_lock_msg()
716 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in __nlm4svc_proc_cancel_msg()
H A Dsvcproc.c268 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in nlmsvc_proc_test()
295 holder->exclusive = (conf->fl.c.flc_type != F_RDLCK); in nlmsvc_proc_test()
322 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in nlmsvc_do_lock()
418 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in nlmsvc_proc_cancel()
604 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in __nlmsvc_proc_test_msg()
669 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in __nlmsvc_proc_lock_msg()
733 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in __nlmsvc_proc_cancel_msg()
/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Devent_attributes_test.c36 event.attr.exclusive = 0; in event_attributes()
110 leader.attr.exclusive = 0; in event_attributes()
/linux/drivers/mtd/ubi/
H A 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()
363 vol->exclusive = 0; in ubi_close_volume()
/linux/Documentation/filesystems/
H A Ddirectory-locking.rst26 * lock the directory we are accessing (exclusive)
30 * lock the parent (exclusive)
32 * lock the victim (exclusive)
36 * lock the parent (exclusive)
38 * lock the source (exclusive; probably could be weakened to shared)
42 * lock the parent (exclusive)
47 * take the locks that need to be taken (exclusive), in inode pointer order
57 * lock the parents in "ancestors first" order (exclusive). If neither is an
62 * lock the subdirectories involved (exclusive), source before target.
63 * lock the non-directories involved (exclusive), in inode pointer order.
[all …]
/linux/sound/pci/ac97/
H A Dac97_pcm.c473 rpcm->exclusive = pcm->exclusive; in snd_ac97_pcm_assign()
487 if (pcm->exclusive) { in snd_ac97_pcm_assign()
506 if (pcm->exclusive) in snd_ac97_pcm_assign()
524 if (pcm->exclusive) in snd_ac97_pcm_assign()
/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh567 XFILE=$CGRP/cpuset.cpus.exclusive
668 XCPUS=$DIR/cpuset.cpus.exclusive
669 XECPUS=$DIR/cpuset.cpus.exclusive.effective
714 FILE=cpuset.cpus.exclusive.effective
1039 echo "1-7" > cpuset.cpus.exclusive
/linux/fs/
H A Dfsopen.c217 static int vfs_cmd_create(struct fs_context *fc, bool exclusive) in vfs_cmd_create() argument
229 fc->exclusive = exclusive; in vfs_cmd_create()
/linux/drivers/firmware/psci/
H A DKconfig14 are mutually exclusive.
/linux/Documentation/bpf/
H A Dsigning.rst140 time-of-check/time-of-use window). Each folded map must be exclusive (carry
143 kernel address spanning ``value_size`` bytes. A map that is not exclusive, not
158 - **Exclusive bound maps** (``fd_array_cnt > 0``): every entry is exclusive and
161 There is no third shape: a non-exclusive map in a signed program's ``fd_array``
181 substituted at an ``fd_array`` slot. Non-exclusive maps are never folded, so a
198 *and* the frozen contents of every exclusive map the program uses:
201 artifact and it uses no exclusive maps, so a valid instruction signature is
203 - For a signed loader the metadata map is exclusive, so its contents are folded
380 that verdict covered all of its exclusive maps, rejecting any that did not - so
479 be exclusive; its frozen contents are folded into the verified buffer, and
[all …]
/linux/net/rxrpc/
H A Dsendmsg.c558 p->exclusive = true; in rxrpc_sendmsg_cmsg()
643 cp.exclusive = rx->exclusive | p->exclusive; in rxrpc_new_client_call_for_sendmsg()
673 .exclusive = false, in rxrpc_do_sendmsg()
/linux/include/sound/
H A Dhwdep.h61 unsigned int exclusive:1; /* exclusive access mode */ member
/linux/arch/arm64/boot/dts/renesas/
H A Dr9a07g043u11-smarc.dts28 #error "Cannot set as both PMOD_MTU3 and !SW_ET0_EN_N are mutually exclusive"
H A Dr9a07g044l2-smarc.dts21 #error "Cannot set as PMOD_MTU3 and PMOD1_SER0 are mutually exclusive "
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-ipq8064-v2.0.dtsi37 * On ipq806x designs gsbi4 i2c is meant for exclusive
/linux/Documentation/ABI/testing/
H A Dsysfs-class-extcon18 If there are cables mutually exclusive with each other,
100 directory show the mutually-exclusive sets, not the contents

12345678