Searched refs:fallthrough (Results 1 - 25 of 2081) sorted by relevance

1234567891011>>

/linux-master/arch/mips/include/asm/
H A Dunroll.h31 case 32: fn(__VA_ARGS__); fallthrough; \
32 case 31: fn(__VA_ARGS__); fallthrough; \
33 case 30: fn(__VA_ARGS__); fallthrough; \
34 case 29: fn(__VA_ARGS__); fallthrough; \
35 case 28: fn(__VA_ARGS__); fallthrough; \
36 case 27: fn(__VA_ARGS__); fallthrough; \
37 case 26: fn(__VA_ARGS__); fallthrough; \
38 case 25: fn(__VA_ARGS__); fallthrough; \
39 case 24: fn(__VA_ARGS__); fallthrough; \
40 case 23: fn(__VA_ARGS__); fallthrough; \
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhdmi.c26 fallthrough;
29 fallthrough;
32 fallthrough;
35 fallthrough;
38 fallthrough;
41 fallthrough;
44 fallthrough;
47 fallthrough;
50 fallthrough;
53 fallthrough;
[all...]
/linux-master/kernel/
H A Dksyms_common.c34 fallthrough;
39 fallthrough;
/linux-master/drivers/md/dm-vdo/
H A Dmurmurhash3.c86 fallthrough;
89 fallthrough;
92 fallthrough;
95 fallthrough;
98 fallthrough;
101 fallthrough;
108 fallthrough;
112 fallthrough;
115 fallthrough;
118 fallthrough;
[all...]
/linux-master/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h24 fallthrough; \
26 fallthrough; \
28 fallthrough; \
30 fallthrough; \
32 fallthrough; \
34 fallthrough; \
36 fallthrough; \
38 fallthrough; \
40 fallthrough; \
42 fallthrough; \
[all...]
/linux-master/arch/microblaze/lib/
H A Dmemset.c57 fallthrough;
61 fallthrough;
80 fallthrough;
83 fallthrough;
H A Dmemcpy.c58 fallthrough;
62 fallthrough;
168 fallthrough;
171 fallthrough;
H A Dmemmove.c69 fallthrough;
73 fallthrough;
182 fallthrough;
185 fallthrough;
188 fallthrough;
/linux-master/arch/mips/kernel/
H A Dwatch.c30 fallthrough;
34 fallthrough;
38 fallthrough;
61 fallthrough;
64 fallthrough;
67 fallthrough;
94 fallthrough;
97 fallthrough;
100 fallthrough;
103 fallthrough;
[all...]
/linux-master/include/linux/
H A Djhash.h89 case 12: c += (u32)k[11]<<24; fallthrough;
90 case 11: c += (u32)k[10]<<16; fallthrough;
91 case 10: c += (u32)k[9]<<8; fallthrough;
92 case 9: c += k[8]; fallthrough;
93 case 8: b += (u32)k[7]<<24; fallthrough;
94 case 7: b += (u32)k[6]<<16; fallthrough;
95 case 6: b += (u32)k[5]<<8; fallthrough;
96 case 5: b += k[4]; fallthrough;
97 case 4: a += (u32)k[3]<<24; fallthrough;
98 case 3: a += (u32)k[2]<<16; fallthrough;
[all...]
/linux-master/net/ceph/
H A Dceph_hash.c53 fallthrough;
56 fallthrough;
60 fallthrough;
63 fallthrough;
66 fallthrough;
69 fallthrough;
72 fallthrough;
75 fallthrough;
78 fallthrough;
81 fallthrough;
[all...]
/linux-master/fs/afs/
H A Dmisc.c126 fallthrough;
132 fallthrough;
137 fallthrough;
141 fallthrough;
145 fallthrough;
149 fallthrough;
153 fallthrough;
157 fallthrough;
161 fallthrough;
/linux-master/lib/
H A Dcmdline.c160 fallthrough;
164 fallthrough;
168 fallthrough;
172 fallthrough;
176 fallthrough;
181 fallthrough;
H A Dsiphash.c65 case 7: b |= ((u64)end[6]) << 48; fallthrough;
66 case 6: b |= ((u64)end[5]) << 40; fallthrough;
67 case 5: b |= ((u64)end[4]) << 32; fallthrough;
69 case 3: b |= ((u64)end[2]) << 16; fallthrough;
98 case 7: b |= ((u64)end[6]) << 48; fallthrough;
99 case 6: b |= ((u64)end[5]) << 40; fallthrough;
100 case 5: b |= ((u64)end[4]) << 32; fallthrough;
102 case 3: b |= ((u64)end[2]) << 16; fallthrough;
265 case 7: b |= ((u64)end[6]) << 48; fallthrough;
266 case 6: b |= ((u64)end[5]) << 40; fallthrough;
[all...]
/linux-master/tools/bootconfig/include/linux/
H A Dbootconfig.h14 #ifndef fallthrough
15 # define fallthrough macro
/linux-master/tools/include/linux/
H A Dcompiler-gcc.h16 # define fallthrough __attribute__((__fallthrough__)) macro
18 # define fallthrough do {} while (0) /* fallthrough */ macro
/linux-master/arch/csky/mm/
H A Dsyscache.c21 fallthrough;
/linux-master/arch/x86/lib/
H A Dcmdline.c63 fallthrough;
94 fallthrough;
156 fallthrough;
177 fallthrough;
/linux-master/drivers/net/arcnet/
H A Dcom20020-isa.c200 fallthrough;
203 fallthrough;
206 fallthrough;
209 fallthrough;
212 fallthrough;
215 fallthrough;
/linux-master/arch/arm64/include/asm/
H A Darchrandom.h102 fallthrough;
105 fallthrough;
/linux-master/drivers/md/bcache/
H A Dutil.c36 fallthrough; \
39 fallthrough; \
42 fallthrough; \
45 fallthrough; \
48 fallthrough; \
51 fallthrough; \
56 fallthrough; \
/linux-master/fs/ntfs3/
H A Drun.c656 fallthrough;
659 fallthrough;
662 fallthrough;
665 fallthrough;
668 fallthrough;
671 fallthrough;
674 fallthrough;
688 fallthrough;
691 fallthrough;
694 fallthrough;
[all...]
/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Dcmd_v2.c118 fallthrough;
121 fallthrough;
124 fallthrough;
127 fallthrough;
130 fallthrough;
183 fallthrough;
186 fallthrough;
189 fallthrough;
192 fallthrough;
/linux-master/drivers/staging/vt6655/
H A Dkey.c51 fallthrough;
56 fallthrough;
59 fallthrough;
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_vf_msg.c116 fallthrough;
122 fallthrough;
128 fallthrough;

Completed in 213 milliseconds

1234567891011>>