Home
last modified time | relevance | path

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

12345678910>>...237

/linux/include/linux/
H A Dpacking.h140 } while (0)
145 } while (0)
150 } while (0)
155 } while (0)
160 } while (0)
165 } while (0)
170 } while (0)
175 } while (0)
180 } while (0)
185 } while (0)
[all …]
H A Dlocal_lock_internal.h82 } while (0)
95 } while (0)
111 } while (0)
117 } while (0)
123 } while (0)
129 } while (0)
179 } while (0)
185 } while (0)
191 } while (0)
197 } 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 Drwlock.h25 } while (0)
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 … do_raw_read_unlock(rwlock) do {arch_read_unlock(&(rwlock)->raw_lock); __release(lock); } while (0)
42 …ne do_raw_write_lock(rwlock) do {__acquire(lock); arch_write_lock(&(rwlock)->raw_lock); } while (0)
44 …o_raw_write_unlock(rwlock) do {arch_write_unlock(&(rwlock)->raw_lock); __release(lock); } while (0)
70 } while (0)
75 } while (0)
83 } while (0)
88 } while (0)
[all …]
H A Dspinlock_api_up.h19 #define assert_raw_spin_locked(lock) do { (void)(lock); } while (0)
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)
50 ___UNLOCK(lock); } while (0)
53 do { local_irq_enable(); __UNLOCK(lock); } while (0)
[all …]
H A Dhardirq.h39 } while (0)
50 } while (0)
69 } while (0)
78 } while (0)
91 #define arch_nmi_enter() do { } while (0)
92 #define arch_nmi_exit() do { } while (0)
113 } while (0)
123 } while (0)
131 } while (0)
141 } while (0)
/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/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/mips/include/asm/
H A 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 …]
/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/drivers/scsi/mpi3mr/
H A Dmpi3mr_debug.h54 } 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 …]
/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/fs/nls/
H A Dnls_ucs2_utils.h54 while (*ucs1++) in UniStrcat()
57 while ((*ucs1++ = *ucs2++)) in UniStrcat()
71 while ((*ucs != uc) && *ucs) in UniStrchr()
89 while ((*ucs1 == *ucs2) && *ucs1) { in UniStrcmp()
103 while ((*ucs1++ = *ucs2++)) in UniStrcpy()
115 while (*ucs1++) in UniStrlen()
128 while (*ucs1++) { in UniStrnlen()
143 while (*ucs1++) in UniStrncat()
146 while (n-- && (*ucs1 = *ucs2)) { /* copy s2 after s1 */ in UniStrncat()
161 while ((*ucs1 == *ucs2) && *ucs1 && --n) { in UniStrncmp()
[all …]
/linux/arch/mips/include/asm/octeon/
H A Dcrypto.h37 } while (0)
63 } while (0)
74 } while (0)
85 } while (0)
96 } while (0)
111 } while (0)
137 } while (0)
148 } while (0)
159 } while (0)
170 } while (0)
[all …]
/linux/drivers/scsi/aic7xxx/
H A Dqueue.h134 } while (0)
139 } while (0)
144 } while (0)
154 while (SLIST_NEXT(curelm, field) != (elm)) \
159 } while (0)
163 } while (0)
197 } while (0)
203 } while (0)
209 } while (0)
215 } while (0)
[all …]
/linux/arch/sparc/lib/
H A DPeeCeeI.c18 while (count--) in outsb()
27 while (count--) { in outsw()
45 while (count--) { in outsl()
52 while (count--) { in outsl()
64 while (count--) { in outsl()
76 while (count--) { in outsl()
96 while ((((unsigned long)pb) & 0x3) && count--) in insb()
99 while (count >= 4) { in insb()
110 while (count--) in insb()
129 while (count >= 2) { in insw()
[all …]
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.h352 } while (0)
392 } while (0)
402 } while (0)
410 } while (0)
417 } while (0)
423 } while (0)
430 } while (0)
438 } while (0)
446 } while (0)
453 } while (0)
[all …]
/linux/include/linux/ceph/
H A Ddecode.h61 } while (0)
67 } while (0)
72 } while (0)
77 } while (0)
82 } while (0)
88 } while (0)
143 } while (0)
163 } while (0)
170 while (len--) \
172 } while (0)
[all …]
/linux/arch/x86/crypto/
H A Decb_cbc_helpers.h20 while (walk.nbytes > 0) { \
36 } while (0)
44 while (nbytes >= __blocks * __bsize) { \
48 } while (0)
52 while (nbytes >= __bsize) { \
59 } while (0)
67 while (nbytes >= __blocks * __bsize) { \
76 } while (0)
83 } while (0)
/linux/fs/jfs/
H A Djfs_debug.h35 } while (0)
58 } while (0)
64 } while (0)
70 } while (0)
76 } while (0)
83 #define ASSERT(p) do {} while (0)
84 #define jfs_info(fmt, arg...) do {} while (0)
85 #define jfs_debug(fmt, arg...) do {} while (0)
86 #define jfs_warn(fmt, arg...) do {} while (0)
87 #define jfs_err(fmt, arg...) do {} while (0)
H A Djfs_unicode.h26 while ((*ucs1++ = *ucs2++)); in UniStrcpy()
40 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy_le()
44 while (n--) /* Pad with nulls */ in UniStrncpy_le()
57 while ((*ucs1 == __le16_to_cpu(*ucs2)) && *ucs1 && --n) { in UniStrncmp_le()
72 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy_to_le()
76 while (n--) /* Pad with nulls */ in UniStrncpy_to_le()
89 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy_from_le()
93 while (n--) /* Pad with nulls */ in UniStrncpy_from_le()
109 while (rp->start) { in UniToupper()
129 while (*up) { /* For all characters */ in UniStrupr()
/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/drivers/accessibility/speakup/
H A Dmakemapdata.c22 while (fgets(buffer, sizeof(buffer)-1, infile)) { in get_define()
27 while (*c == ' ' || *c == '\t') in get_define()
30 while (*c && *c != ' ' && *c != '\t' && *c != '\n') in get_define()
35 while (*c == ' ' || *c == '\t' || *c == '(') in get_define()
38 while (*c && *c != '\n' && *c != ')') in get_define()
71 while (get_define()) { in main()
80 while (get_define()) { in main()
89 while (get_define()) { in main()
100 while (*cp == ' ') in main()
122 } while (this); in main()
/linux/tools/include/nolibc/
H A Dstring.h28 while (ofs < n && !(c1 = ((unsigned char *)s1)[ofs] - ((unsigned char *)s2)[ofs])) { in memcmp()
52 while (len) { in memmove()
69 while (pos < len) { in memcpy()
87 while (len--) { in memset()
99 while (*s) { in strchr()
113 while (!(diff = (unsigned char)*a++ - (c = (unsigned char)*b++)) && c) in strcmp()
123 while ((*dst++ = *src++)); in strcpy()
204 while (len + 1 < size) { in strlcat()
215 while (*src++) in strlcat()
234 while (src[len]) in strlcpy()
[all …]
/linux/lib/
H A Dstring.c59 } while (--len); in strncasecmp()
73 } while (c1 == c2 && c1 != 0); in strcasecmp()
84 while ((*dest++ = *src++) != '\0') in strcpy()
96 while (count) { in strncpy()
149 while (max >= sizeof(unsigned long)) { in sized_strscpy()
174 while (count > 1) { in sized_strscpy()
211 while ((*dest++ = *src++) != '\0') in stpcpy()
222 while (*dest) in strcat()
224 while ((*dest++ = *src++) != '\0') in strcat()
237 while (*dest) in strncat()
[all …]

12345678910>>...237