/Linux-v6.1/tools/memory-model/litmus-tests/ |
D | README | 5 CoRR+poonceonce+Once.litmus 9 CoRW+poonceonce+Once.litmus 14 CoWR+poonceonce+Once.litmus 140 WRC+poonceonces+Once.litmus 141 WRC+pooncerelease+fencermbonceonce+Once.litmus 172 each process exactly once, so litmus tests not fitting this description 224 smp_load_acquire(), so next is "Once". Thus far, we have "Rfi Once". 230 READ_ONCE(), we add another "Once" descriptor. 234 WRITE_ONCE(), which as before gives the descriptor "Once". The string 235 thus far is thus "Rfi Once PodRR Once Fre Once". [all …]
|
/Linux-v6.1/Documentation/watchdog/ |
D | watchdog-parameters.rst | 33 Watchdog cannot be stopped once started 46 Watchdog cannot be stopped once started 55 Watchdog cannot be stopped once started 67 Watchdog cannot be stopped once started 94 Watchdog cannot be stopped once started 103 Watchdog cannot be stopped once started 112 Watchdog cannot be stopped once started 147 Watchdog cannot be stopped once started 162 Watchdog cannot be stopped once started 168 Watchdog cannot be stopped once started [all …]
|
/Linux-v6.1/tools/memory-model/ |
D | linux-kernel.def | 8 // ONCE 9 READ_ONCE(X) __load{once}(X) 10 WRITE_ONCE(X,V) { __store{once}(X,V); } 16 rcu_dereference(X) __load{once}(X) 17 smp_store_mb(X,V) { __store{once}(X,V); __fence{mb}; } 31 xchg_relaxed(X,V) __xchg{once}(X,V) 35 cmpxchg_relaxed(X,V,W) __cmpxchg{once}(X,V,W) 69 atomic_add_return_relaxed(V,X) __atomic_op_return{once}(X,+,V) 73 atomic_fetch_add_relaxed(V,X) __atomic_fetch_op{once}(X,+,V) 78 atomic_inc_return_relaxed(X) __atomic_op_return{once}(X,+,1) [all …]
|
D | linux-kernel.bell | 16 enum Accesses = 'once (*READ_ONCE,WRITE_ONCE*) || 20 instructions R[{'once,'acquire,'noreturn}] 21 instructions W[{'once,'release}] 22 instructions RMW[{'once,'acquire,'release}] 82 let Marked = (~M) | IW | Once | Release | Acquire | domain(rmw) | range(rmw) |
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/skylake/ |
D | floating-point.json | 3 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational double precision float… 8 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational double precision floa… 13 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational single precision float… 18 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational single precision floa… 23 …"BriefDescription": "Counts once for most SIMD 256-bit packed double computational precision float… 28 …"PublicDescription": "Counts once for most SIMD 256-bit packed double computational precision floa… 33 …"BriefDescription": "Counts once for most SIMD 256-bit packed single computational precision float… 38 …"PublicDescription": "Counts once for most SIMD 256-bit packed single computational precision floa… 43 …"BriefDescription": "Counts once for most SIMD scalar computational double precision floating-poin… 48 …"PublicDescription": "Counts once for most SIMD scalar computational double precision floating-poi… [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/cascadelakex/ |
D | floating-point.json | 3 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational double precision float… 8 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational double precision floa… 13 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational single precision float… 18 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational single precision floa… 23 …"BriefDescription": "Counts once for most SIMD 256-bit packed double computational precision float… 28 …"PublicDescription": "Counts once for most SIMD 256-bit packed double computational precision floa… 33 …"BriefDescription": "Counts once for most SIMD 256-bit packed single computational precision float… 38 …"PublicDescription": "Counts once for most SIMD 256-bit packed single computational precision floa… 63 …"BriefDescription": "Counts once for most SIMD scalar computational double precision floating-poin… 68 …"PublicDescription": "Counts once for most SIMD scalar computational double precision floating-poi… [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/skylakex/ |
D | floating-point.json | 3 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational double precision float… 8 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational double precision floa… 13 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational single precision float… 18 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational single precision floa… 23 …"BriefDescription": "Counts once for most SIMD 256-bit packed double computational precision float… 28 …"PublicDescription": "Counts once for most SIMD 256-bit packed double computational precision floa… 33 …"BriefDescription": "Counts once for most SIMD 256-bit packed single computational precision float… 38 …"PublicDescription": "Counts once for most SIMD 256-bit packed single computational precision floa… 63 …"BriefDescription": "Counts once for most SIMD scalar computational double precision floating-poin… 68 …"PublicDescription": "Counts once for most SIMD scalar computational double precision floating-poi… [all …]
|
/Linux-v6.1/arch/sh/lib/ |
D | memmove.S | 33 bt/s 8f ! if it's too small, copy a byte at once 62 ! copy a byte at once 94 2: ! Second, copy a long word at once 103 ! Third, copy a byte at once, if necessary 127 2: ! Second, read a long word and write a long word at once 160 ! Third, copy a byte at once, if necessary 179 2: ! Second, read a word and write a word at once 189 ! Third, copy a byte at once, if necessary 215 2: ! Second, read a long word and write a long word at once 249 ! Third, copy a byte at once, if necessary
|
D | memcpy.S | 24 bt/s 7f ! if it's too small, copy a byte at once 52 ! copy a byte at once 81 2: ! Second, copy a long word at once 89 ! Third, copy a byte at once, if necessary 111 2: ! Second, read a long word and write a long word at once 141 ! Third, copy a byte at once, if necessary 159 2: ! Second, read a word and write a word at once 169 ! Third, copy a byte at once, if necessary 192 2: ! Second, read a long word and write a long word at once 223 ! Third, copy a byte at once, if necessary
|
/Linux-v6.1/fs/cifs/ |
D | cifs_debug.h | 34 #define ONCE 8 macro 76 if ((type) & ONCE) \ 77 cifs_dbg_func(once, type, fmt, ##__VA_ARGS__); \ 101 if ((type) & ONCE) \ 102 cifs_server_dbg_func(once, type, fmt, ##__VA_ARGS__); \ 125 if ((type) & ONCE) \ 126 cifs_tcon_dbg_func(once, type, fmt, ##__VA_ARGS__); \
|
/Linux-v6.1/fs/xfs/ |
D | xfs_extfree_item.h | 32 * On allocation, both references are the responsibility of the caller. Once the 34 * transfers to the transaction. The reference is dropped once the EFI is 38 * means to detect failure once the transaction is committed, however. 42 * Once an EFD is allocated and dirtied in a transaction, reference two 43 * transfers to the transaction. The EFD reference is dropped once it reaches
|
/Linux-v6.1/include/linux/dma/ |
D | sprd-dma.h | 18 * configurations. Once the source channel's transaction is done, it will 50 * automatically once the source channel's fragment request is done. 52 * automatically once the source channel's block request is done. 54 * automatically once the source channel's transfer request is done. 56 * automatically once the source channel's link-list request is done. 121 * @wrap_addr: the wrap address for link-list mode, which means once the 134 * Once trigger the DMA transfer, the DMA controller will load 'configuration
|
/Linux-v6.1/Documentation/leds/ |
D | ledtrig-transient.rst | 12 features that require an on or off state to be held just once and then stay in 37 being able to actually change the LED state. Once driver is resumed, triggers 91 is used to start a timer that runs once. This value doesn't 114 allow user app to set the time once and activate it to run it once for the 150 echo 1 > activate - start timer = duration to run once 151 echo 1 > activate - start timer = duration to run once
|
/Linux-v6.1/include/linux/ |
D | once.h | 20 /* Call a function exactly once. The idea of DO_ONCE() is to perform 22 * once, where DO_ONCE() can live in the fast-path. After @func has 49 static bool __section(".data.once") ___done = false; \ 67 static bool __section(".data.once") ___done = false; \
|
D | freelist.h | 33 * Since the refcount is zero, and nobody can increase it once it's in __freelist_add() 36 * change the next pointer of the node; however, once the refcount is in __freelist_add() 109 * Decrease refcount twice, once for our ref, and once in freelist_try_get()
|
/Linux-v6.1/Documentation/firmware-guide/acpi/ |
D | method-tracing.rst | 67 # echo "method-once" > /sys/module/acpi/parameters/trace_state 133 # echo "method-once" > trace_state 157 acpi.trace_method_name=\_SB.LID0._LID acpi.trace_state=opcode-once 209 "method-once" 213 during method execution of "trace_method_name" will be logged only once. 221 "opcode-once" 226 once.
|
/Linux-v6.1/drivers/atm/ |
D | Kconfig | 92 Burst sixteen words at once in the send direction. This may work 99 Burst eight words at once in the send direction. This is the default 106 Burst four words at once in the send direction. You may want to try 114 Burst two words at once in the send direction. You may want to try 122 Burst sixteen words at once in the receive direction. This may work 129 Burst eight words at once in the receive direction. This may work 137 Burst four words at once in the receive direction. This is the 145 Burst two words at once in the receive direction. You may want to
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | sun3xflop.h | 48 static int once = 0; in sun3x_82072_fd_inb() local 60 if(!once) { in sun3x_82072_fd_inb() 61 once = 1; in sun3x_82072_fd_inb() 205 static int once = 0; in sun3xflop_request_irq() local 208 if(!once) { in sun3xflop_request_irq() 209 once = 1; in sun3xflop_request_irq()
|
/Linux-v6.1/Documentation/networking/ |
D | nf_conntrack-sysctl.rst | 98 Note that connection tracking entries are added to the table twice -- once 99 for the original direction and once for the reply direction (i.e., with 189 enabled. This option cannot be disabled once it is enabled. 196 Once aged, the connection is returned to nf conntrack with tcp pickup timeout. 203 Once aged, the connection is returned to nf conntrack with udp pickup timeout.
|
/Linux-v6.1/Documentation/hwmon/ |
D | it87.rst | 34 Datasheet: Once publicly available at the ITE website, but no longer 42 Datasheet: Once publicly available at the ITE website, but no longer 50 Datasheet: Once publicly available at the ITE website, but no longer 58 Datasheet: Once publicly available at the ITE website, but no longer 212 this value can currently only be read once at initialization time, so 246 Temperatures are measured in degrees Celsius. An alarm is triggered once 280 is read at least once. This means that the cause for the alarm may already 284 once-only alarms.
|
D | adc128d818.rst | 39 is read at least once. This means that the cause for the alarm may 42 once, to ensure that alarms are reported to user space. 44 The ADC128D818 only updates its values approximately once per second;
|
/Linux-v6.1/drivers/media/platform/mediatek/vcodec/ |
D | vdec_vpu_if.h | 59 * vpu_dec_start - start decoding, basically the function will be invoked once 69 * vpu_dec_end - end decoding, basically the function will be invoked once 94 * vpu_dec_core - core start decoding, basically the function will be invoked once 102 * vpu_dec_core_end - core end decoding, basically the function will be invoked once
|
/Linux-v6.1/Documentation/devicetree/bindings/watchdog/ |
D | xlnx,xps-timebase-wdt.yaml | 45 xlnx,wdt-enable-once: 48 description: If watchdog is configured as enable once, 65 xlnx,wdt-enable-once = <0x0>;
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | adi,max98396.yaml | 83 Enables the "data monitor stuck" feature. Once the data monitor is 85 speaker amplifier. Once a data error is detected, the data monitor 97 Enables the "data monitor magnitude" feature. Once the data monitor is 99 speaker amplifier. Once a data error is detected, the data monitor
|
/Linux-v6.1/lib/zstd/common/ |
D | debug.h | 55 * 3 : events once per object lifetime (CCtx, CDict, etc.) 56 * 4 : events once per frame 57 * 5 : events once per block 58 * 6 : events once per sequence (verbose)
|