Home
last modified time | relevance | path

Searched full:do (Results 1 – 25 of 8541) sorted by relevance

12345678910>>...342

/openbmc/linux/include/linux/
H A Dirqflags.h63 do { \
68 do { \
72 do { \
88 do { \
94 do { \
99 do { \
104 do { \
109 do { \
115 # define trace_hardirqs_on_prepare() do { } while (0)
116 # define trace_hardirqs_off_finish() do { } while (0)
[all …]
H A Dlockdep.h122 * context, and we also keep do not add cross-context lock
167 do { \
172 do { \
318 do { WARN_ON(debug_locks && !(cond)); } while (0)
321 do { WARN_ON_ONCE(debug_locks && !(cond)); } while (0)
375 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0)
376 # define lock_release(l, i) do { } while (0)
377 # define lock_downgrade(l, i) do { } while (0)
378 # define lock_set_class(l, n, key, s, i) do { (void)(key); } while (0)
379 # define lock_set_novalidate_class(l, n, i) do { } while (0)
[all …]
H A Dhid-debug.h40 #define hid_dump_input(a,b,c) do { } while (0)
41 #define hid_dump_report(a,b,c,d) do { } while (0)
42 #define hid_dump_device(a,b) do { } while (0)
43 #define hid_dump_field(a,b,c) do { } while (0)
44 #define hid_resolv_usage(a,b) do { } while (0)
45 #define hid_debug_register(a, b) do { } while (0)
46 #define hid_debug_unregister(a) do { } while (0)
47 #define hid_debug_init() do { } while (0)
48 #define hid_debug_exit() do { } while (0)
49 #define hid_debug_event(a,b) do { } while (0)
H A Dlocal_lock_internal.h3 # error "Do not include directly, include linux/local_lock.h"
55 do { \
66 do { \
72 do { \
78 do { \
84 do { \
90 do { \
96 do { \
112 do { \
117 do { \
[all …]
H A Dspinlock_api_up.h19 #define assert_raw_spin_locked(lock) do { (void)(lock); } while (0)
23 * only thing we have to do is to keep the preempt counts and irq
28 do { __acquire(lock); (void)(lock); } while (0)
31 do { preempt_disable(); ___LOCK(lock); } while (0)
34 do { __local_bh_disable_ip(_THIS_IP_, SOFTIRQ_LOCK_OFFSET); ___LOCK(lock); } while (0)
37 do { local_irq_disable(); __LOCK(lock); } while (0)
40 do { local_irq_save(flags); __LOCK(lock); } while (0)
43 do { __release(lock); (void)(lock); } while (0)
46 do { preempt_enable(); ___UNLOCK(lock); } while (0)
49 do { __local_bh_enable_ip(_THIS_IP_, SOFTIRQ_LOCK_OFFSET); \
[all …]
H A Dhardirq.h29 * It is safe to do non-atomic ops on ->hardirq_context,
35 do { \
47 do { \
65 do { \
75 do { \
91 #define arch_nmi_enter() do { } while (0)
92 #define arch_nmi_exit() do { } while (0)
108 do { \
116 do { \
126 do { \
[all …]
H A Drwlock.h21 do { \
28 do { *(lock) = __RW_LOCK_UNLOCKED(lock); } while (0)
39 # define do_raw_read_lock(rwlock) do {__acquire(lock); arch_read_lock(&(rwlock)->raw_lock); } while…
41 # define do_raw_read_unlock(rwlock) do {arch_read_unlock(&(rwlock)->raw_lock); __release(lock); } w…
42 # define do_raw_write_lock(rwlock) do {__acquire(lock); arch_write_lock(&(rwlock)->raw_lock); } whi…
44 # define do_raw_write_unlock(rwlock) do {arch_write_unlock(&(rwlock)->raw_lock); __release(lock); }…
67 do { \
72 do { \
80 do { \
85 do { \
[all …]
/openbmc/linux/tools/testing/selftests/rcutorture/doc/
H A DTREE_RCU-kconfig.txt7 CONFIG_DEBUG_LOCK_ALLOC -- Do three, covering CONFIG_PROVE_LOCKING & not.
8 CONFIG_DEBUG_OBJECTS_RCU_HEAD -- Do one.
9 CONFIG_HZ_PERIODIC -- Do one.
10 CONFIG_NO_HZ_IDLE -- Do those not otherwise specified. (Groups of two.)
11 CONFIG_NO_HZ_FULL -- Do two, one with partial CPU enablement.
12 CONFIG_PREEMPT -- Do half. (First three and #8.)
13 CONFIG_PROVE_LOCKING -- Do several, covering CONFIG_DEBUG_LOCK_ALLOC=y and not.
17 CONFIG_RCU_FANOUT_LEAF -- Do one non-default.
18 CONFIG_RCU_NOCB_CPU -- Do three, one with no rcu_nocbs CPUs, one with
20 CONFIG_RCU_TRACE -- Do half.
[all …]
/openbmc/qemu/chardev/
H A Dbaum.c11 * furnished to do so, subject to the following conditions:
131 #define DO(dots, ascii) \ macro
134 DO(0, ' '),
135 DO(BRLAPI_DOTS(1, 0, 0, 0, 0, 0, 0, 0), 'a'),
136 DO(BRLAPI_DOTS(1, 1, 0, 0, 0, 0, 0, 0), 'b'),
137 DO(BRLAPI_DOTS(1, 0, 0, 1, 0, 0, 0, 0), 'c'),
138 DO(BRLAPI_DOTS(1, 0, 0, 1, 1, 0, 0, 0), 'd'),
139 DO(BRLAPI_DOTS(1, 0, 0, 0, 1, 0, 0, 0), 'e'),
140 DO(BRLAPI_DOTS(1, 1, 0, 1, 0, 0, 0, 0), 'f'),
141 DO(BRLAPI_DOTS(1, 1, 0, 1, 1, 0, 0, 0), 'g'),
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0025-gcc-testsuite-tweaks-for-mips-OE.patch19 support isn't there to run them. This avoids thousands of test failures. To do
76 # Set up the compiler flags, based on what we're going to do.
77 + global do-what-limit
81 + if [info exists do-what-limit] then {
82 + # Demote run tests to $do-what-limit if set
85 + set do_what ${do-what-limit}
86 + set dg-do-what ${do-what-limit}
148 global dg-do-what-default
149 + global do-what-limit
156 set dg-do-what-default compile
[all …]
/openbmc/u-boot/include/linux/
H A Dcompat.h120 #define DECLARE_WAITQUEUE(...) do { } while (0)
121 #define add_wait_queue(...) do { } while (0)
122 #define remove_wait_queue(...) do { } while (0)
169 #define module_put(...) do { } while (0)
206 #define dev_set_name(...) do { } while (0)
210 #define volume_sysfs_close(...) do { } while (0)
212 #define init_waitqueue_head(...) do { } while (0)
214 #define wake_up_interruptible(...) do { } while (0)
215 #define dump_stack(...) do { } while (0)
218 #define set_freezable(...) do { } while (0)
[all …]
H A Dmii.h55 #define BMSR_ANEGCAPABLE 0x0008 /* Able to do auto-negotiation */
60 #define BMSR_100HALF2 0x0200 /* Can do 100BASE-T2 HDX */
61 #define BMSR_100FULL2 0x0400 /* Can do 100BASE-T2 FDX */
62 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
63 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */
64 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
65 #define BMSR_100FULL 0x4000 /* Can do 100mbps, full-duplex */
66 #define BMSR_100BASE4 0x8000 /* Can do 100mbps, 4k packets */
94 #define LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */
95 #define LPA_1000XFULL 0x0020 /* Can do 1000BASE-X full-duplex */
[all …]
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh77 echo " --do-all"
78 echo " --do-allmodconfig / --do-no-allmodconfig / --no-allmodconfig"
79 echo " --do-clocksourcewd / --do-no-clocksourcewd / --no-clocksourcewd"
80 echo " --do-kasan / --do-no-kasan / --no-kasan"
81 echo " --do-kcsan / --do-no-kcsan / --no-kcsan"
82 echo " --do-kvfree / --do-no-kvfree / --no-kvfree"
83 echo " --do-locktorture / --do-no-locktorture / --no-locktorture"
84 echo " --do-none"
85 echo " --do-rcuscale / --do-no-rcuscale / --no-rcuscale"
86 echo " --do-rcutasksflavors / --do-no-rcutasksflavors / --no-rcutasksflavors"
[all …]
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_dbg.h19 #define DEBUG(x) do {x;} while (0);
21 #define DEBUG(x) do {} while (0);
25 #define DEBUG2(x) do {if(ql4xextended_error_logging == 2) x;} while (0);
26 #define DEBUG2_3(x) do {x;} while (0);
28 #define DEBUG2(x) do {} while (0);
32 #define DEBUG3(x) do {if(ql4xextended_error_logging == 3) x;} while (0);
34 #define DEBUG3(x) do {} while (0);
36 #define DEBUG2_3(x) do {} while (0);
40 #define DEBUG4(x) do {x;} while (0);
42 #define DEBUG4(x) do {} while (0);
[all …]
/openbmc/linux/include/uapi/linux/
H A Dmii.h58 #define BMSR_ANEGCAPABLE 0x0008 /* Able to do auto-negotiation */
63 #define BMSR_100HALF2 0x0200 /* Can do 100BASE-T2 HDX */
64 #define BMSR_100FULL2 0x0400 /* Can do 100BASE-T2 FDX */
65 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
66 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */
67 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
68 #define BMSR_100FULL 0x4000 /* Can do 100mbps, full-duplex */
69 #define BMSR_100BASE4 0x8000 /* Can do 100mbps, 4k packets */
97 #define LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */
98 #define LPA_1000XFULL 0x0020 /* Can do 1000BASE-X full-duplex */
[all …]
/openbmc/linux/include/asm-generic/
H A Dbarrier.h30 #define mb() do { kcsan_mb(); __mb(); } while (0)
34 #define rmb() do { kcsan_rmb(); __rmb(); } while (0)
38 #define wmb() do { kcsan_wmb(); __wmb(); } while (0)
42 #define dma_mb() do { kcsan_mb(); __dma_mb(); } while (0)
46 #define dma_rmb() do { kcsan_rmb(); __dma_rmb(); } while (0)
50 #define dma_wmb() do { kcsan_wmb(); __dma_wmb(); } while (0)
99 #define smp_mb() do { kcsan_mb(); __smp_mb(); } while (0)
103 #define smp_rmb() do { kcsan_rmb(); __smp_rmb(); } while (0)
107 #define smp_wmb() do { kcsan_wmb(); __smp_wmb(); } while (0)
127 #define __smp_store_mb(var, value) do { WRITE_ONCE(var, value); __smp_mb(); } while (0)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/terminus-font/terminus-font/
H A Duse-no-name-option-for-gzip.patch23 - for i in $(PSF) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
24 + for i in $(PSF) ; do gzip -c -n $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
26 - for i in $(PCF) ; do gzip -c $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done
27 + for i in $(PCF) ; do gzip -c -n $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done
30 for i in $(PSF) ; do rm -f $(DESTDIR)$(psfdir)/$$i.gz ; done
35 - for i in $(PSF) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
36 + for i in $(PSF) ; do gzip -c -n $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
39 for i in $(PSF) ; do rm -f $(DESTDIR)$(psfdir)/$$i.gz ; done
44 - for i in $(PSF_VGAW) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
45 + for i in $(PSF_VGAW) ; do gzip -c -n $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
[all …]
/openbmc/linux/arch/csky/abiv2/inc/abi/
H A Dcacheflush.h13 #define flush_cache_all() do { } while (0)
14 #define flush_cache_mm(mm) do { } while (0)
15 #define flush_cache_dup_mm(mm) do { } while (0)
16 #define flush_cache_range(vma, start, end) do { } while (0)
17 #define flush_cache_page(vma, vmaddr, pfn) do { } while (0)
34 #define flush_dcache_mmap_lock(mapping) do { } while (0)
35 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
43 #define flush_cache_vmap(start, end) do { } while (0)
44 #define flush_cache_vmap_early(start, end) do { } while (0)
45 #define flush_cache_vunmap(start, end) do { } while (0)
[all …]
/openbmc/linux/arch/xtensa/include/asm/
H A Dcacheflush.h86 * We have physically tagged caches - nothing to do here -
111 do { \
120 #define flush_cache_vmap_early(start,end) do { } while (0)
139 #define flush_cache_all() do { } while (0)
140 #define flush_cache_mm(mm) do { } while (0)
141 #define flush_cache_dup_mm(mm) do { } while (0)
143 #define flush_cache_vmap(start,end) do { } while (0)
144 #define flush_cache_vmap_early(start,end) do { } while (0)
145 #define flush_cache_vunmap(start,end) do { } while (0)
148 #define flush_dcache_page(page) do { } while (0)
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D02651 # 32 and 64 bits do not work either, however, due to different leaked cluster
81 do
83 for errno in 5 28; do
84 for imm in off; do
85 for once in on off; do
86 for vmstate in "" "-b"; do
109 # Reads are another path to trigger l2_load, so do a read, too
137 do
141 for errno in 28; do
142 for imm in off; do
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dhazards.h66 do { \
142 do { \
156 do { \
185 #define instruction_hazard() do { } while (0)
211 #define instruction_hazard() do { } while (0)
262 #define instruction_hazard() do { } while (0)
322 do { \
329 do { \
337 do { \
345 do { \
[all …]
/openbmc/linux/arch/loongarch/include/asm/
H A Dcacheflush.h42 #define flush_cache_all() do { } while (0)
43 #define flush_cache_mm(mm) do { } while (0)
44 #define flush_cache_dup_mm(mm) do { } while (0)
45 #define flush_cache_range(vma, start, end) do { } while (0)
46 #define flush_cache_page(vma, vmaddr, pfn) do { } while (0)
47 #define flush_cache_vmap(start, end) do { } while (0)
48 #define flush_cache_vunmap(start, end) do { } while (0)
49 #define flush_icache_user_page(vma, page, addr, len) do { } while (0)
50 #define flush_dcache_page(page) do { } while (0)
51 #define flush_dcache_mmap_lock(mapping) do { } while (0)
[all …]
/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_debug.h51 do { \
57 do { \
63 do { \
69 do { \
75 do { \
81 do { \
87 do { \
93 do { \
99 do { \
105 do { \
[all …]
/openbmc/linux/Documentation/netlink/specs/
H A Dethtool.yaml961 do: &strset-get-op
978 do: &linkinfo-get-op
997 do:
1010 do: &linkmodes-get-op
1033 do:
1046 do: &linkstate-get-op
1066 do: &debug-get-op
1081 do:
1094 do: &wol-get-op
1110 do:
[all …]
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-per-CPU-kthreads.rst43 To reduce its OS jitter, do any of the following:
50 2. Do all eHCA-Infiniband-related work on other CPUs, including
62 To reduce its OS jitter, do the following:
73 To reduce its OS jitter, do one of the following:
93 Do all of the following:
103 do not offline any other CPUs, because doing so could force the
109 Do all of the following:
121 Do all of the following:
133 Do all of the following:
145 Do one or more of the following:
[all …]

12345678910>>...342