Home
last modified time | relevance | path

Searched refs:once (Results 1 – 25 of 627) sorted by relevance

12345678910>>...26

/linux/Documentation/watchdog/
H A Dwatchdog-parameters.rst33 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/tools/memory-model/
H A Dlinux-kernel.def9 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}; }
32 xchg_relaxed(X,V) __xchg{once}(X,V)
36 cmpxchg_relaxed(X,V,W) __cmpxchg{once}(X,V,W)
76 atomic_fetch_add_relaxed(V,X) __atomic_fetch_op{once}(X,+,V)
85 atomic_fetch_inc_relaxed(X) __atomic_fetch_op{once}(X,+,1)
103 atomic_fetch_dec_relaxed(X) __atomic_fetch_op{once}(X,-,1)
108 atomic_xchg_relaxed(X,V) __xchg{once}(X,V)
[all …]
H A Dlinux-kernel.bell16 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/tools/testing/selftests/resctrl/
H A Dfill_buf.c103 void fill_cache_read(unsigned char *buf, size_t buf_size, bool once) in fill_cache_read() argument
109 if (once) in fill_cache_read()
117 static void fill_cache_write(unsigned char *buf, size_t buf_size, bool once) in fill_cache_write() argument
121 if (once) in fill_cache_write()
154 int run_fill_buf(size_t buf_size, int memflush, int op, bool once) in run_fill_buf() argument
163 fill_cache_read(buf, buf_size, once); in run_fill_buf()
165 fill_cache_write(buf, buf_size, once); in run_fill_buf()
H A Dresctrl.h155 void fill_cache_read(unsigned char *buf, size_t buf_size, bool once);
156 int run_fill_buf(size_t buf_size, int memflush, int op, bool once);
/linux/arch/m68k/include/asm/
H A Dsun3xflop.h48 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/arch/x86/boot/compressed/
H A Dmem.c17 static bool once; in early_is_tdx_guest() local
23 if (!once) { in early_is_tdx_guest()
29 once = true; in early_is_tdx_guest()
/linux/Documentation/admin-guide/
H A Dclearing-warn-once.rst4 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/fs/smb/client/
H A Dcifs_debug.h77 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/Documentation/devicetree/bindings/watchdog/
H A Dxlnx,xps-timebase-wdt.yaml45 xlnx,wdt-enable-once:
48 description: If watchdog is configured as enable once,
65 xlnx,wdt-enable-once = <0x0>;
/linux/lib/
H A Dbug.c161 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/Documentation/hwmon/
H A Dadc128d818.rst39 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;
H A Dlm78.rst45 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.
/linux/arch/arm64/boot/dts/exynos/google/
H A Dgs101-oriole.dts57 /* TODO: Remove this once PMIC is implemented */
63 /* TODO: Remove this once S2MPG11 slave PMIC is implemented */
92 /* TODO: add the devices once drivers exist */
/linux/Documentation/firmware-guide/acpi/
H A Dmethod-tracing.rst67 # 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/arch/sparc/include/asm/
H A Dfloppy_32.h263 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/tools/perf/Documentation/
H A Dperf-ftrace.txt86 by using this option more than once. The function argument also
93 argument. Like -T option, this can be used more than once to
108 than once to specify multiple functions. It will be passed to
116 executed from the given function. This can be used more than once to
/linux/Documentation/leds/
H A Dledtrig-transient.rst12 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/drivers/nvdimm/
H A Dregion.c16 static unsigned long once; in nd_region_probe() local
26 && !test_and_set_bit(0, &once)) { in nd_region_probe()
/linux/arch/arm/mach-mxs/
H A Dmach-mxs.c92 static int once; in mxs_get_ocotp() local
94 if (once) in mxs_get_ocotp()
140 once = 1; in mxs_get_ocotp()
/linux/Documentation/power/
H A Dapm-acpi.rst19 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/drivers/atm/
H A DKconfig92 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/Documentation/ABI/testing/
H A Dsysfs-class-power-ltc4162l56 Write a "1" to this to keep performing telemetry once every few
77 The ship mode, when armed, activates once the input voltage
/linux/Documentation/crypto/
H A Dcrypto_engine.rst39 * ``prepare_crypt_hardware``: Called once before any prepare functions are
42 * ``unprepare_crypt_hardware``: Called once after all unprepare functions have
/linux/Documentation/devicetree/bindings/display/
H A Dallwinner,sun4i-a10-display-frontend.yaml46 # FIXME: This should be made required eventually once every SoC will
51 # FIXME: This should be made required eventually once every SoC will

12345678910>>...26