| /linux/arch/mips/include/asm/ |
| A D | unroll.h | 31 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; \ 54 case 9: fn(__VA_ARGS__); fallthrough; \ 55 case 8: fn(__VA_ARGS__); fallthrough; \ [all …]
|
| /linux/arch/arm64/kvm/hyp/include/hyp/ |
| A D | debug-sr.h | 24 fallthrough; \ 26 fallthrough; \ 28 fallthrough; \ 30 fallthrough; \ 32 fallthrough; \ 34 fallthrough; \ 36 fallthrough; \ 38 fallthrough; \ 40 fallthrough; \ 42 fallthrough; \ [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| A D | hdmi.c | 26 fallthrough; in pack_hdmi_infoframe() 29 fallthrough; in pack_hdmi_infoframe() 32 fallthrough; in pack_hdmi_infoframe() 35 fallthrough; in pack_hdmi_infoframe() 38 fallthrough; in pack_hdmi_infoframe() 41 fallthrough; in pack_hdmi_infoframe() 44 fallthrough; in pack_hdmi_infoframe() 47 fallthrough; in pack_hdmi_infoframe() 50 fallthrough; in pack_hdmi_infoframe() 53 fallthrough; in pack_hdmi_infoframe() [all …]
|
| /linux/arch/mips/kernel/ |
| A D | watch.c | 30 fallthrough; in mips_install_watch_registers() 34 fallthrough; in mips_install_watch_registers() 38 fallthrough; in mips_install_watch_registers() 61 fallthrough; in mips_read_watch_registers() 64 fallthrough; in mips_read_watch_registers() 67 fallthrough; in mips_read_watch_registers() 94 fallthrough; in mips_clear_watch_registers() 97 fallthrough; in mips_clear_watch_registers() 100 fallthrough; in mips_clear_watch_registers() 103 fallthrough; in mips_clear_watch_registers() [all …]
|
| A D | branch.c | 95 fallthrough; in __mm_isBranchInstr() 111 fallthrough; in __mm_isBranchInstr() 149 fallthrough; in __mm_isBranchInstr() 183 fallthrough; in __mm_isBranchInstr() 244 fallthrough; in __mm_isBranchInstr() 437 fallthrough; in __compute_return_epc_for_insn() 566 fallthrough; in __compute_return_epc_for_insn() 583 fallthrough; in __compute_return_epc_for_insn() 598 fallthrough; in __compute_return_epc_for_insn() 613 fallthrough; in __compute_return_epc_for_insn() [all …]
|
| /linux/include/linux/ |
| A D | jhash.h | 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() 99 case 2: a += (u32)k[1]<<8; fallthrough; in jhash() 136 case 3: c += k[2]; fallthrough; in jhash2() [all …]
|
| /linux/net/ceph/ |
| A D | ceph_hash.c | 53 fallthrough; in ceph_str_hash_rjenkins() 56 fallthrough; in ceph_str_hash_rjenkins() 60 fallthrough; in ceph_str_hash_rjenkins() 63 fallthrough; in ceph_str_hash_rjenkins() 66 fallthrough; in ceph_str_hash_rjenkins() 69 fallthrough; in ceph_str_hash_rjenkins() 72 fallthrough; in ceph_str_hash_rjenkins() 75 fallthrough; in ceph_str_hash_rjenkins() 78 fallthrough; in ceph_str_hash_rjenkins() 81 fallthrough; in ceph_str_hash_rjenkins()
|
| /linux/fs/afs/ |
| A D | misc.c | 123 fallthrough; in afs_prioritise_error() 129 fallthrough; in afs_prioritise_error() 134 fallthrough; in afs_prioritise_error() 138 fallthrough; in afs_prioritise_error() 142 fallthrough; in afs_prioritise_error() 146 fallthrough; in afs_prioritise_error() 150 fallthrough; in afs_prioritise_error() 154 fallthrough; in afs_prioritise_error() 158 fallthrough; in afs_prioritise_error()
|
| A D | cmservice.c | 244 fallthrough; in afs_deliver_cb_callback() 263 fallthrough; in afs_deliver_cb_callback() 289 fallthrough; in afs_deliver_cb_callback() 304 fallthrough; in afs_deliver_cb_callback() 314 fallthrough; in afs_deliver_cb_callback() 385 fallthrough; in afs_deliver_cb_init_call_back_state3() 412 fallthrough; in afs_deliver_cb_init_call_back_state3() 498 fallthrough; in afs_deliver_cb_probe_uuid() 525 fallthrough; in afs_deliver_cb_probe_uuid() 614 fallthrough; in afs_deliver_yfs_cb_callback() [all …]
|
| A D | vlclient.c | 199 fallthrough; in afs_deliver_vl_get_addrs_u() 224 fallthrough; /* and extract entries */ in afs_deliver_vl_get_addrs_u() 340 fallthrough; /* and extract capabilities words */ in afs_deliver_vl_get_capabilities() 439 fallthrough; in afs_deliver_yfsvl_get_endpoints() 478 fallthrough; /* and extract fsEndpoints[] entries */ in afs_deliver_yfsvl_get_endpoints() 529 fallthrough; in afs_deliver_yfsvl_get_endpoints() 590 fallthrough; /* Done */ in afs_deliver_yfsvl_get_endpoints() 596 fallthrough; in afs_deliver_yfsvl_get_endpoints() 667 fallthrough; /* and extract the cell name length */ in afs_deliver_yfsvl_get_cell_name() 689 fallthrough; /* and extract cell name */ in afs_deliver_yfsvl_get_cell_name() [all …]
|
| /linux/fs/ntfs3/ |
| A D | run.c | 614 fallthrough; in run_pack_s64() 617 fallthrough; in run_pack_s64() 620 fallthrough; in run_pack_s64() 623 fallthrough; in run_pack_s64() 626 fallthrough; in run_pack_s64() 629 fallthrough; in run_pack_s64() 632 fallthrough; in run_pack_s64() 646 fallthrough; in run_unpack_s64() 649 fallthrough; in run_unpack_s64() 652 fallthrough; in run_unpack_s64() [all …]
|
| /linux/lib/ |
| A D | siphash.c | 72 case 7: b |= ((u64)end[6]) << 48; fallthrough; in __siphash_aligned() 73 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __siphash_aligned() 74 case 5: b |= ((u64)end[4]) << 32; fallthrough; in __siphash_aligned() 76 case 3: b |= ((u64)end[2]) << 16; fallthrough; in __siphash_aligned() 105 case 7: b |= ((u64)end[6]) << 48; fallthrough; in __siphash_unaligned() 106 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __siphash_unaligned() 107 case 5: b |= ((u64)end[4]) << 32; fallthrough; in __siphash_unaligned() 109 case 3: b |= ((u64)end[2]) << 16; fallthrough; in __siphash_unaligned() 272 case 7: b |= ((u64)end[6]) << 48; fallthrough; in __hsiphash_aligned() 273 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __hsiphash_aligned() [all …]
|
| A D | cmdline.c | 160 fallthrough; in memparse() 164 fallthrough; in memparse() 168 fallthrough; in memparse() 172 fallthrough; in memparse() 176 fallthrough; in memparse() 181 fallthrough; in memparse()
|
| /linux/arch/nds32/kernel/ |
| A D | fpu.c | 48 fallthrough; in save_fpu() 61 fallthrough; in save_fpu() 70 fallthrough; in save_fpu() 111 fallthrough; in load_fpu() 123 fallthrough; in load_fpu() 131 fallthrough; in load_fpu()
|
| /linux/drivers/net/arcnet/ |
| A D | com20020-isa.c | 200 fallthrough; in com20020isa_setup() 203 fallthrough; in com20020isa_setup() 206 fallthrough; in com20020isa_setup() 209 fallthrough; in com20020isa_setup() 212 fallthrough; in com20020isa_setup() 215 fallthrough; in com20020isa_setup()
|
| /linux/drivers/soc/qcom/ |
| A D | socinfo.c | 477 fallthrough; in socinfo_debugfs_init() 492 fallthrough; in socinfo_debugfs_init() 499 fallthrough; in socinfo_debugfs_init() 516 fallthrough; in socinfo_debugfs_init() 522 fallthrough; in socinfo_debugfs_init() 529 fallthrough; in socinfo_debugfs_init() 534 fallthrough; in socinfo_debugfs_init() 542 fallthrough; in socinfo_debugfs_init() 550 fallthrough; in socinfo_debugfs_init() 557 fallthrough; in socinfo_debugfs_init() [all …]
|
| /linux/drivers/md/bcache/ |
| A D | util.c | 36 fallthrough; \ 39 fallthrough; \ 42 fallthrough; \ 45 fallthrough; \ 48 fallthrough; \ 51 fallthrough; \ 56 fallthrough; \
|
| /linux/arch/microblaze/lib/ |
| A D | memmove.c | 93 fallthrough; in memmove() 97 fallthrough; in memmove() 206 fallthrough; in memmove() 209 fallthrough; in memmove() 212 fallthrough; in memmove()
|
| A D | memcpy.c | 71 fallthrough; in memcpy() 75 fallthrough; in memcpy() 181 fallthrough; in memcpy() 184 fallthrough; in memcpy()
|
| /linux/drivers/i3c/master/mipi-i3c-hci/ |
| A D | cmd_v2.c | 118 fallthrough; in hci_cmd_v2_prep_private_xfer() 121 fallthrough; in hci_cmd_v2_prep_private_xfer() 124 fallthrough; in hci_cmd_v2_prep_private_xfer() 127 fallthrough; in hci_cmd_v2_prep_private_xfer() 130 fallthrough; in hci_cmd_v2_prep_private_xfer() 183 fallthrough; in hci_cmd_v2_prep_ccc() 186 fallthrough; in hci_cmd_v2_prep_ccc() 189 fallthrough; in hci_cmd_v2_prep_ccc() 192 fallthrough; in hci_cmd_v2_prep_ccc()
|
| /linux/crypto/ |
| A D | tcrypt.c | 2388 fallthrough; in do_test() 2392 fallthrough; in do_test() 2396 fallthrough; in do_test() 2400 fallthrough; in do_test() 2404 fallthrough; in do_test() 2408 fallthrough; in do_test() 2412 fallthrough; in do_test() 2416 fallthrough; in do_test() 2420 fallthrough; in do_test() 2424 fallthrough; in do_test() [all …]
|
| /linux/arch/x86/lib/ |
| A D | cmdline.c | 61 fallthrough; in __cmdline_find_option_bool() 92 fallthrough; in __cmdline_find_option_bool() 154 fallthrough; in __cmdline_find_option() 175 fallthrough; in __cmdline_find_option()
|
| /linux/arch/arm/mach-mmp/ |
| A D | pm-pxa910.c | 148 fallthrough; in pxa910_pm_enter_lowpower_mode() 152 fallthrough; in pxa910_pm_enter_lowpower_mode() 155 fallthrough; in pxa910_pm_enter_lowpower_mode() 158 fallthrough; in pxa910_pm_enter_lowpower_mode() 164 fallthrough; in pxa910_pm_enter_lowpower_mode()
|
| /linux/arch/arm64/kernel/ |
| A D | proton-pack.c | 108 fallthrough; in cpu_show_spectre_v2() 156 fallthrough; in spectre_v2_get_cpu_fw_mitigation_state() 412 fallthrough; in cpu_show_spec_store_bypass() 458 fallthrough; in spectre_v4_get_cpu_fw_mitigation_state() 462 fallthrough; in spectre_v4_get_cpu_fw_mitigation_state() 688 fallthrough; in ssbd_prctl_set() 744 fallthrough; in ssbd_prctl_get() 746 fallthrough; in ssbd_prctl_get()
|
| /linux/lib/zlib_inflate/ |
| A D | inflate.c | 399 fallthrough; in zlib_inflate() 407 fallthrough; in zlib_inflate() 410 fallthrough; in zlib_inflate() 449 fallthrough; in zlib_inflate() 483 fallthrough; in zlib_inflate() 504 fallthrough; in zlib_inflate() 578 fallthrough; in zlib_inflate() 618 fallthrough; in zlib_inflate() 626 fallthrough; in zlib_inflate() 652 fallthrough; in zlib_inflate() [all …]
|