/linux-6.12.1/tools/perf/pmu-events/arch/powerpc/power10/ |
D | datasource.json | 230 …r's L1 data cache was reloaded with a valid line that was not in the M (exclusive) state from anot… 235 …r's L1 data cache was reloaded with a valid line that was not in the M (exclusive) state from anot… 240 …"BriefDescription": "The processor's L1 data cache was reloaded with a line in the M (exclusive) s… 245 …"BriefDescription": "The processor's L1 data cache was reloaded with a line in the M (exclusive) s… 270 …r's L1 data cache was reloaded with a valid line that was not in the M (exclusive) state from anot… 275 …r's L1 data cache was reloaded with a valid line that was not in the M (exclusive) state from anot… 280 …"BriefDescription": "The processor's L1 data cache was reloaded with a line in the M (exclusive) s… 285 …"BriefDescription": "The processor's L1 data cache was reloaded with a line in the M (exclusive) s… 310 …r's L1 data cache was reloaded with a valid line that was not in the M (exclusive) state from anot… 315 …r's L1 data cache was reloaded with a valid line that was not in the M (exclusive) state from anot… [all …]
|
/linux-6.12.1/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 /* BPF and CPU are mutually exclusive */ in target__validate() 66 /* BPF and PID/TID are mutually exclusive */ in target__validate() 73 /* BPF and UID are mutually exclusive */ in target__validate() 80 /* BPF and THREADS are mutually exclusive */ in target__validate() 87 /* THREAD and SYSTEM/CPU are mutually exclusive */ in target__validate()
|
/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/fs/lockd/ |
D | xdr.c | 109 /* exclusive */ in svcxdr_encode_holder() 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 | 104 /* exclusive */ in svcxdr_encode_holder() 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()
|
/linux-6.12.1/Documentation/filesystems/ |
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 …]
|
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 | dlmfs.rst | 76 Two levels of locks are supported - Shared Read, and Exclusive. 108 O_RDWR Exclusive 130 Exclusive modes via the read(2) system call. It can be written via 131 write(2) only when open in Exclusive mode.
|
/linux-6.12.1/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.
|
/linux-6.12.1/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()
|
/linux-6.12.1/tools/perf/pmu-events/arch/arm64/ |
D | 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"
|
/linux-6.12.1/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/ |
D | spec_operation.json | 28 …"PublicDescription": "Counts Load-Exclusive operations that have been speculatively executed. Eg: … 32 …"PublicDescription": "Counts store-exclusive operations that have been speculatively executed and … 36 …"PublicDescription": "Counts store-exclusive operations that have been speculatively executed and … 40 … "PublicDescription": "Counts store-exclusive operations that have been speculatively executed."
|
/linux-6.12.1/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ |
D | spec_operation.json | 32 …"PublicDescription": "Counts Load-Exclusive operations that have been speculatively executed. Eg: … 36 …"PublicDescription": "Counts store-exclusive operations that have been speculatively executed and … 40 …"PublicDescription": "Counts store-exclusive operations that have been speculatively executed and … 44 … "PublicDescription": "Counts store-exclusive operations that have been speculatively executed."
|
/linux-6.12.1/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/ |
D | spec_operation.json | 32 …"PublicDescription": "Counts Load-Exclusive operations that have been speculatively executed. Eg: … 36 …"PublicDescription": "Counts store-exclusive operations that have been speculatively executed and … 40 …"PublicDescription": "Counts store-exclusive operations that have been speculatively executed and … 44 … "PublicDescription": "Counts store-exclusive operations that have been speculatively executed."
|
/linux-6.12.1/kernel/sched/ |
D | wait.c | 61 * The core wakeup function. Non-exclusive wakeups (nr_exclusive == 0) just 62 * wake everything up. If it's an exclusive wakeup (nr_exclusive == small +ve 63 * number) then we wake that number of exclusive tasks, and potentially all 64 * the non-exclusive tasks. Normally, exclusive tasks will be at the end of 65 * the list and any non-exclusive tasks will be woken first. A priority task 121 * before accessing the task state. Returns the number of exclusive 278 * Exclusive waiter must not fail if it was selected by wakeup, in prepare_to_wait_event() 286 * can't see us, it should wake up another exclusive waiter if in prepare_to_wait_event()
|
/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/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()
|
/linux-6.12.1/drivers/pmdomain/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()
|
/linux-6.12.1/rust/kernel/list/ |
D | arc_field.rs | 8 //! has exclusive access to a field of the struct. 34 /// Access the value when we have exclusive access to the `ListArcField`. 61 // SAFETY: The caller has exclusive access to the `ListArc`, so they also have exclusive in assert_mut()
|
/linux-6.12.1/tools/perf/tests/shell/base_probe/ |
D | test_invalid_options.sh | 56 ### mutually exclusive options 58 # some options are mutually exclusive 69 print_results $PERF_EXIT_CODE $CHECK_EXIT_CODE "mutually exclusive options :: $opt"
|
/linux-6.12.1/arch/mips/include/asm/ |
D | pgtable-32.h | 207 * E is the exclusive marker that is not stored in swap entries. 217 /* We borrow bit 7 to store the exclusive marker in swap PTEs. */ 235 * E is the exclusive marker that is not stored in swap entries. 246 * We borrow bit 57 (bit 25 in the low PTE) to store the exclusive marker in 264 * E is the exclusive marker that is not stored in swap entries. 275 * We borrow bit 39 (bit 7 in the low PTE) to store the exclusive marker in swap 288 * E is the exclusive marker that is not stored in swap entries. 298 /* We borrow bit 1 to store the exclusive marker in swap PTEs. */
|
/linux-6.12.1/include/rdma/ |
D | uverbs_types.h | 33 * lookup_get(exclusive=false) & uverbs_try_lock_object 34 * lookup_put(exclusive=false) via rdma_lookup_put_uobject 36 * lookup_get(exclusive=true) & uverbs_try_lock_object 39 * lookup_put(exclusive=true) via rdma_lookup_put_uobject
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/icelakex/ |
D | other.json | 34 …tor and indicating the data was found unmodified in the (FE) Forward or Exclusive State in this co… 52 …ing forwarded back to the requestor. The line was in Forward, Shared or Exclusive (FSE) state in t… 88 …y the data was found in the cache in the (FSE) Forward, Shared state or Exclusive state. A single… 223 …s demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFE… 233 …s demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFE… 243 …s demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFE… 253 …s demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFE… 263 …s demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFE… 273 …s demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFE… 283 …s demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFE… [all …]
|
/linux-6.12.1/drivers/reset/ |
D | core.c | 45 * @shared: Is this a shared (1), or an exclusive (0) reset_control? 456 * Calling this on an exclusive reset controller guarantees that the reset 647 * reset_control_acquire() - acquires a reset control for exclusive use 650 * This is used to explicitly acquire a reset control for exclusive use. Note 651 * that exclusive resets are requested as acquired by default. In order for a 657 * Consumers implementing shared access to an exclusive reset need to follow 659 * a reset they must acquire exclusive access using reset_control_acquire(). 660 * After they are done operating the reset, they must release exclusive access 661 * with a call to reset_control_release(). Consumers are not granted exclusive 703 * reset_control_bulk_acquire - acquires reset controls for exclusive use [all …]
|
/linux-6.12.1/arch/arm/include/asm/ |
D | outercache.h | 38 * @end: end physical address, exclusive 49 * @end: end physical address, exclusive 60 * @end: end physical address, exclusive
|