Home
last modified time | relevance | path

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

12345678910>>...210

/OK3568_Linux_fs/kernel/tools/memory-model/litmus-tests/
H A DREADME5 CoRR+poonceonce+Once.litmus
9 CoRW+poonceonce+Once.litmus
14 CoWR+poonceonce+Once.litmus
132 WRC+poonceonces+Once.litmus
133 WRC+pooncerelease+fencermbonceonce+Once.litmus
164 each process exactly once, so litmus tests not fitting this description
216 smp_load_acquire(), so next is "Once". Thus far, we have "Rfi Once".
222 READ_ONCE(), we add another "Once" descriptor.
226 WRITE_ONCE(), which as before gives the descriptor "Once". The string
227 thus far is thus "Rfi Once PodRR Once Fre Once".
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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}; }
31 xchg_relaxed(X,V) __xchg{once}(X,V)
35 cmpxchg_relaxed(X,V,W) __cmpxchg{once}(X,V,W)
69 atomic_add_return_relaxed(V,X) __atomic_op_return{once}(X,+,V)
73 atomic_fetch_add_relaxed(V,X) __atomic_fetch_op{once}(X,+,V)
78 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}]
82 let Marked = (~M) | IW | Once | Release | Acquire | domain(rmw) | range(rmw) |
/OK3568_Linux_fs/kernel/arch/sh/lib/
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
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
/OK3568_Linux_fs/kernel/fs/cifs/
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__); \
/OK3568_Linux_fs/yocto/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.
29 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.Adapter1. --ge…
36 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.Device1. --gen…
43 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.GattService1. …
50 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.Characteristic…
57 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.Descriptor1. -…
64 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.Battery1. --ge…
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0001-Don-t-use-__GNUC_PREREQ.patch31 #pragma once
52 #pragma once
63 #pragma once
79 #pragma once
95 #pragma once
111 #pragma once
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/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
276 This is a driver for the Horizon chipset ATM adapter cards once
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Dcustom_layer.hpp1 #pragma once
29 * Initialize any GL state needed by the custom layer. This method is called once, from the
38 * Render the layer. This method is called once per frame. The implementation should not make
57 * method is called once, from the main thread, at a point when the GL context is active.
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dit87.rst34 Datasheet: Once publicly available at the ITE website, but no longer
42 Datasheet: Once publicly available at the ITE website, but no longer
50 Datasheet: Once publicly available at the ITE website, but no longer
58 Datasheet: Once publicly available at the ITE website, but no longer
212 this value can currently only be read once at initialization time, so
246 Temperatures are measured in degrees Celsius. An alarm is triggered once
280 is read at least once. This means that the cause for the alarm may already
284 once-only alarms.
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A D0008-gnu_libc_version-API-is-glibc-specific.patch21 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
38 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
53 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
62 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/
H A Dof-xilinx-wdt.txt13 - xlnx,wdt-enable-once : 0 - Watchdog can be restarted
14 1 - Watchdog can be enabled just once
24 xlnx,wdt-enable-once = <0x0>;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/man/man1/
H A Darm-none-linux-gnueabihf-objcopy.1328 This option may be given more than once. Note that using this option
350 This option may be given more than once. Note that using this option
375 once. Note that using this option inappropriately may make the output
429 normally be stripped. This option may be given more than once.
437 may be given more than once.
441 by a relocation. This option may be given more than once.
450 be given more than once. Note: this option cannot be used in
466 given more than once. Note \- unique symbols are not converted.
473 Make symbol \fIsymbolname\fR weak. This option may be given more than once.
478 more than once. Note: this option cannot be used in conjunction with
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/man/man1/
H A Daarch64-none-linux-gnu-objcopy.1328 This option may be given more than once. Note that using this option
350 This option may be given more than once. Note that using this option
375 once. Note that using this option inappropriately may make the output
429 normally be stripped. This option may be given more than once.
437 may be given more than once.
441 by a relocation. This option may be given more than once.
450 be given more than once. Note: this option cannot be used in
466 given more than once. Note \- unique symbols are not converted.
473 Make symbol \fIsymbolname\fR weak. This option may be given more than once.
478 more than once. Note: this option cannot be used in conjunction with
[all …]
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-ftrace.txt76 by using this option more than once. The function argument also
83 argument. Like -T option, this can be used more than once to
97 than once to specify multiple functions. It will be passed to
105 executed from the given function. This can be used more than once to
/OK3568_Linux_fs/kernel/include/drm/
H A Dgpu_scheduler.h150 * &drm_sched_fence.finished fence once parent is signalled.
187 * should call drm_sched_entity_push_job() once it wants the scheduler
219 * block on. Once it returns NULL, run_job() may be called.
225 * @run_job: Called to execute the job once all of the dependencies
239 * @free_job: Called once the job's finished fence has been signaled
255 * @job_scheduled: once @drm_sched_entity_do_release is called the scheduler
265 * @hang_limit: once the hangs by a job crosses this limit then it is marked
/OK3568_Linux_fs/kernel/Documentation/hid/
H A Dhid-transport.rst67 device. Once a device is registered with HID core, the callbacks provided via
72 device failures. Once transport drivers detect unplug or failure events, they
218 Once hid_add_device() is entered, HID core might use the callbacks provided in
226 Once hid_destroy_device() returns, HID core will no longer make use of any
238 Called from HID device drivers once they want to use the device. Transport
247 Called from HID device drivers once they are done with a device. Transport
259 Called from HID device drivers once they are interested in data reports.
262 However, once ->open() is called, transport drivers must be ready for I/O.
281 Called once during device setup after ->start() has been called. Transport
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dbucket.hpp1 #pragma once
41 // Obtaining these is a costly operation, so we do it only once, and
47 // this only happens once when the bucket is being rendered for the first time.

12345678910>>...210