/linux-6.12.1/fs/lockd/ |
D | xdr.c | 158 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()
|
D | xdr4.c | 153 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()
|
D | clntxdr.c | 255 u32 exclusive, l_offset, l_len; in decode_nlm_holder() local 266 exclusive = be32_to_cpup(p++); in decode_nlm_holder() 279 fl->c.flc_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm_holder()
|
D | clnt4xdr.c | 261 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-6.12.1/sound/core/seq/ |
D | seq_ports.c | 103 grp->exclusive = 0; in port_subs_info_init() 497 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument 506 if (exclusive) { in check_and_subscribe_port() 510 if (grp->exclusive) in check_and_subscribe_port() 522 grp->exclusive = 0; in check_and_subscribe_port() 532 grp->exclusive = exclusive; in check_and_subscribe_port() 554 grp->exclusive = 0; in __delete_and_unsubscribe_port() 582 bool exclusive; in snd_seq_port_connect() local 594 exclusive = !!(info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE); in snd_seq_port_connect() 597 exclusive, in snd_seq_port_connect() [all …]
|
/linux-6.12.1/Documentation/userspace-api/media/cec/ |
D | cec-ioc-g-mode.rst | 12 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-6.12.1/drivers/pmdomain/ti/ |
D | ti_sci_pm_domains.c | 46 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-6.12.1/tools/testing/selftests/powerpc/pmu/ebb/ |
D | event_attributes_test.c | 36 event.attr.exclusive = 0; in event_attributes() 110 leader.attr.exclusive = 0; in event_attributes()
|
/linux-6.12.1/Documentation/filesystems/ |
D | locking.rst | 97 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 (both parents, some children) (see below) 107 setattr: exclusive 115 atomic_open: shared (exclusive if O_CREAT is set in open flags) [all …]
|
D | directory-locking.rst | 26 * 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-6.12.1/drivers/mtd/ubi/ |
D | kapi.c | 161 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-6.12.1/sound/pci/ac97/ |
D | ac97_pcm.c | 474 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-6.12.1/tools/testing/selftests/cgroup/ |
D | test_cpuset_prs.sh | 455 XFILE=$CGRP/cpuset.cpus.exclusive 553 XCPUS=$DIR/cpuset.cpus.exclusive 554 XECPUS=$DIR/cpuset.cpus.exclusive.effective 583 FILE=cpuset.cpus.exclusive.effective
|
/linux-6.12.1/tools/perf/tests/attr/ |
D | base-record-spe | 15 exclusive=*
|
D | base-stat | 16 exclusive=0
|
D | base-record | 16 exclusive=0
|
D | test-record-dummy-C0 | 24 exclusive=0
|
D | system-wide-dummy | 21 exclusive=0
|
/linux-6.12.1/fs/ |
D | fsopen.c | 211 static int vfs_cmd_create(struct fs_context *fc, bool exclusive) in vfs_cmd_create() argument 223 fc->exclusive = exclusive; in vfs_cmd_create()
|
/linux-6.12.1/net/rxrpc/ |
D | sendmsg.c | 506 p->exclusive = true; in rxrpc_sendmsg_cmsg() 591 cp.exclusive = rx->exclusive | p->exclusive; in rxrpc_new_client_call_for_sendmsg() 622 .exclusive = false, in rxrpc_do_sendmsg()
|
/linux-6.12.1/include/linux/ |
D | wait_bit.h | 242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ argument 250 exclusive ? WQ_FLAG_EXCLUSIVE : 0); \
|
/linux-6.12.1/drivers/firmware/psci/ |
D | Kconfig | 14 are mutually exclusive.
|
/linux-6.12.1/include/sound/ |
D | hwdep.h | 61 unsigned int exclusive:1; /* exclusive access mode */ member
|
/linux-6.12.1/drivers/media/platform/broadcom/ |
D | Kconfig | 17 This driver is mutually exclusive with the use of bcm2835-camera. The
|
/linux-6.12.1/arch/arm/boot/dts/qcom/ |
D | qcom-ipq8064-v2.0.dtsi | 37 * On ipq806x designs gsbi4 i2c is meant for exclusive
|