Home
last modified time | relevance | path

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

12345678910>>...79

/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.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
40 Event: l1_update; errno: 28; imm: off; once: off; write
54 Event: l2_load; errno: 5; imm: off; once: on; write
62 Event: l2_load; errno: 5; imm: off; once: on; write -b
70 Event: l2_load; errno: 5; imm: off; once: off; write
86 Event: l2_load; errno: 28; imm: off; once: on; write
[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
40 Event: l1_update; errno: 28; imm: off; once: off; write
54 Event: l2_load; errno: 5; imm: off; once: on; write
62 Event: l2_load; errno: 5; imm: off; once: on; write -b
70 Event: l2_load; errno: 5; imm: off; once: off; write
86 Event: l2_load; errno: 28; imm: off; once: on; write
[all …]
H A D07467 once ="off"
81 once ="off"
/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/linux/tools/testing/selftests/resctrl/
H A Dfill_buf.c104 static int fill_cache_read(unsigned char *buf, size_t buf_size, bool once) in fill_cache_read() argument
111 if (once) in fill_cache_read()
127 static int fill_cache_write(unsigned char *buf, size_t buf_size, bool once) in fill_cache_write() argument
131 if (once) in fill_cache_write()
138 static int fill_cache(size_t buf_size, int memflush, int op, bool once) in fill_cache() argument
152 ret = fill_cache_read(buf, buf_size, once); in fill_cache()
154 ret = fill_cache_write(buf, buf_size, once); in fill_cache()
167 int run_fill_buf(size_t span, int memflush, int op, bool once) in run_fill_buf() argument
172 ret = fill_cache(cache_size, memflush, op, once); in run_fill_buf()
/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)
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}]
/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/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-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/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/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>;
/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/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/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/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/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/openbmc/meta-openembedded/meta-oe/recipes-extended/sysdig/sysdig/
H A D0001-Add-cstdint-for-uintXX_t-types.patch22 #pragma once
32 #pragma 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>>...79