/Linux-v4.19/Documentation/watchdog/ |
D | watchdog-parameters.txt | 16 nowayout: Watchdog cannot be stopped once started 23 nowayout: Watchdog cannot be stopped once started 28 nowayout: Watchdog cannot be stopped once started 35 nowayout: Watchdog cannot be stopped once started 45 nowayout: Watchdog cannot be stopped once started 50 nowayout: Watchdog cannot be stopped once started 55 nowayout: Watchdog cannot be stopped once started 73 nowayout: Watchdog cannot be stopped once started 81 nowayout: Watchdog cannot be stopped once started 84 nowayout: Watchdog cannot be stopped once started [all …]
|
/Linux-v4.19/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}; } 29 xchg_relaxed(X,V) __xchg{once}(X,V) 33 cmpxchg_relaxed(X,V,W) __cmpxchg{once}(X,V,W) 61 atomic_add_return_relaxed(V,X) __atomic_op_return{once}(X,+,V) 65 atomic_fetch_add_relaxed(V,X) __atomic_fetch_op{once}(X,+,V) 70 atomic_inc_return_relaxed(X) __atomic_op_return{once}(X,+,1) 74 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-v4.19/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-v4.19/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-v4.19/Documentation/ |
D | clearing-warn-once.txt | 2 WARN_ONCE / WARN_ON_ONCE only print a warning once. 6 clears the state and allows the warnings to print once again.
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-ftrace.txt | 54 can be given by using this option more than once. The function 61 this can be used more than once to specify multiple functions 70 This can be used more than once to specify multiple functions. 78 This can be used more than once to specify multiple functions.
|
/Linux-v4.19/lib/ |
D | bug.c | 147 unsigned line, warning, once, done; in report_bug() local 170 once = (bug->flags & BUGFLAG_ONCE) != 0; in report_bug() 173 if (warning && once) { in report_bug()
|
/Linux-v4.19/include/asm-generic/ |
D | bug.h | 147 static bool __section(.data.once) __warned; \ 159 static bool __section(.data.once) __warned; \ 170 static bool __section(.data.once) __warned; \
|
/Linux-v4.19/Documentation/hwmon/ |
D | adc128d818 | 36 is read at least once. This means that the cause for the alarm may 39 once, to ensure that alarms are reported to user space. 41 The ADC128D818 only updates its values approximately once per second;
|
D | lm78 | 33 Temperatures are measured in degrees Celsius. An alarm is triggered once 61 is read at least once. This means that the cause for the alarm may 65 miss once-only alarms.
|
D | via686a | 42 Temperatures are measured in degrees Celsius. An alarm is triggered once 59 is read at least once. This means that the cause for the alarm may 63 miss once-only alarms.
|
D | sis5595 | 68 Temperatures are measured in degrees Celsius. An alarm is triggered once 93 is read at least once. This means that the cause for the alarm may already 97 once-only alarms.
|
/Linux-v4.19/arch/arm/mach-shmobile/ |
D | pm-rcar-gen2.c | 52 static int once; in rcar_gen2_pm_init() local 59 if (once++) in rcar_gen2_pm_init()
|
/Linux-v4.19/Documentation/acpi/ |
D | method-tracing.txt | 53 # echo "method-once" > /sys/module/acpi/parameters/trace_state 109 # echo "method-once" > trace_state 128 acpi.trace_method_name=\_SB.LID0._LID acpi.trace_state=opcode-once 168 "method-once" 172 of "trace_method_name" will be logged only once. 178 "opcode-once" 182 execution of "trace_method_name" will be logged only once.
|
/Linux-v4.19/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-v4.19/Documentation/leds/ |
D | ledtrig-transient.txt | 11 features that require an on or off state to be held just once and then stay in 93 is used to start a timer that runs once. This value doesn't 115 allow user app to set the time once and activate it to run it once for the 142 echo 1 > activate - start timer = duration to run once 143 echo 1 > activate - start timer = duration to run once
|
/Linux-v4.19/drivers/nvdimm/ |
D | region.c | 23 static unsigned long once; in nd_region_probe() local 29 && !test_and_set_bit(0, &once)) { in nd_region_probe()
|
/Linux-v4.19/arch/arm/mach-mxs/ |
D | mach-mxs.c | 96 static int once; in mxs_get_ocotp() local 98 if (once) in mxs_get_ocotp() 144 once = 1; in mxs_get_ocotp()
|
/Linux-v4.19/drivers/staging/media/tegra-vde/ |
D | TODO | 2 - Implement V4L2 API once it gains support for stateless decoders.
|
/Linux-v4.19/Documentation/power/ |
D | apm-acpi.txt | 17 once. Some people with broken ACPI or broken APM implementations 20 interface can be in control of the machine at once. Think about it..
|
/Linux-v4.19/drivers/staging/board/ |
D | TODO | 1 * replace platform device code with DT nodes once the driver supports DT
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | ucode.c | 113 calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_INIT_CFG_ALL; in iwl_send_calib_cfg() 114 calib_cfg_cmd.ucd_calib_cfg.once.start = IWL_CALIB_INIT_CFG_ALL; in iwl_send_calib_cfg() 115 calib_cfg_cmd.ucd_calib_cfg.once.send_res = IWL_CALIB_INIT_CFG_ALL; in iwl_send_calib_cfg()
|
/Linux-v4.19/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 276 This is a driver for the Horizon chipset ATM adapter cards once
|
/Linux-v4.19/tools/testing/selftests/proc/ |
D | proc.h | 1 #pragma once
|