| /kernel/linux/linux-4.19/Documentation/media/uapi/cec/ |
| D | cec-ioc-g-mode.rst | 11 CEC_G_MODE, CEC_S_MODE - Get or set exclusive use of the CEC adapter 36 obtain exclusive access to the CEC adapter. This ioctl sets the 37 filehandle to initiator and/or follower mode which can be exclusive 65 :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`. If there is an exclusive 93 unless there is an exclusive initiator. 98 - This is an exclusive initiator and this file descriptor is the 100 CEC adapter. If someone else is already the exclusive initiator 128 is an exclusive follower. You cannot become a follower if 135 - This is an exclusive follower and only this file descriptor will 137 the exclusive follower then an attempt to become one will return [all …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | reservation.h | 69 * @fence_excl: the exclusive fence, if there is one currently 152 * Locks the reservation object for exclusive access and modification. Note, 174 * Locks the reservation object interruptible for exclusive access and 196 * Tries to lock the reservation object for exclusive access and modification. 216 * Unlocks the reservation object following exclusive access. 226 * exclusive fence, with update-side lock held 229 * Returns the exclusive fence (if any). Does NOT take a 233 * The exclusive fence or NULL 244 * exclusive fence, without lock held. 247 * If there is an exclusive fence, this atomically increments it's [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | dma-resv.h | 67 * @fence_excl: the exclusive fence, if there is one currently 100 * Locks the reservation object for exclusive access and modification. Note, 121 * Locks the reservation object interruptible for exclusive access and 172 * Tries to lock the reservation object for exclusive access and modification. 214 * Unlocks the reservation object following exclusive access. 231 * exclusive fence, with update-side lock held 234 * Returns the exclusive fence (if any). Does NOT take a 239 * The exclusive fence or NULL 250 * exclusive fence, without lock held. 253 * If there is an exclusive fence, this atomically increments it's [all …]
|
| /kernel/linux/linux-4.19/tools/perf/util/ |
| D | target.c | 24 /* CPU and PID are mutually exclusive */ in target__validate() 31 /* UID and PID are mutually exclusive */ in target__validate() 38 /* UID and CPU are mutually exclusive */ in target__validate() 45 /* PID and SYSTEM are mutually exclusive */ in target__validate() 52 /* UID and SYSTEM are mutually exclusive */ in target__validate() 59 /* THREAD and SYSTEM/CPU are mutually exclusive */ in target__validate()
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | target.c | 24 /* CPU and PID are mutually exclusive */ in target__validate() 31 /* UID and PID are mutually exclusive */ in target__validate() 38 /* UID and CPU are mutually exclusive */ in target__validate() 45 /* PID and SYSTEM are mutually exclusive */ in target__validate() 52 /* UID and SYSTEM are mutually exclusive */ in target__validate() 59 /* THREAD and SYSTEM/CPU are mutually exclusive */ in target__validate()
|
| /kernel/linux/linux-4.19/fs/lockd/ |
| D | xdr4.c | 186 u32 exclusive; in nlm4svc_decode_testargs() local 191 exclusive = ntohl(*p++); in nlm4svc_decode_testargs() 194 if (exclusive) in nlm4svc_decode_testargs() 214 u32 exclusive; in nlm4svc_decode_lockargs() local 219 exclusive = ntohl(*p++); in nlm4svc_decode_lockargs() 222 if (exclusive) in nlm4svc_decode_lockargs() 235 u32 exclusive; in nlm4svc_decode_cancargs() local 240 exclusive = ntohl(*p++); in nlm4svc_decode_cancargs() 243 if (exclusive) in nlm4svc_decode_cancargs()
|
| D | xdr.c | 189 u32 exclusive; in nlmsvc_decode_testargs() local 194 exclusive = ntohl(*p++); in nlmsvc_decode_testargs() 197 if (exclusive) in nlmsvc_decode_testargs() 217 u32 exclusive; in nlmsvc_decode_lockargs() local 222 exclusive = ntohl(*p++); in nlmsvc_decode_lockargs() 225 if (exclusive) in nlmsvc_decode_lockargs() 238 u32 exclusive; in nlmsvc_decode_cancargs() local 243 exclusive = ntohl(*p++); in nlmsvc_decode_cancargs() 246 if (exclusive) in nlmsvc_decode_cancargs()
|
| /kernel/linux/linux-5.10/fs/lockd/ |
| D | xdr4.c | 184 u32 exclusive; in nlm4svc_decode_testargs() local 189 exclusive = ntohl(*p++); in nlm4svc_decode_testargs() 192 if (exclusive) in nlm4svc_decode_testargs() 212 u32 exclusive; in nlm4svc_decode_lockargs() local 217 exclusive = ntohl(*p++); in nlm4svc_decode_lockargs() 220 if (exclusive) in nlm4svc_decode_lockargs() 233 u32 exclusive; in nlm4svc_decode_cancargs() local 238 exclusive = ntohl(*p++); in nlm4svc_decode_cancargs() 241 if (exclusive) in nlm4svc_decode_cancargs()
|
| D | xdr.c | 187 u32 exclusive; in nlmsvc_decode_testargs() local 192 exclusive = ntohl(*p++); in nlmsvc_decode_testargs() 195 if (exclusive) in nlmsvc_decode_testargs() 215 u32 exclusive; in nlmsvc_decode_lockargs() local 220 exclusive = ntohl(*p++); in nlmsvc_decode_lockargs() 223 if (exclusive) in nlmsvc_decode_lockargs() 236 u32 exclusive; in nlmsvc_decode_cancargs() local 241 exclusive = ntohl(*p++); in nlmsvc_decode_cancargs() 244 if (exclusive) in nlmsvc_decode_cancargs()
|
| /kernel/linux/linux-5.10/drivers/clk/imx/ |
| D | clk-gate-exclusive.c | 14 * exclusive with other gate clocks 17 * @exclusive_mask: mask of gate bits which are mutually exclusive to this 20 * The imx exclusive gate clock is a subclass of basic clk_gate 22 * register is mutually exclusive to this gate clock.
|
| /kernel/linux/linux-4.19/drivers/clk/imx/ |
| D | clk-gate-exclusive.c | 17 * exclusive with other gate clocks 20 * @exclusive_mask: mask of gate bits which are mutually exclusive to this 23 * The imx exclusive gate clock is a subclass of basic clk_gate 25 * register is mutually exclusive to this gate clock.
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| D | ipv6_flowlabel_mgr.c | 95 explain("cannot get it again with the exclusive (FL_FL_EXCL) flag"); in run_tests() 104 explain("create a new exclusive label (FL_S_EXCL)"); in run_tests() 106 explain("cannot get it again in non-exclusive mode"); in run_tests() 108 explain("cannot get it again in exclusive mode either"); in run_tests() 124 explain("cannot get it again in non-exclusive mode"); in run_tests() 126 explain("cannot get it again in exclusive mode"); in run_tests()
|
| /kernel/linux/linux-4.19/tools/perf/pmu-events/arch/arm64/ |
| D | armv8-recommended.json | 213 "PublicDescription": "Exclusive operation speculatively executed, LDREX or LDX", 216 "BriefDescription": "Exclusive operation speculatively executed, LDREX or LDX" 219 "PublicDescription": "Exclusive operation speculatively executed, STREX or STX pass", 222 "BriefDescription": "Exclusive operation speculatively executed, STREX or STX pass" 225 "PublicDescription": "Exclusive operation speculatively executed, STREX or STX fail", 228 "BriefDescription": "Exclusive operation speculatively executed, STREX or STX fail" 231 "PublicDescription": "Exclusive operation speculatively executed, STREX or STX", 234 "BriefDescription": "Exclusive operation speculatively executed, STREX or STX"
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/arm64/ |
| D | armv8-recommended.json | 213 "PublicDescription": "Exclusive operation speculatively executed, LDREX or LDX", 216 "BriefDescription": "Exclusive operation speculatively executed, LDREX or LDX" 219 "PublicDescription": "Exclusive operation speculatively executed, STREX or STX pass", 222 "BriefDescription": "Exclusive operation speculatively executed, STREX or STX pass" 225 "PublicDescription": "Exclusive operation speculatively executed, STREX or STX fail", 228 "BriefDescription": "Exclusive operation speculatively executed, STREX or STX fail" 231 "PublicDescription": "Exclusive operation speculatively executed, STREX or STX", 234 "BriefDescription": "Exclusive operation speculatively executed, STREX or STX"
|
| /kernel/linux/linux-4.19/tools/testing/selftests/powerpc/pmu/ebb/ |
| D | event_attributes_test.c | 36 event.attr.exclusive = 0; in event_attributes() 37 /* Expected to fail, not exclusive */ in event_attributes() 110 leader.attr.exclusive = 0; in event_attributes() 111 /* Expected to fail, leader isn't exclusive */ in event_attributes()
|
| /kernel/linux/linux-5.10/drivers/soc/ti/ |
| D | ti_sci_pm_domains.c | 38 * @exclusive: Permissions for exclusive request or shared request of the 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()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
| D | event_attributes_test.c | 36 event.attr.exclusive = 0; in event_attributes() 37 /* Expected to fail, not exclusive */ in event_attributes() 110 leader.attr.exclusive = 0; in event_attributes() 111 /* Expected to fail, leader isn't exclusive */ in event_attributes()
|
| /kernel/linux/linux-5.10/sound/core/seq/ |
| D | seq_ports.c | 102 grp->exclusive = 0; in port_subs_info_init() 471 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument 481 if (exclusive) { in check_and_subscribe_port() 485 if (grp->exclusive) in check_and_subscribe_port() 497 grp->exclusive = 0; in check_and_subscribe_port() 507 grp->exclusive = exclusive; in check_and_subscribe_port() 533 grp->exclusive = 0; in __delete_and_unsubscribe_port() 562 bool exclusive; in snd_seq_port_connect() local 574 exclusive = !!(info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE); in snd_seq_port_connect() 577 exclusive, in snd_seq_port_connect() [all …]
|
| /kernel/linux/linux-4.19/sound/core/seq/ |
| D | seq_ports.c | 117 grp->exclusive = 0; in port_subs_info_init() 489 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument 499 if (exclusive) { in check_and_subscribe_port() 503 if (grp->exclusive) in check_and_subscribe_port() 515 grp->exclusive = 0; in check_and_subscribe_port() 525 grp->exclusive = exclusive; in check_and_subscribe_port() 551 grp->exclusive = 0; in delete_and_unsubscribe_port() 568 bool exclusive; in snd_seq_port_connect() local 580 exclusive = !!(info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE); in snd_seq_port_connect() 583 exclusive, in snd_seq_port_connect() [all …]
|
| /kernel/linux/linux-4.19/drivers/dma-buf/ |
| D | reservation.c | 42 * exclusive fences associated with a buffer. A reservation object 43 * can have attached one exclusive fence (normally associated with 242 * reservation_object_add_excl_fence - Add an exclusive fence. 246 * Add a fence to the exclusive slot. The obj->lock must be held. 369 * reservation_object_get_fences_rcu - Get an object's shared and exclusive 372 * @pfence_excl: the returned exclusive fence (or NULL) 378 * exclusive fence is not specified the fence is put into the array of the 476 * shared and/or exclusive fences. 478 * @wait_all: if true, wait on all fences, else wait on just exclusive fence 584 * @test_all: if true, test all fences, otherwise only test the exclusive
|
| /kernel/linux/linux-4.19/Documentation/filesystems/ |
| D | directory-locking | 15 exclusive. 18 locks victim and calls the method. Locks are exclusive. 25 Then call the method. All locks are exclusive. 34 All locks are exclusive. 49 All ->i_rwsem are taken exclusive. Again, we might get away with locking
|
| D | Locking | 73 create: exclusive 74 link: exclusive (both) 75 mknod: exclusive 76 symlink: exclusive 77 mkdir: exclusive 78 unlink: exclusive (both) 79 rmdir: exclusive (both)(see below) 80 rename: exclusive (all) (see below) 83 setattr: exclusive 90 atomic_open: exclusive [all …]
|
| D | dlmfs.txt | 71 Two levels of locks are supported - Shared Read, and Exclusive. 102 O_RDWR Exclusive 120 Exclusive modes via the read(2) system call. It can be written via 121 write(2) only when open in Exclusive mode.
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | directory-locking.rst | 20 exclusive. 23 locks victim and calls the method. Locks are exclusive. 30 Then call the method. All locks are exclusive. 41 All locks are exclusive. 58 All ->i_rwsem are taken exclusive. Again, we might get away with locking
|