Home
last modified time | relevance | path

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

123456789

/linux/fs/lockd/
H 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()
H A Dclnt4xdr.c261 u32 exclusive; in decode_nlm4_holder() local
271 exclusive = be32_to_cpup(p++); in decode_nlm4_holder()
284 fl->c.flc_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm4_holder()
/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/tools/perf/tests/
H A Dtests-scripts.c178 char *exclusive; in append_script() local
195 exclusive = strstr(desc, " (exclusive)"); in append_script()
196 if (exclusive != NULL) { in append_script()
197 tests[0].exclusive = true; in append_script()
198 exclusive[0] = '\0'; in append_script()
H A Dtests.h40 bool exclusive; member
72 .exclusive = true, \
81 .exclusive = true, \
H A Dbuiltin-test.c265 return t->test_cases[0].exclusive; in test_exclusive()
267 return t->test_cases[test_case].exclusive; in test_exclusive()
759 bool exclusive = false; in build_suites() local
764 exclusive = true; in build_suites()
768 if ((!exclusive && pass == 1) || (exclusive && pass == 2)) in build_suites()
/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/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/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh531 XFILE=$CGRP/cpuset.cpus.exclusive
629 XCPUS=$DIR/cpuset.cpus.exclusive
630 XECPUS=$DIR/cpuset.cpus.exclusive.effective
675 FILE=cpuset.cpus.exclusive.effective
996 echo "1-7" > cpuset.cpus.exclusive
/linux/drivers/accel/amdxdna/
H A Daie2_solver.c20 bool exclusive; /* can not be shared if set */ member
211 pt_node->exclusive = false; in get_free_partition()
235 if (pt_node->exclusive) in allocate_partition()
/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/net/rxrpc/
H A Dsendmsg.c557 p->exclusive = true; in rxrpc_sendmsg_cmsg()
642 cp.exclusive = rx->exclusive | p->exclusive; in rxrpc_new_client_call_for_sendmsg()
672 .exclusive = false, in rxrpc_do_sendmsg()
H A Dconn_client.c85 bundle->exclusive = test_bit(RXRPC_CALL_EXCLUSIVE, &call->flags); in rxrpc_alloc_bundle()
181 conn->exclusive = bundle->exclusive; in rxrpc_alloc_client_connection()
711 if (!bundle->exclusive) { in rxrpc_deactivate_bundle()
/linux/drivers/firmware/psci/
H A DKconfig14 are mutually exclusive.
/linux/include/linux/
H A Dwait.h302 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument
308 init_wait_entry(&__wq_entry, exclusive ? WQ_FLAG_EXCLUSIVE : 0); \
779 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ argument
783 if (exclusive) \
/linux/include/sound/
H A Dhwdep.h61 unsigned int exclusive:1; /* exclusive access mode */ member
/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
/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 "
H A Dr9a07g054l2-smarc.dts21 #error "Cannot set as PMOD_MTU3 and PMOD1_SER0 are mutually exclusive "
/linux/drivers/media/platform/broadcom/
H A DKconfig17 This driver is mutually exclusive with the use of bcm2835-camera. The
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-ipq8064-v2.0.dtsi37 * On ipq806x designs gsbi4 i2c is meant for exclusive
/linux/drivers/mtd/ubi/
H 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/Documentation/arch/powerpc/
H A Dpmu-ebb.rst53 existing "pinned" and "exclusive" attributes of perf_events. This means EBB
70 An EBB event must be created with the "pinned" and "exclusive" attributes set.
100 This behaviour occurs because the EBB event is pinned and exclusive. When the
/linux/Documentation/locking/
H 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.

123456789