Home
last modified time | relevance | path

Searched refs:fallthrough (Results 1 – 10 of 10) sorted by relevance

/include/linux/
Djhash.h89 case 12: c += (u32)k[11]<<24; fallthrough; in jhash()
90 case 11: c += (u32)k[10]<<16; fallthrough; in jhash()
91 case 10: c += (u32)k[9]<<8; fallthrough; in jhash()
92 case 9: c += k[8]; fallthrough; in jhash()
93 case 8: b += (u32)k[7]<<24; fallthrough; in jhash()
94 case 7: b += (u32)k[6]<<16; fallthrough; in jhash()
95 case 6: b += (u32)k[5]<<8; fallthrough; in jhash()
96 case 5: b += k[4]; fallthrough; in jhash()
97 case 4: a += (u32)k[3]<<24; fallthrough; in jhash()
98 case 3: a += (u32)k[2]<<16; fallthrough; in jhash()
[all …]
Dsignal.h142 fallthrough; \
146 fallthrough; \
176 fallthrough; \ in _SIG_SET_BINOP()
178 fallthrough; \ in _SIG_SET_BINOP()
199 fallthrough;
212 fallthrough; in sigfillset()
Dcompiler_attributes.h214 # define fallthrough __attribute__((__fallthrough__)) macro
216 # define fallthrough do {} while (0) /* fallthrough */ macro
Dcompat.h455 fallthrough; in put_compat_sigset()
457 fallthrough; in put_compat_sigset()
459 fallthrough; in put_compat_sigset()
477 fallthrough; \
481 fallthrough; \
485 fallthrough; \
502 fallthrough; \
507 fallthrough; \
512 fallthrough; \
Dmm.h164 fallthrough; in __mm_zero_struct_page()
167 fallthrough; in __mm_zero_struct_page()
170 fallthrough; in __mm_zero_struct_page()
173 fallthrough; in __mm_zero_struct_page()
176 fallthrough; in __mm_zero_struct_page()
Dskbuff.h4424 fallthrough; in __skb_metadata_differs()
4426 fallthrough; in __skb_metadata_differs()
4428 fallthrough; in __skb_metadata_differs()
4432 fallthrough; in __skb_metadata_differs()
4434 fallthrough; in __skb_metadata_differs()
4436 fallthrough; in __skb_metadata_differs()
Dfilter.h1471 fallthrough; in bpf_anc_helper()
/include/math-emu/
Dop-common.h311 fallthrough; \
322 fallthrough; \
341 fallthrough; \
420 fallthrough; \
434 fallthrough; \
500 fallthrough; \
665 fallthrough; \
672 fallthrough; \
772 fallthrough; \
/include/net/
Dtcx.h152 fallthrough; in tcx_action_code()
/include/linux/usb/
Dtcpci.h249 fallthrough; in tcpci_to_typec_cc()