Home
last modified time | relevance | path

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

/include/linux/
A Djhash.h91 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()
99 case 2: a += (u32)k[1]<<8; fallthrough; in jhash()
136 case 3: c += k[2]; fallthrough; in jhash2()
[all …]
A Dsignal.h142 fallthrough; \
146 fallthrough; \
176 fallthrough; \ in _SIG_SET_BINOP()
178 fallthrough; \ in _SIG_SET_BINOP()
199 fallthrough;
212 fallthrough; in sigfillset()
A Dcompiler_attributes.h214 # define fallthrough __attribute__((__fallthrough__)) macro
216 # define fallthrough do {} while (0) /* fallthrough */ macro
A 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; \
A Dmm.h149 fallthrough; in __mm_zero_struct_page()
152 fallthrough; in __mm_zero_struct_page()
155 fallthrough; in __mm_zero_struct_page()
158 fallthrough; in __mm_zero_struct_page()
161 fallthrough; in __mm_zero_struct_page()
A Dskbuff.h4470 fallthrough; in __skb_metadata_differs()
4472 fallthrough; in __skb_metadata_differs()
4474 fallthrough; in __skb_metadata_differs()
4478 fallthrough; in __skb_metadata_differs()
4480 fallthrough; in __skb_metadata_differs()
4482 fallthrough; in __skb_metadata_differs()
A Dfilter.h1505 fallthrough; in bpf_anc_helper()
/include/math-emu/
A Dop-common.h311 fallthrough; \
322 fallthrough; \
341 fallthrough; \
420 fallthrough; \
434 fallthrough; \
500 fallthrough; \
665 fallthrough; \
672 fallthrough; \
772 fallthrough; \
/include/net/
A Dtcx.h151 fallthrough; in tcx_action_code()
A Dmac80211.h7764 fallthrough; in ieee80211_chan_width_to_rx_bw()
/include/linux/usb/
A Dtcpci.h249 fallthrough; in tcpci_to_typec_cc()

Completed in 55 milliseconds