| /kernel/linux/linux-6.6/include/linux/ |
| D | irqflags.h | 66 } while (0) 70 } while (0) 74 } while (0) 91 } while (0) 96 } while (0) 101 } while (0) 107 } while (0) 112 } while (0) 115 # define trace_hardirqs_on_prepare() do { } while (0) 116 # define trace_hardirqs_off_finish() do { } while (0) [all …]
|
| D | lockdep.h | 169 } while (0) 174 } while (0) 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) 380 # define lock_set_subclass(l, s, i) do { } while (0) [all …]
|
| D | hid-debug.h | 40 #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)
|
| D | local_lock_internal.h | 63 } while (0) 69 } while (0) 75 } while (0) 81 } while (0) 87 } while (0) 93 } while (0) 99 } while (0) 105 * critical section while staying preemptible. 114 } while (0) 120 } while (0) [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | irqflags.h | 65 } while (0) 69 } while (0) 73 } while (0) 77 } while (0) 81 } while (0) 98 } while (0) 103 } while (0) 108 } while (0) 114 } while (0) 119 } while (0) [all …]
|
| D | lockdep.h | 172 } while (0) 177 } while (0) 310 } while (0) 314 } while (0) 318 } while (0) 322 } while (0) 348 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) 349 # define lock_release(l, i) do { } while (0) 350 # define lock_downgrade(l, i) do { } while (0) 351 # define lock_set_class(l, n, k, s, i) do { } while (0) [all …]
|
| D | hid-debug.h | 40 #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)
|
| D | rwlock.h | 25 } while (0) 28 do { *(lock) = __RW_LOCK_UNLOCKED(lock); } while (0) 50 # define do_raw_read_lock(rwlock) do {__acquire(lock); arch_read_lock(&(rwlock)->raw_lock); } while… 52 do {__acquire(lock); arch_read_lock_flags(&(lock)->raw_lock, *(flags)); } while (0) 54 … do_raw_read_unlock(rwlock) do {arch_read_unlock(&(rwlock)->raw_lock); __release(lock); } while (0) 55 …ne do_raw_write_lock(rwlock) do {__acquire(lock); arch_write_lock(&(rwlock)->raw_lock); } while (0) 57 do {__acquire(lock); arch_write_lock_flags(&(lock)->raw_lock, *(flags)); } while (0) 59 …o_raw_write_unlock(rwlock) do {arch_write_unlock(&(rwlock)->raw_lock); __release(lock); } while (0) 79 } while (0) 84 } while (0) [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
| D | ql4_dbg.h | 19 #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 …]
|
| /kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
| D | ql4_dbg.h | 19 #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 …]
|
| /kernel/linux/linux-6.6/include/asm-generic/ |
| D | barrier.h | 30 #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 …]
|
| /kernel/liteos_a/testsuites/unittest/common/include/ |
| D | iCunit.h | 74 } while (0) 85 } while (0) 95 } while (0) 104 } while (0) 113 } while (0) 125 } while (0) 137 } while (0) 145 } while (0) 155 } while (0) 166 } while (0) [all …]
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | irqflags.h | 9 # define lockdep_hardirq_enter() do { } while (0) 10 # define lockdep_hardirq_exit() do { } while (0) 11 # define lockdep_softirq_enter() do { } while (0) 12 # define lockdep_softirq_exit() do { } while (0) 15 # define stop_critical_timings() do { } while (0) 16 # define start_critical_timings() do { } while (0) 18 #define raw_local_irq_disable() do { } while (0) 19 #define raw_local_irq_enable() do { } while (0) 27 #define local_irq_enable() do { } while (0) 28 #define local_irq_disable() do { } while (0) [all …]
|
| /kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
| D | cacheflush.h | 42 #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_page(vma, page) do { } while (0) 50 #define flush_icache_user_page(vma, page, addr, len) do { } while (0) 51 #define flush_dcache_page(page) do { } while (0) [all …]
|
| /kernel/linux/linux-5.10/kernel/locking/ |
| D | rtmutex.h | 15 #define debug_rt_mutex_init_waiter(w) do { } while (0) 16 #define debug_rt_mutex_free_waiter(w) do { } while (0) 17 #define debug_rt_mutex_lock(l) do { } while (0) 18 #define debug_rt_mutex_proxy_lock(l,p) do { } while (0) 19 #define debug_rt_mutex_proxy_unlock(l) do { } while (0) 20 #define debug_rt_mutex_unlock(l) do { } while (0) 21 #define debug_rt_mutex_init(m, n, k) do { } while (0) 22 #define debug_rt_mutex_deadlock(d, a ,l) do { } while (0) 23 #define debug_rt_mutex_print_deadlock(w) do { } while (0) 24 #define debug_rt_mutex_reset_waiter(w) do { } while (0)
|
| /kernel/linux/linux-5.10/arch/csky/abiv2/inc/abi/ |
| D | cacheflush.h | 13 #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) 28 #define flush_dcache_mmap_lock(mapping) do { } while (0) 29 #define flush_dcache_mmap_unlock(mapping) do { } while (0) 30 #define flush_icache_page(vma, page) do { } while (0) 38 #define flush_cache_vmap(start, end) do { } while (0) 39 #define flush_cache_vunmap(start, end) do { } while (0) [all …]
|
| /kernel/linux/linux-6.6/arch/csky/abiv2/inc/abi/ |
| D | cacheflush.h | 13 #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 …]
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| D | hazards.h | 77 } while (0) 153 } while (0) 159 } while (0) 185 #define instruction_hazard() do { } while (0) 211 #define instruction_hazard() do { } while (0) 262 #define instruction_hazard() do { } while (0) 326 } while (0) 333 } while (0) 341 } while (0) 349 } while (0) [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | hazards.h | 77 } while (0) 153 } while (0) 159 } while (0) 185 #define instruction_hazard() do { } while (0) 211 #define instruction_hazard() do { } while (0) 262 #define instruction_hazard() do { } while (0) 326 } while (0) 333 } while (0) 341 } while (0) 349 } while (0) [all …]
|
| /kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
| D | cacheflush.h | 42 #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 …]
|
| /kernel/liteos_a/testsuites/kernel/include/ |
| D | iCunit.h | 245 } while (0) 253 } while (0) 261 } while (0) 269 } while (0) 277 } while (0) 285 } while (0) 293 } while (0) 301 } while (0) 309 } while (0) 317 } while (0) [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
| D | mpi3mr_debug.h | 54 } while (0) 60 } while (0) 66 } while (0) 72 } while (0) 78 } while (0) 84 } while (0) 90 } while (0) 96 } while (0) 102 } while (0) 108 } while (0) [all …]
|
| /kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
| D | cacheflush.h | 114 } while (0) 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) 151 #define flush_cache_page(vma, addr, pfn) do { } while (0) [all …]
|
| /kernel/liteos_m/testsuites/include/ |
| D | iCunit.h | 220 } while (0) 227 } while (0) 235 } while (0) 243 } while (0) 250 } while (0) 258 } while (0) 266 } while (0) 274 } while (0) 282 } while (0) 290 } while (0) [all …]
|
| /kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
| D | cacheflush.h | 114 } while (0) 132 #define flush_cache_all() do { } while (0) 133 #define flush_cache_mm(mm) do { } while (0) 134 #define flush_cache_dup_mm(mm) do { } while (0) 136 #define flush_cache_vmap(start,end) do { } while (0) 137 #define flush_cache_vunmap(start,end) do { } while (0) 140 #define flush_dcache_page(page) do { } while (0) 143 #define flush_cache_page(vma, addr, pfn) do { } while (0) 144 #define flush_cache_range(vma, start, end) do { } while (0) 155 } while (0) [all …]
|