Home
last modified time | relevance | path

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

12345678910>>...104

/openbmc/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 …]
/openbmc/qemu/tests/qemu-iotests/
H A D02685 for once in on off; do
93 once ="$once"
99 echo "Event: $event; errno: $errno; imm: $imm; once: $once; write $vmstate"
143 for once in on off; do
151 once = "$once"
157 echo "Event: $event; errno: $errno; imm: $imm; once: $once; write $vmstate"
183 for once in on off; do
190 once = "$once"
196 echo "Event: $event; errno: $errno; imm: $imm; once: $once"
214 once = "on"
[all …]
H A D026.out.nocache6 Event: l1_update; errno: 5; imm: off; once: on; write
11 Event: l1_update; errno: 5; imm: off; once: on; write -b
16 Event: l1_update; errno: 5; imm: off; once: off; write
23 Event: l1_update; errno: 5; imm: off; once: off; write -b
30 Event: l1_update; errno: 28; imm: off; once: on; write
35 Event: l1_update; errno: 28; imm: off; once: on; write -b
40 Event: l1_update; errno: 28; imm: off; once: off; write
47 Event: l1_update; errno: 28; imm: off; once: off; write -b
54 Event: l2_load; errno: 5; imm: off; once: on; write
62 Event: l2_load; errno: 5; imm: off; once: on; write -b
[all …]
H A D026.out6 Event: l1_update; errno: 5; imm: off; once: on; write
11 Event: l1_update; errno: 5; imm: off; once: on; write -b
16 Event: l1_update; errno: 5; imm: off; once: off; write
23 Event: l1_update; errno: 5; imm: off; once: off; write -b
30 Event: l1_update; errno: 28; imm: off; once: on; write
35 Event: l1_update; errno: 28; imm: off; once: on; write -b
40 Event: l1_update; errno: 28; imm: off; once: off; write
47 Event: l1_update; errno: 28; imm: off; once: off; write -b
54 Event: l2_load; errno: 5; imm: off; once: on; write
62 Event: l2_load; errno: 5; imm: off; once: on; write -b
[all …]
H A D07467 once ="off"
81 once ="off"
/openbmc/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)
72 atomic_add_return_relaxed(V,X) __atomic_op_return{once}(X,+,V)
76 atomic_fetch_add_relaxed(V,X) __atomic_fetch_op{once}(X,+,V)
81 atomic_inc_return_relaxed(X) __atomic_op_return{once}(X,+,1)
85 atomic_fetch_inc_relaxed(X) __atomic_fetch_op{once}(X,+,1)
[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}]
/openbmc/linux/tools/testing/selftests/resctrl/
H A Dfill_buf.c81 static int fill_cache_read(unsigned char *buf, size_t buf_size, bool once) in fill_cache_read() argument
88 if (once) in fill_cache_read()
104 static int fill_cache_write(unsigned char *buf, size_t buf_size, bool once) in fill_cache_write() argument
108 if (once) in fill_cache_write()
143 int run_fill_buf(size_t buf_size, int memflush, int op, bool once) in run_fill_buf() argument
153 ret = fill_cache_read(buf, buf_size, once); in run_fill_buf()
155 ret = fill_cache_write(buf, buf_size, once); in run_fill_buf()
/openbmc/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()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/
H A Ddhrystone-c89.patch98 /* executed once */
108 /* executed once */
122 /* executed once */
137 /* executed once */
146 /* executed once */
170 /* executed once */
204 /* executed once */
221 /* executed once */
237 /* executed once */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0001-Don-t-use-__GNUC_PREREQ.patch33 #pragma once
54 #pragma once
65 #pragma once
81 #pragma once
97 #pragma once
113 #pragma once
/openbmc/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()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/files/
H A Ddbus-avoid-strange-chars-from-the-build-dir.patch13 the normal include guards and request "#pragma once" instead.
31 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.Adapter1. --ge…
38 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.Device1. --gen…
45 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.GattService1. …
52 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.Characteristic…
59 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.Descriptor1. -…
66 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.Battery1. --ge…
/openbmc/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.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-Add-missing-includes-cstdint-and-cstdio.patch27 #pragma once
38 #pragma once
51 #pragma once
76 #pragma once
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A Dphosphor-ipmi-host.service3 Wants=clear-once.service
6 After=clear-once.service
/openbmc/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__); \
/openbmc/qemu/tests/qtest/
H A Dqtest_aspeed.c22 static int once; in aspeed_i2c_startup() local
24 if (!once) { in aspeed_i2c_startup()
29 once = 1; in aspeed_i2c_startup()
/openbmc/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()
/openbmc/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;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/
H A DCVE-2019-19906.patch30 - addlen=strlen(add); /* only compute once */
31 + addlen=strlen(add)+1; /* only compute once */
/openbmc/u-boot/board/efi/
H A DKconfig12 takes over once the RAM, video and CPU are fully running.
20 takes over once the RAM, video and CPU are fully running.
/openbmc/linux/arch/arm/mach-shmobile/
H A Dpm-rcar-gen2.c49 static int once; in rcar_gen2_pm_init() local
56 if (once++) in rcar_gen2_pm_init()
/openbmc/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.
/openbmc/openbmc/poky/meta-selftest/recipes-extended/sysdig/sysdig-selftest/
H A D0055-Add-cstdint-for-uintXX_t-types.patch22 #pragma once
32 #pragma once

12345678910>>...104