| /OK3568_Linux_fs/kernel/Documentation/watchdog/ |
| H A D | watchdog-parameters.rst | 33 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 D | linux-kernel.def | 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) 82 atomic_fetch_inc_relaxed(X) __atomic_fetch_op{once}(X,+,1) [all …]
|
| H A D | linux-kernel.bell | 16 enum Accesses = 'once (*READ_ONCE,WRITE_ONCE*) || 20 instructions R[{'once,'acquire,'noreturn}] 21 instructions W[{'once,'release}] 22 instructions RMW[{'once,'acquire,'release}]
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | sun3xflop.h | 48 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/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
| H A D | 0001-Don-t-use-__GNUC_PREREQ.patch | 31 #pragma once 52 #pragma once 63 #pragma once 79 #pragma once 95 #pragma once 111 #pragma once
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/gattlib/files/ |
| H A D | dbus-avoid-strange-chars-from-the-build-dir.patch | 13 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/Documentation/devicetree/bindings/watchdog/ |
| H A D | of-xilinx-wdt.txt | 13 - 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/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/ |
| H A D | 0008-gnu_libc_version-API-is-glibc-specific.patch | 21 // 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/fs/cifs/ |
| H A D | cifs_debug.h | 77 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__); \
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | clearing-warn-once.rst | 4 WARN_ONCE / WARN_ON_ONCE / printk_once only emit a message once. 8 clears the state and allows the warnings to print once again.
|
| /OK3568_Linux_fs/buildroot/package/icu/ |
| H A D | 0001-dont-build-static-dynamic-twice.patch | 7 twice: once with -fPIC (for the shared library), and once without 11 once, and they use it for both the static and shared libraries.
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bug.c | 150 unsigned line, warning, once, done; in report_bug() local 173 once = (bug->flags & BUGFLAG_ONCE) != 0; in report_bug() 176 if (warning && once) { in report_bug()
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/ |
| H A D | method-tracing.rst | 67 # 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/Documentation/hwmon/ |
| H A D | adc128d818.rst | 39 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 D | lm78.rst | 45 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.
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-ftrace.txt | 76 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/yocto/meta-openembedded/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl/ |
| H A D | CVE-2019-19906.patch | 28 - addlen=strlen(add); /* only compute once */ 29 + addlen=strlen(add)+1; /* only compute once */
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-shmobile/ |
| H A D | pm-rcar-gen2.c | 49 static int once; in rcar_gen2_pm_init() local 56 if (once++) in rcar_gen2_pm_init()
|
| /OK3568_Linux_fs/tools/linux/rk_sign_tool/ |
| H A D | readme.txt | 5 1.specify chip,just do it once, all of chips are 3588|3566|3568|3308|3326|3399|3229|3228h|3368|3228… 7 2.generate rsa key pairs ,just do it once.if you have key pairs generated before ,go next
|
| /OK3568_Linux_fs/kernel/Documentation/leds/ |
| H A D | ledtrig-transient.rst | 12 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
|
| /OK3568_Linux_fs/buildroot/package/odb/ |
| H A D | 0010-Add-initial-support-for-GCC-9.patch | 150 paths inputs_; // List of input files in at-once mode or just file_. 194 // #pragma once in the main file. Note that the message that we get is 197 if (strstr (msg, "#pragma once") != 0) 230 // re-stat the file so that #pragma once works.
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | floppy_32.h | 263 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()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-bus-mhi | 8 without having the device power on at least once, the file will 19 read without having the device power on at least once, the file
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/cherokee/cherokee/ |
| H A D | cherokee-install-configured.py-once.patch | 4 Subject: [PATCH] admin/Makefile.am: only install configured.py once 15 Only install the configured.py once will fix the problem, I think that
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mxs/ |
| H A D | mach-mxs.c | 90 static int once; in mxs_get_ocotp() local 92 if (once) in mxs_get_ocotp() 138 once = 1; in mxs_get_ocotp()
|