Home
last modified time | relevance | path

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

12345678910>>...317

/linux/include/linux/
H A Dirqflags.h51 do { \
56 do { \
60 do { \
76 do { \
82 do { \
87 do { \
92 do { \
97 do { \
103 # define trace_hardirqs_on_prepare() do { } while (0)
104 # define trace_hardirqs_off_finish() do { } while (0)
[all …]
H A Dlockdep.h110 do { \
115 do { \
279 do { WARN_ON(debug_locks && !(cond)); } while (0)
282 do { WARN_ON_ONCE(debug_locks && !(cond)); } while (0)
336 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0)
337 # define lock_release(l, i) do { } while (0)
338 # define lock_downgrade(l, i) do { } while (0)
339 # define lock_set_class(l, n, key, s, i) do { (void)(key); } while (0)
340 # define lock_set_novalidate_class(l, n, i) do { } while (0)
341 # define lock_set_subclass(l, s, i) do { } while (0)
[all …]
H A Dlocal_lock_internal.h3 # error "Do not include directly, include linux/local_lock.h"
55 do { \
66 do { \
77 do { \
83 do { \
89 do { \
95 do { \
101 do { \
107 do { \
113 do { \
[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 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 …]
/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 …]
/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 …]
/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 …]
/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 …]
H A Dcryptouser.h35 CRYPTO_MSG_GETSTAT, /* No longer supported, do not use. */
57 CRYPTOCFGA_STAT_LARVAL, /* No longer supported, do not use. */
58 CRYPTOCFGA_STAT_HASH, /* No longer supported, do not use. */
59 CRYPTOCFGA_STAT_BLKCIPHER, /* No longer supported, do not use. */
60 CRYPTOCFGA_STAT_AEAD, /* No longer supported, do not use. */
61 CRYPTOCFGA_STAT_COMPRESS, /* No longer supported, do not use. */
62 CRYPTOCFGA_STAT_RNG, /* No longer supported, do not use. */
63 CRYPTOCFGA_STAT_CIPHER, /* No longer supported, do not use. */
64 CRYPTOCFGA_STAT_AKCIPHER, /* No longer supported, do not use. */
65 CRYPTOCFGA_STAT_KPP, /* No longer supported, do not use. */
[all …]
/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 …]
/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 …]
/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 …]
/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 …]
/linux/arch/loongarch/include/asm/
H A Dcacheflush.h40 #define flush_cache_all() do { } while (0)
41 #define flush_cache_mm(mm) do { } while (0)
42 #define flush_cache_dup_mm(mm) do { } while (0)
43 #define flush_cache_range(vma, start, end) do { } while (0)
44 #define flush_cache_page(vma, vmaddr, pfn) do { } while (0)
45 #define flush_cache_vmap(start, end) do { } while (0)
46 #define flush_cache_vunmap(start, end) do { } while (0)
47 #define flush_icache_user_page(vma, page, addr, len) do { } while (0)
48 #define flush_dcache_mmap_lock(mapping) do { } while (0)
49 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
/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 …]
/linux/net/mac80211/
H A DKconfig117 bool "Do not inline TX/RX handlers"
141 Do not select this option.
152 Do not select this option.
161 Do not select this option.
173 Do not select this option.
184 Do not select this option.
195 Do not select this option.
207 Do not select this option.
220 Do not select this option.
233 Do not select this option.
[all …]
/linux/kernel/sched/
H A Dstats.h38 #define __schedstat_inc(var) do { var++; } while (0)
39 #define schedstat_inc(var) do { if (schedstat_enabled()) { var++; } } while (0)
40 #define __schedstat_add(var, amt) do { var += (amt); } while (0)
41 #define schedstat_add(var, amt) do { if (schedstat_enabled()) { var += (amt); } } while (0)
42 #define __schedstat_set(var, val) do { var = (val); } while (0)
43 #define schedstat_set(var, val) do { if (schedstat_enabled()) { var = (val); } } while (0)
76 # define __schedstat_inc(var) do { } while (0)
77 # define schedstat_inc(var) do { } while (0)
78 # define __schedstat_add(var, amt) do { } while (0)
79 # define schedstat_add(var, amt) do { } while (0)
[all …]
/linux/arch/mips/cavium-octeon/crypto/
H A Docteon-crypto.h32 do { \
58 do { \
69 do { \
80 do { \
91 do { \
106 do { \
132 do { \
143 do { \
154 do { \
165 do { \
[all …]
/linux/net/devlink/
H A Dnetlink_gen.c2 /* Do not edit directly, auto-generated from: */
25 /* DEVLINK_CMD_GET - do */
31 /* DEVLINK_CMD_PORT_GET - do */
44 /* DEVLINK_CMD_PORT_SET - do */
53 /* DEVLINK_CMD_PORT_NEW - do */
64 /* DEVLINK_CMD_PORT_DEL - do */
71 /* DEVLINK_CMD_PORT_SPLIT - do */
79 /* DEVLINK_CMD_PORT_UNSPLIT - do */
86 /* DEVLINK_CMD_SB_GET - do */
99 /* DEVLINK_CMD_SB_POOL_GET - do */
[all …]
/linux/Documentation/devicetree/bindings/
H A Dwriting-bindings.rst17 - DO attempt to make bindings complete even if a driver doesn't support some
24 - DO use node names matching the class of the device. Many standard names are
27 - DO check that the example matches the documentation especially after making
42 - DO make 'compatible' properties specific. DON'T use wildcards in compatible
43 strings. DO use fallback compatibles when devices are the same as or a subset
44 of prior implementations. DO add new compatibles in case there are new
47 - DO use a vendor prefix on device-specific property names. Consider if
54 - DO use common property unit suffixes for properties with scientific units.
58 - DO define properties in terms of constraints. How many entries? What are
69 - For names used in {clock,dma,interrupt,reset}-names, do not add any suffix,
[all …]
/linux/Documentation/netlink/specs/
H A Dethtool.yaml1146 do: &strset-get-op
1163 do: &linkinfo-get-op
1182 do:
1195 do: &linkmodes-get-op
1218 do:
1231 do: &linkstate-get-op
1251 do: &debug-get-op
1266 do:
1279 do: &wol-get-op
1295 do:
[all …]
/linux/net/mptcp/
H A Dmptcp_pm_gen.c2 /* Do not edit directly, auto-generated from: */
24 /* MPTCP_PM_CMD_ADD_ADDR - do */
29 /* MPTCP_PM_CMD_DEL_ADDR - do */
34 /* MPTCP_PM_CMD_GET_ADDR - do */
40 /* MPTCP_PM_CMD_FLUSH_ADDRS - do */
45 /* MPTCP_PM_CMD_SET_LIMITS - do */
51 /* MPTCP_PM_CMD_GET_LIMITS - do */
57 /* MPTCP_PM_CMD_SET_FLAGS - do */
64 /* MPTCP_PM_CMD_ANNOUNCE - do */
70 /* MPTCP_PM_CMD_REMOVE - do */
[all …]

12345678910>>...317