Home
last modified time | relevance | path

Searched full:while (Results 1 – 25 of 9989) sorted by relevance

12345678910>>...400

/kernel/linux/linux-5.10/include/linux/
Dirqflags.h65 } 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 …]
Dlockdep.h172 } while (0)
177 } while (0)
306 } while (0)
310 } while (0)
314 } while (0)
318 } while (0)
344 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0)
345 # define lock_release(l, i) do { } while (0)
346 # define lock_downgrade(l, i) do { } while (0)
347 # define lock_set_class(l, n, k, s, i) do { } while (0)
[all …]
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)
Drwlock.h25 } 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-4.19/include/linux/
Dirqflags.h41 } while (0)
45 } while (0)
49 } while (0)
53 } while (0)
55 # define trace_hardirqs_on() do { } while (0)
56 # define trace_hardirqs_off() do { } while (0)
61 # define trace_hardirq_enter() do { } while (0)
62 # define trace_hardirq_exit() do { } while (0)
63 # define lockdep_softirq_enter() do { } while (0)
64 # define lockdep_softirq_exit() do { } while (0)
[all …]
Drwlock.h25 } 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-4.19/drivers/scsi/qla4xxx/
Dql4_dbg.h20 #define DEBUG(x) do {x;} while (0);
22 #define DEBUG(x) do {} while (0);
26 #define DEBUG2(x) do {if(ql4xextended_error_logging == 2) x;} while (0);
27 #define DEBUG2_3(x) do {x;} while (0);
29 #define DEBUG2(x) do {} while (0);
33 #define DEBUG3(x) do {if(ql4xextended_error_logging == 3) x;} while (0);
35 #define DEBUG3(x) do {} while (0);
37 #define DEBUG2_3(x) do {} while (0);
41 #define DEBUG4(x) do {x;} while (0);
43 #define DEBUG4(x) do {} while (0);
[all …]
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
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 …]
/kernel/linux/linux-4.19/include/asm-generic/
Dcacheflush.h12 #define flush_cache_all() do { } while (0)
13 #define flush_cache_mm(mm) do { } while (0)
14 #define flush_cache_dup_mm(mm) do { } while (0)
15 #define flush_cache_range(vma, start, end) do { } while (0)
16 #define flush_cache_page(vma, vmaddr, pfn) do { } while (0)
18 #define flush_dcache_page(page) do { } while (0)
19 #define flush_dcache_mmap_lock(mapping) do { } while (0)
20 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
21 #define flush_icache_range(start, end) do { } while (0)
22 #define flush_icache_page(vma,pg) do { } while (0)
[all …]
/kernel/linux/linux-4.19/arch/ia64/include/asm/
Dcacheflush.h20 #define flush_cache_all() do { } while (0)
21 #define flush_cache_mm(mm) do { } while (0)
22 #define flush_cache_dup_mm(mm) do { } while (0)
23 #define flush_cache_range(vma, start, end) do { } while (0)
24 #define flush_cache_page(vma, vmaddr, pfn) do { } while (0)
25 #define flush_icache_page(vma,page) do { } while (0)
26 #define flush_cache_vmap(start, end) do { } while (0)
27 #define flush_cache_vunmap(start, end) do { } while (0)
33 } while (0)
35 #define flush_dcache_mmap_lock(mapping) do { } while (0)
[all …]
/kernel/linux/linux-4.19/arch/c6x/include/asm/
Dcacheflush.h25 #define flush_cache_all() do {} while (0)
26 #define flush_cache_mm(mm) do {} while (0)
27 #define flush_cache_dup_mm(mm) do {} while (0)
28 #define flush_cache_range(mm, start, end) do {} while (0)
29 #define flush_cache_page(vma, vmaddr, pfn) do {} while (0)
30 #define flush_cache_vmap(start, end) do {} while (0)
31 #define flush_cache_vunmap(start, end) do {} while (0)
33 #define flush_dcache_page(page) do {} while (0)
34 #define flush_dcache_mmap_lock(mapping) do {} while (0)
35 #define flush_dcache_mmap_unlock(mapping) do {} while (0)
[all …]
/kernel/liteos_a/testsuites/unittest/common/include/
DiCunit.h74 } 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/
Dirqflags.h9 # 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-4.19/tools/include/linux/
Dirqflags.h9 # define trace_hardirq_enter() do { } while (0)
10 # define trace_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-4.19/kernel/locking/
Drtmutex.h15 #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/kernel/locking/
Drtmutex.h15 #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/
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)
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-4.19/arch/openrisc/include/asm/
Dcacheflush.h73 #define flush_cache_all() do { } while (0)
74 #define flush_cache_mm(mm) do { } while (0)
75 #define flush_cache_dup_mm(mm) do { } while (0)
76 #define flush_cache_range(vma, start, end) do { } while (0)
77 #define flush_cache_page(vma, vmaddr, pfn) do { } while (0)
78 #define flush_dcache_mmap_lock(mapping) do { } while (0)
79 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
80 #define flush_icache_range(start, end) do { } while (0)
81 #define flush_icache_page(vma, pg) do { } while (0)
82 #define flush_icache_user_range(vma, pg, adr, len) do { } while (0)
[all …]
/kernel/linux/linux-4.19/arch/mips/include/asm/
Dhazards.h75 } while (0)
150 } while (0)
156 } while (0)
182 #define instruction_hazard() do { } while (0)
208 #define instruction_hazard() do { } while (0)
259 #define instruction_hazard() do { } while (0)
322 } while (0)
329 } while (0)
337 } while (0)
345 } while (0)
[all …]
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dhazards.h77 } 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-4.19/kernel/sched/
Dstats.h34 #define __schedstat_inc(var) do { var++; } while (0)
35 #define schedstat_inc(var) do { if (schedstat_enabled()) { var++; } } while (0)
36 #define __schedstat_add(var, amt) do { var += (amt); } while (0)
37 #define schedstat_add(var, amt) do { if (schedstat_enabled()) { var += (amt); } } while (0)
38 #define __schedstat_set(var, val) do { var = (val); } while (0)
39 #define schedstat_set(var, val) do { if (schedstat_enabled()) { var = (val); } } while (0)
48 # define __schedstat_inc(var) do { } while (0)
49 # define schedstat_inc(var) do { } while (0)
50 # define __schedstat_add(var, amt) do { } while (0)
51 # define schedstat_add(var, amt) do { } while (0)
[all …]
/kernel/linux/linux-4.19/arch/alpha/include/asm/
Dcacheflush.h8 #define flush_cache_all() do { } while (0)
9 #define flush_cache_mm(mm) do { } while (0)
10 #define flush_cache_dup_mm(mm) do { } while (0)
11 #define flush_cache_range(vma, start, end) do { } while (0)
12 #define flush_cache_page(vma, vmaddr, pfn) do { } while (0)
14 #define flush_dcache_page(page) do { } while (0)
15 #define flush_dcache_mmap_lock(mapping) do { } while (0)
16 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
17 #define flush_cache_vmap(start, end) do { } while (0)
18 #define flush_cache_vunmap(start, end) do { } while (0)
[all …]
/kernel/liteos_a/testsuites/kernel/include/
DiCunit.h245 } 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-4.19/drivers/isdn/hardware/eicon/
Ddebuglib.h106 #define myDbgPrint_LOG(x...) do { } while (0);
107 #define myDbgPrint_FTL(x...) do { } while (0);
108 #define myDbgPrint_ERR(x...) do { } while (0);
109 #define myDbgPrint_TRC(x...) do { } while (0);
110 #define myDbgPrint_MXLOG(x...) do { } while (0);
111 #define myDbgPrint_EVL(x...) do { } while (0);
112 #define myDbgPrint_REG(x...) do { } while (0);
113 #define myDbgPrint_MEM(x...) do { } while (0);
114 #define myDbgPrint_SPL(x...) do { } while (0);
115 #define myDbgPrint_IRP(x...) do { } while (0);
[all …]
/kernel/linux/linux-4.19/arch/m68k/include/asm/
Dcacheflush_no.h12 #define flush_cache_mm(mm) do { } while (0)
13 #define flush_cache_dup_mm(mm) do { } while (0)
14 #define flush_cache_range(vma, start, end) do { } while (0)
15 #define flush_cache_page(vma, vmaddr) do { } while (0)
18 #define flush_dcache_page(page) do { } while (0)
19 #define flush_dcache_mmap_lock(mapping) do { } while (0)
20 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
22 #define flush_icache_page(vma,pg) do { } while (0)
23 #define flush_icache_user_range(vma,pg,adr,len) do { } while (0)
24 #define flush_cache_vmap(start, end) do { } while (0)
[all …]

12345678910>>...400