| /linux/fs/lockd/ |
| H A 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()
|
| H A 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/sound/core/seq/ |
| H A D | seq_ports.c | 103 grp->exclusive = 0; in port_subs_info_init() 487 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument 496 if (exclusive) { in check_and_subscribe_port() 500 if (grp->exclusive) in check_and_subscribe_port() 512 grp->exclusive = 0; in check_and_subscribe_port() 522 grp->exclusive = exclusive; in check_and_subscribe_port() 544 grp->exclusive = 0; in __delete_and_unsubscribe_port() 572 bool exclusive; in snd_seq_port_connect() local 584 exclusive = !!(info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE); in snd_seq_port_connect() 587 exclusive, in snd_seq_port_connect() [all …]
|
| /linux/Documentation/userspace-api/media/cec/ |
| H A 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/tools/perf/tests/ |
| H A D | tests-scripts.c | 178 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 D | tests.h | 40 bool exclusive; member 72 .exclusive = true, \ 81 .exclusive = true, \
|
| H A D | builtin-test.c | 270 return t->test_cases[0].exclusive; in test_exclusive() 272 return t->test_cases[test_case].exclusive; in test_exclusive() 764 bool exclusive = false; in build_suites() local 769 exclusive = true; in build_suites() 773 if ((!exclusive && pass == 1) || (exclusive && pass == 2)) in build_suites()
|
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 104 create: exclusive 105 link: exclusive (both) 106 mknod: exclusive 107 symlink: exclusive 108 mkdir: exclusive 109 unlink: exclusive (both) 110 rmdir: exclusive (both)(see below) 111 rename: exclusive (both parents, some children) (see below) 114 setattr: exclusive 123 atomic_open: shared (exclusive if O_CREAT is set in open flags) [all …]
|
| H A 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/drivers/mtd/ubi/ |
| H A 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()
|
| H A D | cdev.c | 50 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/ |
| H A D | event_attributes_test.c | 36 event.attr.exclusive = 0; in event_attributes() 110 leader.attr.exclusive = 0; in event_attributes()
|
| /linux/sound/pci/ac97/ |
| H A D | ac97_pcm.c | 473 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 D | test_cpuset_prs.sh | 544 XFILE=$CGRP/cpuset.cpus.exclusive 644 XCPUS=$DIR/cpuset.cpus.exclusive 645 XECPUS=$DIR/cpuset.cpus.exclusive.effective 690 FILE=cpuset.cpus.exclusive.effective 1015 echo "1-7" > cpuset.cpus.exclusive
|
| /linux/fs/ |
| H A D | fsopen.c | 217 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/accel/amdxdna/ |
| H A D | aie2_solver.c | 20 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/net/rxrpc/ |
| H A D | sendmsg.c | 557 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 D | conn_client.c | 85 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 D | Kconfig | 14 are mutually exclusive.
|
| /linux/include/linux/ |
| H A D | wait.h | 302 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument 308 init_wait_entry(&__wq_entry, exclusive ? WQ_FLAG_EXCLUSIVE : 0); \ 448 * Just like wait_event_cmd(), except it sets exclusive flag 779 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ argument 783 if (exclusive) \
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-extcon | 18 If there are cables mutually exclusive with each other, 100 directory show the mutually-exclusive sets, not the contents
|
| /linux/include/sound/ |
| H A D | hwdep.h | 61 unsigned int exclusive:1; /* exclusive access mode */ member
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r9a07g043u11-smarc.dts | 28 #error "Cannot set as both PMOD_MTU3 and !SW_ET0_EN_N are mutually exclusive"
|
| /linux/drivers/media/platform/broadcom/ |
| H A D | Kconfig | 17 This driver is mutually exclusive with the use of bcm2835-camera. The
|
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | qcom-ipq8064-v2.0.dtsi | 37 * On ipq806x designs gsbi4 i2c is meant for exclusive
|