Home
last modified time | relevance | path

Searched full:once (Results 1 – 25 of 5468) sorted by relevance

12345678910>>...219

/openbmc/qemu/tests/qemu-iotests/
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 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 …]
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_boot_devices.robot23 &{redfish_ipmi_enabled_map} Once=Options apply to only next boot
45 Verify BMC Redfish Boot Source Override with Enabled Mode As Once
46 [Documentation] Verify BMC Redfish Boot Source Override with Enabled Mode As Once.
51 Once Hdd UEFI
52 Once Pxe UEFI
53 Once Diags UEFI
54 Once Cd UEFI
55 Once BiosSetup UEFI
56 Once None UEFI
57 Once Hdd Legacy
[all …]
/openbmc/linux/tools/memory-model/litmus-tests/
H A DREADME5 CoRR+poonceonce+Once.litmus
9 CoRW+poonceonce+Once.litmus
14 CoWR+poonceonce+Once.litmus
140 WRC+poonceonces+Once.litmus
141 WRC+pooncerelease+fencermbonceonce+Once.litmus
172 each process exactly once, so litmus tests not fitting this description
224 smp_load_acquire(), so next is "Once". Thus far, we have "Rfi Once".
230 READ_ONCE(), we add another "Once" descriptor.
234 WRITE_ONCE(), which as before gives the descriptor "Once". The string
235 thus far is thus "Rfi Once PodRR Once Fre Once".
[all …]
/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/memory-model/
H A Dlinux-kernel.def8 // ONCE
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}; }
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)
[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}]
76 let Marked = (~M) | IW | Once | Release | Acquire | domain(rmw) | range(rmw) |
/openbmc/linux/tools/perf/pmu-events/arch/x86/skylake/
H A Dfloating-point.json3 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational double precision float…
6 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational double precision floa…
11 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational single precision float…
14 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational single precision floa…
19 …"BriefDescription": "Counts once for most SIMD 256-bit packed double computational precision float…
22 …"PublicDescription": "Counts once for most SIMD 256-bit packed double computational precision floa…
27 …"BriefDescription": "Counts once for most SIMD 256-bit packed single computational precision float…
30 …"PublicDescription": "Counts once for most SIMD 256-bit packed single computational precision floa…
43 …"BriefDescription": "Counts once for most SIMD scalar computational floating-point instructions re…
46 …"PublicDescription": "Counts once for most SIMD scalar computational single precision and double p…
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/
H A Dfloating-point.json3 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational double precision float…
6 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational double precision floa…
11 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational single precision float…
14 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational single precision floa…
19 …"BriefDescription": "Counts once for most SIMD 256-bit packed double computational precision float…
22 …"PublicDescription": "Counts once for most SIMD 256-bit packed double computational precision floa…
27 …"BriefDescription": "Counts once for most SIMD 256-bit packed single computational precision float…
30 …"PublicDescription": "Counts once for most SIMD 256-bit packed single computational precision floa…
67 …"BriefDescription": "Counts once for most SIMD scalar computational floating-point instructions re…
70 …"PublicDescription": "Counts once for most SIMD scalar computational single precision and double p…
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/
H A Dfloating-point.json3 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational double precision float…
6 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational double precision floa…
11 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational single precision float…
14 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational single precision floa…
19 …"BriefDescription": "Counts once for most SIMD 256-bit packed double computational precision float…
22 …"PublicDescription": "Counts once for most SIMD 256-bit packed double computational precision floa…
27 …"BriefDescription": "Counts once for most SIMD 256-bit packed single computational precision float…
30 …"PublicDescription": "Counts once for most SIMD 256-bit packed single computational precision floa…
67 …"BriefDescription": "Counts once for most SIMD scalar computational floating-point instructions re…
70 …"PublicDescription": "Counts once for most SIMD scalar computational single precision and double p…
[all …]
/openbmc/linux/arch/sh/lib/
H A Dmemcpy.S24 bt/s 7f ! if it's too small, copy a byte at once
52 ! copy a byte at once
81 2: ! Second, copy a long word at once
89 ! Third, copy a byte at once, if necessary
111 2: ! Second, read a long word and write a long word at once
141 ! Third, copy a byte at once, if necessary
159 2: ! Second, read a word and write a word at once
169 ! Third, copy a byte at once, if necessary
192 2: ! Second, read a long word and write a long word at once
223 ! Third, copy a byte at once, if necessary
H A Dmemmove.S33 bt/s 8f ! if it's too small, copy a byte at once
62 ! copy a byte at once
94 2: ! Second, copy a long word at once
103 ! Third, copy a byte at once, if necessary
127 2: ! Second, read a long word and write a long word at once
160 ! Third, copy a byte at once, if necessary
179 2: ! Second, read a word and write a word at once
189 ! Third, copy a byte at once, if necessary
215 2: ! Second, read a long word and write a long word at once
249 ! Third, copy a byte at once, if necessary
/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/qemu/tests/qtest/
H A Dboot-order-test.c95 { "-boot once=a",
97 { "-boot once=a -no-fd-bootchk",
99 { "-boot once=a,order=c",
101 { "-boot once=d -boot order=nda",
103 { "-boot once=a -boot once=b -boot once=c",
124 { "-boot once=d,order=c", 'd', 'c' },
/openbmc/linux/fs/smb/client/
H A Dcifs_debug.h34 #define ONCE 8 macro
76 if ((type) & ONCE) \
77 cifs_dbg_func(once, type, fmt, ##__VA_ARGS__); \
101 if ((type) & ONCE) \
102 cifs_server_dbg_func(once, type, fmt, ##__VA_ARGS__); \
125 if ((type) & ONCE) \
126 cifs_tcon_dbg_func(once, type, fmt, ##__VA_ARGS__); \
/openbmc/linux/fs/xfs/
H A Dxfs_extfree_item.h32 * On allocation, both references are the responsibility of the caller. Once the
34 * transfers to the transaction. The reference is dropped once the EFI is
38 * means to detect failure once the transaction is committed, however.
42 * Once an EFD is allocated and dirtied in a transaction, reference two
43 * transfers to the transaction. The EFD reference is dropped once it reaches
/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/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-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/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
37 being able to actually change the LED state. Once driver is resumed, triggers
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
/openbmc/linux/include/linux/dma/
H A Dsprd-dma.h18 * configurations. Once the source channel's transaction is done, it will
50 * automatically once the source channel's fragment request is done.
52 * automatically once the source channel's block request is done.
54 * automatically once the source channel's transfer request is done.
56 * automatically once the source channel's link-list request is done.
121 * @wrap_addr: the wrap address for link-list mode, which means once the
134 * Once trigger the DMA transfer, the DMA controller will load 'configuration
/openbmc/linux/include/linux/
H A Donce.h20 /* Call a function exactly once. The idea of DO_ONCE() is to perform
22 * once, where DO_ONCE() can live in the fast-path. After @func has
49 static bool __section(".data..once") ___done = false; \
67 static bool __section(".data..once") ___done = false; \
/openbmc/linux/rust/macros/
H A Dmodule.rs120 "Duplicated key \"{}\". Keys can only be specified once.", in parse()
244 // module wrapping it. It is called exactly once by the C side via its in module()
255 // module wrapping it. It is called exactly once by the C side via its in module()
286 // module wrapping it. It is called exactly once by the C side via its in module()
297 // module wrapping it. It is called exactly once by the C side via its in module()
306 /// This function must only be called once. in module()
312 // functions are only called once and `__exit` cannot be called in module()
328 /// - only be called once, in module()
333 // called once and `__init` was already called. in module()
/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.

12345678910>>...219