/Linux-v5.15/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-v5.15/tools/memory-model/ |
D | linux-kernel.def | 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) 82 atomic_fetch_inc_relaxed(X) __atomic_fetch_op{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}]
|
/Linux-v5.15/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-v5.15/Documentation/devicetree/bindings/watchdog/ |
D | of-xilinx-wdt.txt | 13 - xlnx,wdt-enable-once : 0 - Watchdog can be restarted 14 1 - Watchdog can be enabled just once 24 xlnx,wdt-enable-once = <0x0>;
|
/Linux-v5.15/Documentation/admin-guide/ |
D | clearing-warn-once.rst | 4 WARN_ONCE / WARN_ON_ONCE / printk_once only emit a message once. 8 clears the state and allows the warnings to print once again.
|
/Linux-v5.15/fs/cifs/ |
D | cifs_debug.h | 77 cifs_dbg_func(once, type, fmt, ##__VA_ARGS__); \ 102 cifs_server_dbg_func(once, type, fmt, ##__VA_ARGS__); \ 126 cifs_tcon_dbg_func(once, type, fmt, ##__VA_ARGS__); \
|
/Linux-v5.15/lib/ |
D | bug.c | 161 unsigned line, warning, once, done; in report_bug() local 175 once = (bug->flags & BUGFLAG_ONCE) != 0; in report_bug() 178 if (warning && once) { in report_bug()
|
/Linux-v5.15/Documentation/hwmon/ |
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;
|
D | lm78.rst | 45 Temperatures are measured in degrees Celsius. An alarm is triggered once 73 is read at least once. This means that the cause for the alarm may 77 miss once-only alarms.
|
D | via686a.rst | 48 Temperatures are measured in degrees Celsius. An alarm is triggered once 65 is read at least once. This means that the cause for the alarm may 69 miss once-only alarms.
|
/Linux-v5.15/arch/arm/mach-shmobile/ |
D | pm-rcar-gen2.c | 49 static int once; in rcar_gen2_pm_init() local 56 if (once++) in rcar_gen2_pm_init()
|
/Linux-v5.15/tools/perf/Documentation/ |
D | perf-ftrace.txt | 76 by using this option more than once. The function argument also 83 argument. Like -T option, this can be used more than once to 97 than once to specify multiple functions. It will be passed to 105 executed from the given function. This can be used more than once to
|
/Linux-v5.15/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-v5.15/Documentation/ABI/stable/ |
D | sysfs-bus-mhi | 8 without having the device power on at least once, the file will 19 read without having the device power on at least once, the file
|
/Linux-v5.15/arch/sparc/include/asm/ |
D | floppy_32.h | 263 static int once = 0; in sun_fd_request_irq() local 265 if (!once) { in sun_fd_request_irq() 266 once = 1; in sun_fd_request_irq()
|
/Linux-v5.15/arch/riscv/ |
D | Kconfig.erratas | 9 code patching is performed once in the boot stages. It means 10 that the overhead from this mechanism is just taken once.
|
/Linux-v5.15/Documentation/leds/ |
D | ledtrig-transient.rst | 12 features that require an on or off state to be held just once and then stay in 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-v5.15/drivers/nvdimm/ |
D | region.c | 15 static unsigned long once; in nd_region_probe() local 21 && !test_and_set_bit(0, &once)) { in nd_region_probe()
|
/Linux-v5.15/arch/arm/mach-mxs/ |
D | mach-mxs.c | 94 static int once; in mxs_get_ocotp() local 96 if (once) in mxs_get_ocotp() 142 once = 1; in mxs_get_ocotp()
|
/Linux-v5.15/Documentation/power/ |
D | apm-acpi.rst | 19 once. Some people with broken ACPI or broken APM implementations 22 interface can be in control of the machine at once. Think about it..
|
/Linux-v5.15/drivers/staging/media/tegra-vde/ |
D | TODO | 2 - Implement V4L2 API once it gains support for stateless decoders.
|
/Linux-v5.15/drivers/staging/board/ |
D | TODO | 1 * replace platform device code with DT nodes once the driver supports DT
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-class-power-ltc4162l | 56 Write a "1" to this to keep performing telemetry once every few 77 The ship mode, when armed, activates once the input voltage
|
/Linux-v5.15/Documentation/crypto/ |
D | crypto_engine.rst | 39 * ``prepare_crypt_hardware``: Called once before any prepare functions are 42 * ``unprepare_crypt_hardware``: Called once after all unprepare functions have
|