/linux-4.4.14/include/linux/ceph/ |
D | decode.h | 55 #define ceph_decode_need(p, end, n, bad) \ argument 58 goto bad; \ 61 #define ceph_decode_64_safe(p, end, v, bad) \ argument 63 ceph_decode_need(p, end, sizeof(u64), bad); \ 66 #define ceph_decode_32_safe(p, end, v, bad) \ argument 68 ceph_decode_need(p, end, sizeof(u32), bad); \ 71 #define ceph_decode_16_safe(p, end, v, bad) \ argument 73 ceph_decode_need(p, end, sizeof(u16), bad); \ 76 #define ceph_decode_8_safe(p, end, v, bad) \ argument 78 ceph_decode_need(p, end, sizeof(u8), bad); \ [all …]
|
/linux-4.4.14/net/ceph/ |
D | osdmap.c | 59 ceph_decode_need(p, end, (1+b->h.size) * sizeof(u32), bad); in crush_decode_uniform_bucket() 62 bad: in crush_decode_uniform_bucket() 77 ceph_decode_need(p, end, 2 * b->h.size * sizeof(u32), bad); in crush_decode_list_bucket() 83 bad: in crush_decode_list_bucket() 92 ceph_decode_8_safe(p, end, b->num_nodes, bad); in crush_decode_tree_bucket() 96 ceph_decode_need(p, end, b->num_nodes * sizeof(u32), bad); in crush_decode_tree_bucket() 100 bad: in crush_decode_tree_bucket() 115 ceph_decode_need(p, end, 2 * b->h.size * sizeof(u32), bad); in crush_decode_straw_bucket() 121 bad: in crush_decode_straw_bucket() 133 ceph_decode_need(p, end, b->h.size * sizeof(u32), bad); in crush_decode_straw2_bucket() [all …]
|
D | pagevec.c | 100 int l, bad; in ceph_copy_user_to_page_vector() local 104 bad = copy_from_user(page_address(pages[i]) + po, data, l); in ceph_copy_user_to_page_vector() 105 if (bad == l) in ceph_copy_user_to_page_vector() 107 data += l - bad; in ceph_copy_user_to_page_vector() 108 left -= l - bad; in ceph_copy_user_to_page_vector() 109 po += l - bad; in ceph_copy_user_to_page_vector()
|
D | auth.c | 119 ceph_decode_need(&p, end, 1 + sizeof(u32), bad); in ceph_auth_build_hello() 123 ceph_decode_need(&p, end, num * sizeof(u32), bad); in ceph_auth_build_hello() 130 ceph_decode_need(&p, end, sizeof(u64), bad); in ceph_auth_build_hello() 139 bad: in ceph_auth_build_hello() 191 ceph_decode_need(&p, end, sizeof(u32) * 3 + sizeof(u64), bad); in ceph_handle_auth_reply() 198 ceph_decode_need(&p, end, sizeof(u32), bad); in ceph_handle_auth_reply() 203 goto bad; in ceph_handle_auth_reply() 250 bad: in ceph_handle_auth_reply()
|
D | buffer.c | 47 ceph_decode_need(p, end, sizeof(u32), bad); in ceph_decode_buffer() 50 ceph_decode_need(p, end, len, bad); in ceph_decode_buffer() 56 bad: in ceph_decode_buffer()
|
D | auth_x.c | 162 ceph_decode_need(p, end, sizeof(u32) + 1, bad); in process_one_ticket() 169 goto bad; in process_one_ticket() 189 goto bad; in process_one_ticket() 204 ceph_decode_8_safe(p, end, is_enc, bad); in process_one_ticket() 221 ceph_decode_32_safe(ptp, tpend, dlen, bad); in process_one_ticket() 223 ceph_decode_need(ptp, tpend, 1 + sizeof(u64), bad); in process_one_ticket() 250 bad: in process_one_ticket() 264 ceph_decode_8_safe(&p, end, reply_struct_v, bad); in ceph_x_proc_ticket_reply() 268 ceph_decode_32_safe(&p, end, num, bad); in ceph_x_proc_ticket_reply() 279 bad: in ceph_x_proc_ticket_reply() [all …]
|
D | mon_client.c | 49 ceph_decode_32_safe(&p, end, len, bad); in ceph_monmap_decode() 50 ceph_decode_need(&p, end, len, bad); in ceph_monmap_decode() 54 ceph_decode_16_safe(&p, end, version, bad); in ceph_monmap_decode() 56 ceph_decode_need(&p, end, sizeof(fsid) + 2*sizeof(u32), bad); in ceph_monmap_decode() 61 ceph_decode_need(&p, end, num_mon*sizeof(m->mon_inst[0]), bad); in ceph_monmap_decode() 64 goto bad; in ceph_monmap_decode() 82 bad: in ceph_monmap_decode() 254 goto bad; in handle_subscribe_ack() 269 bad: in handle_subscribe_ack() 570 goto bad; in handle_statfs_reply() [all …]
|
D | auth_none.c | 80 goto bad; in ceph_auth_none_create_authorizer() 98 bad: in ceph_auth_none_create_authorizer()
|
D | osd_client.c | 1781 ceph_decode_need(&p, end, 4, bad); in handle_reply() 1783 ceph_decode_need(&p, end, object_len, bad); in handle_reply() 1788 goto bad; in handle_reply() 1790 ceph_decode_need(&p, end, 8 + 4 + 4 + 8 + 4, bad); in handle_reply() 1941 bad: in handle_reply() 2088 ceph_decode_need(&p, end, sizeof(fsid), bad); in ceph_osdc_handle_map() 2098 ceph_decode_32_safe(&p, end, nr_maps, bad); in ceph_osdc_handle_map() 2101 ceph_decode_need(&p, end, 2*sizeof(u32), bad); in ceph_osdc_handle_map() 2104 ceph_decode_need(&p, end, maplen, bad); in ceph_osdc_handle_map() 2114 goto bad; in ceph_osdc_handle_map() [all …]
|
D | crypto.c | 39 ceph_decode_need(p, end, 2*sizeof(u16) + sizeof(key->created), bad); in ceph_crypto_key_decode() 43 ceph_decode_need(p, end, key->len, bad); in ceph_crypto_key_decode() 50 bad: in ceph_crypto_key_decode()
|
D | messenger.c | 1936 goto bad; in ceph_parse_ips() 1944 goto bad; in ceph_parse_ips() 1960 goto bad; in ceph_parse_ips() 1972 goto bad; in ceph_parse_ips() 1977 goto bad; in ceph_parse_ips() 1983 bad: in ceph_parse_ips()
|
/linux-4.4.14/fs/ceph/ |
D | mdsmap.c | 63 ceph_decode_16_safe(p, end, version, bad); in ceph_mdsmap_decode() 66 goto bad; in ceph_mdsmap_decode() 69 ceph_decode_need(p, end, 8*sizeof(u32) + sizeof(u64), bad); in ceph_mdsmap_decode() 97 ceph_decode_need(p, end, sizeof(u64)*2 + 1 + sizeof(u32), bad); in ceph_mdsmap_decode() 107 bad); in ceph_mdsmap_decode() 116 ceph_decode_32_safe(p, end, namelen, bad); in ceph_mdsmap_decode() 119 ceph_decode_32_safe(p, end, num_export_targets, bad); in ceph_mdsmap_decode() 155 ceph_decode_32_safe(p, end, n, bad); in ceph_mdsmap_decode() 160 ceph_decode_need(p, end, sizeof(u64)*(n+1), bad); in ceph_mdsmap_decode() 171 bad: in ceph_mdsmap_decode()
|
D | mds_client.c | 78 ceph_decode_32_safe(p, end, info->symlink_len, bad); in parse_reply_info_in() 79 ceph_decode_need(p, end, info->symlink_len, bad); in parse_reply_info_in() 85 sizeof(info->dir_layout), bad); in parse_reply_info_in() 89 ceph_decode_32_safe(p, end, info->xattr_len, bad); in parse_reply_info_in() 90 ceph_decode_need(p, end, info->xattr_len, bad); in parse_reply_info_in() 95 ceph_decode_64_safe(p, end, info->inline_version, bad); in parse_reply_info_in() 96 ceph_decode_32_safe(p, end, info->inline_len, bad); in parse_reply_info_in() 97 ceph_decode_need(p, end, info->inline_len, bad); in parse_reply_info_in() 104 bad: in parse_reply_info_in() 124 goto bad; in parse_reply_info_trace() [all …]
|
D | snap.c | 679 ceph_decode_need(&p, e, sizeof(*ri), bad); in ceph_update_snap_trace() 683 le32_to_cpu(ri->num_prior_parent_snaps)), bad); in ceph_update_snap_trace() 772 bad: in ceph_update_snap_trace() 851 goto bad; in ceph_handle_snap() 884 ceph_decode_need(&p, e, sizeof(*ri), bad); in ceph_handle_snap() 982 bad: in ceph_handle_snap()
|
D | xattr.c | 591 ceph_decode_32_safe(&p, end, numattr, bad); in __build_xattrs() 619 ceph_decode_32_safe(&p, end, len, bad); in __build_xattrs() 623 ceph_decode_32_safe(&p, end, len, bad); in __build_xattrs() 631 goto bad; in __build_xattrs() 641 bad: in __build_xattrs()
|
D | caps.c | 3422 goto bad; in ceph_handle_caps() 3439 ceph_decode_32_safe(&p, end, flock_len, bad); in ceph_handle_caps() 3441 goto bad; in ceph_handle_caps() 3448 goto bad; in ceph_handle_caps() 3458 ceph_decode_64_safe(&p, end, inline_version, bad); in ceph_handle_caps() 3459 ceph_decode_32_safe(&p, end, inline_len, bad); in ceph_handle_caps() 3461 goto bad; in ceph_handle_caps() 3578 bad: in ceph_handle_caps()
|
/linux-4.4.14/security/selinux/ss/ |
D | policydb.c | 1123 goto bad; in perm_read() 1127 goto bad; in perm_read() 1134 goto bad; in perm_read() 1138 goto bad; in perm_read() 1141 bad: in perm_read() 1157 goto bad; in common_read() 1161 goto bad; in common_read() 1168 goto bad; in common_read() 1174 goto bad; in common_read() 1179 goto bad; in common_read() [all …]
|
D | ebitmap.c | 365 goto bad; in ebitmap_read() 381 goto bad; in ebitmap_read() 389 goto bad; in ebitmap_read() 395 goto bad; in ebitmap_read() 405 goto bad; in ebitmap_read() 418 goto bad; in ebitmap_read() 424 goto bad; in ebitmap_read() 438 bad: in ebitmap_read()
|
D | avtab.c | 566 goto bad; in avtab_read() 572 goto bad; in avtab_read() 577 goto bad; in avtab_read() 587 goto bad; in avtab_read() 595 bad: in avtab_read()
|
D | services.c | 1910 goto bad; in convert_context() 1918 goto bad; in convert_context() 1926 goto bad; in convert_context() 1933 goto bad; in convert_context() 1956 goto bad; in convert_context() 1961 goto bad; in convert_context() 1968 goto bad; in convert_context() 1976 bad: in convert_context()
|
/linux-4.4.14/drivers/md/ |
D | dm-verity.c | 736 goto bad; in verity_ctr() 742 goto bad; in verity_ctr() 749 goto bad; in verity_ctr() 756 goto bad; in verity_ctr() 762 goto bad; in verity_ctr() 771 goto bad; in verity_ctr() 781 goto bad; in verity_ctr() 790 goto bad; in verity_ctr() 797 goto bad; in verity_ctr() 805 goto bad; in verity_ctr() [all …]
|
D | dm-flakey.c | 189 goto bad; in flakey_ctr() 195 goto bad; in flakey_ctr() 199 goto bad; in flakey_ctr() 203 goto bad; in flakey_ctr() 208 goto bad; in flakey_ctr() 213 goto bad; in flakey_ctr() 218 goto bad; in flakey_ctr() 227 bad: in flakey_ctr()
|
D | dm-mpath.c | 573 goto bad; in parse_path() 611 goto bad; in parse_path() 620 goto bad; in parse_path() 628 goto bad; in parse_path() 633 bad: in parse_path() 666 goto bad; in parse_priority_group() 673 goto bad; in parse_priority_group() 677 goto bad; in parse_priority_group() 687 goto bad; in parse_priority_group() 696 goto bad; in parse_priority_group() [all …]
|
D | dm-linear.c | 49 goto bad; in linear_ctr() 56 goto bad; in linear_ctr() 65 bad: in linear_ctr()
|
D | dm-crypt.c | 377 goto bad; in crypt_iv_essiv_ctr() 384 goto bad; in crypt_iv_essiv_ctr() 400 bad: in crypt_iv_essiv_ctr() 1644 goto bad; in crypt_ctr_cipher() 1690 goto bad; in crypt_ctr_cipher() 1697 goto bad; in crypt_ctr_cipher() 1705 goto bad; in crypt_ctr_cipher() 1714 goto bad; in crypt_ctr_cipher() 1719 bad: in crypt_ctr_cipher() 1764 goto bad; in crypt_ctr() [all …]
|
D | dm-exception-store.c | 234 goto bad; in dm_exception_store_create() 239 goto bad; in dm_exception_store_create() 246 bad: in dm_exception_store_create()
|
D | dm-delay.c | 151 goto bad; in delay_ctr() 157 goto bad; in delay_ctr() 164 goto bad; in delay_ctr() 216 bad: in delay_ctr()
|
D | dm-cache-metadata.c | 376 goto bad; in __format_metadata() 382 goto bad; in __format_metadata() 389 goto bad; in __format_metadata() 394 bad: in __format_metadata() 450 goto bad; in __open_metadata() 455 goto bad; in __open_metadata() 463 goto bad; in __open_metadata() 474 bad: in __open_metadata()
|
D | dm-log-writes.c | 447 goto bad; in log_writes_ctr() 456 goto bad; in log_writes_ctr() 465 goto bad; in log_writes_ctr() 482 bad: in log_writes_ctr()
|
D | dm-io.c | 59 goto bad; in dm_io_client_create() 63 goto bad; in dm_io_client_create() 67 bad: in dm_io_client_create()
|
D | dm-cache-target.c | 2801 goto bad; in cache_create() 2817 goto bad; in cache_create() 2825 goto bad; in cache_create() 2834 goto bad; in cache_create() 2841 goto bad; in cache_create() 2850 goto bad; in cache_create() 2856 goto bad; in cache_create() 2881 goto bad; in cache_create() 2893 goto bad; in cache_create() 2901 goto bad; in cache_create() [all …]
|
D | dm-ioctl.c | 225 goto bad; in dm_hash_insert() 235 goto bad; in dm_hash_insert() 247 bad: in dm_hash_insert() 1738 goto bad; in copy_params() 1746 goto bad; in copy_params() 1751 goto bad; in copy_params() 1756 bad: in copy_params()
|
D | dm-snap-persistent.c | 339 goto bad; in read_header() 351 goto bad; in read_header() 381 bad: in read_header()
|
D | dm-raid.c | 1267 goto bad; in raid_ctr() 1273 goto bad; in raid_ctr() 1278 goto bad; in raid_ctr() 1297 goto bad; in raid_ctr() 1313 bad: in raid_ctr()
|
D | dm-era-target.c | 446 goto bad; in create_fresh_metadata() 452 goto bad; in create_fresh_metadata() 457 bad: in create_fresh_metadata() 573 goto bad; in open_metadata() 591 bad: in open_metadata()
|
D | dm-table.c | 741 goto bad; in dm_table_add_target() 747 goto bad; in dm_table_add_target() 753 goto bad; in dm_table_add_target() 763 bad: in dm_table_add_target()
|
D | dm.c | 412 goto bad; in dm_init() 417 bad: in dm_init() 2327 goto bad; in alloc_dev() 2333 goto bad; in alloc_dev() 2354 goto bad; in alloc_dev() 2358 goto bad; in alloc_dev() 2375 bad: in alloc_dev()
|
D | dm-thin-metadata.c | 1088 goto bad; in __create_snap() 1094 goto bad; in __create_snap() 1098 bad: in __create_snap()
|
D | dm-snap.c | 1116 goto bad; in snapshot_ctr() 1128 goto bad; in snapshot_ctr() 1284 bad: in snapshot_ctr()
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | vtbl.c | 201 goto bad; in vtbl_check() 209 goto bad; in vtbl_check() 214 goto bad; in vtbl_check() 220 goto bad; in vtbl_check() 227 goto bad; in vtbl_check() 232 goto bad; in vtbl_check() 237 goto bad; in vtbl_check() 244 goto bad; in vtbl_check() 249 goto bad; in vtbl_check() 254 goto bad; in vtbl_check() [all …]
|
D | io.c | 681 goto bad; in validate_ec_hdr() 687 goto bad; in validate_ec_hdr() 693 goto bad; in validate_ec_hdr() 698 goto bad; in validate_ec_hdr() 703 bad: in validate_ec_hdr() 893 goto bad; in validate_vid_hdr() 899 goto bad; in validate_vid_hdr() 904 goto bad; in validate_vid_hdr() 909 goto bad; in validate_vid_hdr() 916 goto bad; in validate_vid_hdr() [all …]
|
D | Kconfig | 7 flash chips like wear and bad blocks and provides some other useful 31 int "Maximum expected bad eraseblock count per 1024 eraseblocks" 35 This option specifies the maximum bad physical eraseblocks UBI 37 flash does not admit of bad eraseblocks (e.g. NOR flash), this value 42 expected bad eraseblocks per 1024 eraseblocks then can be calculated 47 about 1.9% of physical eraseblocks for bad blocks handling. And that 50 flash chip admits maximum 40 bad eraseblocks, and it is split on two 97 UBI driver will transparently handle things like bad eraseblocks and
|
D | cdev.c | 609 goto bad; in verify_mkvol_req() 613 goto bad; in verify_mkvol_req() 616 goto bad; in verify_mkvol_req() 619 goto bad; in verify_mkvol_req() 623 goto bad; in verify_mkvol_req() 626 goto bad; in verify_mkvol_req() 630 goto bad; in verify_mkvol_req() 633 goto bad; in verify_mkvol_req() 637 goto bad; in verify_mkvol_req() 642 goto bad; in verify_mkvol_req() [all …]
|
D | attach.c | 212 goto bad; in validate_vid_hdr() 222 goto bad; in validate_vid_hdr() 227 goto bad; in validate_vid_hdr() 232 goto bad; in validate_vid_hdr() 238 bad: in validate_vid_hdr()
|
/linux-4.4.14/net/bridge/ |
D | br_netfilter_ipv6.c | 59 goto bad; in br_nf_check_hbh_len() 77 goto bad; in br_nf_check_hbh_len() 81 goto bad; in br_nf_check_hbh_len() 83 goto bad; in br_nf_check_hbh_len() 86 goto bad; in br_nf_check_hbh_len() 91 goto bad; in br_nf_check_hbh_len() 99 bad: in br_nf_check_hbh_len()
|
/linux-4.4.14/drivers/pcmcia/ |
D | rsrc_nonstatic.c | 190 unsigned int i, j, bad; in do_io_probe() local 219 bad = any = 0; in do_io_probe() 225 if (!bad) in do_io_probe() 226 bad = any = i; in do_io_probe() 236 if (!bad) in do_io_probe() 237 bad = any = i; in do_io_probe() 239 if (bad) { in do_io_probe() 240 sub_interval(&s_data->io_db, bad, i-bad); in do_io_probe() 241 pr_cont(" %#x-%#x", bad, i-1); in do_io_probe() 242 bad = 0; in do_io_probe() [all …]
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-space-map-disk.c | 257 goto bad; in dm_sm_disk_create() 261 goto bad; in dm_sm_disk_create() 265 goto bad; in dm_sm_disk_create() 269 bad: in dm_sm_disk_create() 291 goto bad; in dm_sm_disk_open() 295 goto bad; in dm_sm_disk_open() 299 bad: in dm_sm_disk_open()
|
D | dm-transaction-manager.c | 419 goto bad; in dm_tm_create_internal() 426 goto bad; in dm_tm_create_internal() 432 bad: in dm_tm_create_internal()
|
D | dm-block-manager.c | 381 goto bad; in dm_block_manager_create() 391 goto bad; in dm_block_manager_create() 398 bad: in dm_block_manager_create()
|
D | dm-btree.c | 775 goto bad; in insert() 787 goto bad; in insert() 795 goto bad; in insert() 805 goto bad; in insert() 841 bad: in insert()
|
/linux-4.4.14/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 81 Factory bad blocks handling 100 It can be seen from the above, that the factory bad block marker must be 105 likely to be marked as bad. 107 For this reason, marking the block as bad in the OOB is explicitly 109 for this is that there's no point in marking a block as bad, because good 110 blocks are also 'marked as bad' (in the OOB BBM sense) under normal usage. 112 Instead, the driver relies on the bad block table alone, and should only perform 113 the bad block scan on the very first time (when the device hasn't been used).
|
/linux-4.4.14/net/ipv6/ |
D | exthdrs_core.c | 123 goto bad; in ipv6_find_tlv() 128 goto bad; in ipv6_find_tlv() 147 goto bad; in ipv6_find_tlv() 154 bad: in ipv6_find_tlv()
|
D | ah6.c | 135 goto bad; in zero_out_mutable_opts() 138 goto bad; in zero_out_mutable_opts() 150 bad: in zero_out_mutable_opts() 179 goto bad; in ipv6_rearrange_destopt() 182 goto bad; in ipv6_rearrange_destopt() 196 goto bad; in ipv6_rearrange_destopt() 209 bad: in ipv6_rearrange_destopt()
|
D | exthdrs.c | 106 goto bad; in ip6_parse_tlv() 120 goto bad; in ip6_parse_tlv() 131 goto bad; in ip6_parse_tlv() 138 goto bad; in ip6_parse_tlv() 144 goto bad; in ip6_parse_tlv() 168 bad: in ip6_parse_tlv()
|
/linux-4.4.14/net/sched/ |
D | act_pedit.c | 136 goto bad; in tcf_pedit() 143 goto bad; in tcf_pedit() 149 goto bad; in tcf_pedit() 154 goto bad; in tcf_pedit() 165 bad: in tcf_pedit()
|
/linux-4.4.14/arch/sh/kernel/ |
D | io_trapped.c | 56 goto bad; in register_trapped_io() 66 goto bad; in register_trapped_io() 71 goto bad; in register_trapped_io() 78 goto bad; in register_trapped_io() 104 bad: in register_trapped_io()
|
/linux-4.4.14/drivers/mtd/tests/ |
D | mtd_test.c | 48 int i, bad = 0; in mtdtest_scan_for_bad_eraseblocks() local 57 bad += 1; in mtdtest_scan_for_bad_eraseblocks() 60 pr_info("scanned %d eraseblocks, %d are bad\n", i, bad); in mtdtest_scan_for_bad_eraseblocks()
|
/linux-4.4.14/arch/arm/mm/ |
D | alignment.c | 403 goto bad; in do_alignment_ldrdstrd() 447 bad: in do_alignment_ldrdstrd() 509 goto bad; in do_alignment_ldmstm() 589 bad: in do_alignment_ldmstm() 841 goto bad; in do_alignment() 846 goto bad; in do_alignment() 895 goto bad; in do_alignment() 899 goto bad; in do_alignment() 914 goto bad; in do_alignment() 924 bad: in do_alignment()
|
/linux-4.4.14/drivers/of/unittest-data/ |
D | tests-phandle.dtsi | 38 phandle-list-bad-phandle = <12345678 0 0>; 39 phandle-list-bad-args = <&provider2 1 0>,
|
D | testcases.dts | 33 phandle-list-bad-args = <0x00000000 0x0000000c>;
|
D | tests-overlay.dtsi | 203 /* test overlays application and removal in bad sequence */
|
/linux-4.4.14/tools/perf/util/ |
D | path.c | 69 goto bad; in perf_vsnpath() 75 goto bad; in perf_vsnpath() 77 bad: in perf_vsnpath()
|
/linux-4.4.14/drivers/net/slip/ |
D | slhc.c | 510 goto bad; in slhc_uncompress() 558 goto bad; in slhc_uncompress() 565 goto bad; in slhc_uncompress() 571 goto bad; in slhc_uncompress() 577 goto bad; in slhc_uncompress() 585 goto bad; in slhc_uncompress() 599 goto bad; in slhc_uncompress() 627 bad: in slhc_uncompress()
|
/linux-4.4.14/Documentation/arm/ |
D | mem_alignment | 4 bad idea to configure it out, but Russell King has some good reasons for 9 Of course this is a bad idea to rely on the alignment trap to perform 16 trap to SIGBUS any code performing unaligned access (good for debugging bad 23 real bad - it changes the behaviour of all unaligned instructions in user
|
/linux-4.4.14/arch/sparc/kernel/ |
D | hvapi.c | 187 goto bad; in sun4v_hvapi_init() 193 goto bad; in sun4v_hvapi_init() 197 bad: in sun4v_hvapi_init()
|
D | leon_kernel.c | 331 goto bad; in leon_init_timers() 343 goto bad; in leon_init_timers() 347 goto bad; in leon_init_timers() 357 goto bad; in leon_init_timers() 385 goto bad; in leon_init_timers() 467 bad: in leon_init_timers()
|
D | pci_sun4v.c | 250 goto bad; in dma_4v_map_page() 260 goto bad; in dma_4v_map_page() 285 bad: in dma_4v_map_page()
|
D | iommu.c | 294 goto bad; in dma_4u_map_page() 312 bad: in dma_4u_map_page()
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | sta.h | 68 int bad); 70 int init, int good, int bad) in cw1200_cqm_bssloss_sm() argument 73 __cw1200_cqm_bssloss_sm(priv, init, good, bad); in cw1200_cqm_bssloss_sm()
|
D | sta.c | 152 int init, int good, int bad) in __cw1200_cqm_bssloss_sm() argument 161 init, good, bad, in __cw1200_cqm_bssloss_sm() 182 } else if (bad) { in __cw1200_cqm_bssloss_sm()
|
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
D | cleanup.c | 515 int bad; member 616 result[i].bad = 1; in mtrr_calc_range_state() 622 if (!result[i].bad && !result[i].lose_cover_sizek) { in mtrr_calc_range_state() 624 result[i].bad = 1; in mtrr_calc_range_state() 627 if (!result[i].bad && (range_sums - range_sums_new < min_loss_pfn[num_reg])) in mtrr_calc_range_state() 641 result[i].bad ? "*BAD*" : " ", in mtrr_print_out_one_result() 644 result[i].num_reg, result[i].bad ? "-" : "", in mtrr_print_out_one_result() 666 if (!result[i].bad && in mtrr_search_optimal_index() 739 if (!result[i].bad) { in mtrr_cleanup()
|
/linux-4.4.14/arch/unicore32/mm/ |
D | alignment.c | 295 goto bad; in do_alignment_ldmstm() 350 bad: in do_alignment_ldmstm() 431 goto bad; in do_alignment() 446 goto bad; in do_alignment() 454 bad: in do_alignment()
|
/linux-4.4.14/arch/mips/paravirt/ |
D | paravirt-smp.c | 34 goto bad; in set_numcpus() 38 bad: in set_numcpus()
|
/linux-4.4.14/arch/s390/mm/ |
D | fault.c | 138 goto bad; in dump_pagetable() 147 goto bad; in dump_pagetable() 156 goto bad; in dump_pagetable() 165 goto bad; in dump_pagetable() 173 goto bad; in dump_pagetable() 178 bad: in dump_pagetable()
|
/linux-4.4.14/arch/mips/sgi-ip27/ |
D | TODO | 14 10. Need a bad pmd table, bad pte table. __bad_pmd_table/__bad_pagetable
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | usb.c | 450 goto bad; in omap1_usb1_init() 470 bad: in omap1_usb1_init() 518 goto bad; in omap1_usb2_init() 526 goto bad; in omap1_usb2_init() 543 bad: in omap1_usb2_init()
|
/linux-4.4.14/drivers/staging/slicoss/ |
D | TODO | 28 - volatile == bad design => bad code
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | traps.c | 121 unsigned int val, bad; in dump_instr() local 123 bad = __get_user(val, &((u32 *)addr)[i]); in dump_instr() 125 if (!bad) in dump_instr()
|
/linux-4.4.14/fs/ocfs2/ |
D | reservations.c | 158 goto bad; in ocfs2_check_resmap() 164 goto bad; in ocfs2_check_resmap() 170 goto bad; in ocfs2_check_resmap() 176 goto bad; in ocfs2_check_resmap() 180 goto bad; in ocfs2_check_resmap() 189 bad: in ocfs2_check_resmap()
|
/linux-4.4.14/scripts/coccinelle/null/ |
D | deref_null.cocci | 84 E->f@p // bad use 145 E->f@p // bad use 205 * E->f@p // bad use 278 * E->f@p // bad use
|
/linux-4.4.14/drivers/ide/ |
D | ide-iops.c | 105 int __ide_wait_stat(ide_drive_t *drive, u8 good, u8 bad, in __ide_wait_stat() argument 150 if (OK_STAT(stat, good, bad)) { in __ide_wait_stat() 165 u8 bad, unsigned long timeout) in ide_wait_stat() argument 176 err = __ide_wait_stat(drive, good, bad, timeout, &stat); in ide_wait_stat()
|
/linux-4.4.14/drivers/md/bcache/ |
D | extents.c | 153 goto bad; in __bch_btree_ptr_invalid() 156 goto bad; in __bch_btree_ptr_invalid() 159 bad: in __bch_btree_ptr_invalid() 485 goto bad; in __bch_extent_invalid() 488 goto bad; in __bch_extent_invalid() 491 bad: in __bch_extent_invalid()
|
D | bset.c | 1145 bool (*bad)(struct btree_keys *, const struct bkey *) = remove_stale in btree_mergesort() local 1162 if (bad(b, k)) in btree_mergesort()
|
/linux-4.4.14/drivers/net/ethernet/aeroflex/ |
D | greth.c | 747 int bad, count; in greth_rx() local 765 bad = 0; in greth_rx() 771 bad = 1; in greth_rx() 775 bad = 1; in greth_rx() 779 bad = 1; in greth_rx() 782 if (unlikely(bad)) { in greth_rx() 862 int bad, count = 0; in greth_rx_gbit() local 875 bad = 0; in greth_rx_gbit() 885 bad = 1; in greth_rx_gbit() 889 bad = 1; in greth_rx_gbit() [all …]
|
/linux-4.4.14/tools/perf/ |
D | builtin-lock.c | 687 static void print_bad_events(int bad, int total) in print_bad_events() argument 695 pr_info("bad: %d, total: %d\n", bad, total); in print_bad_events() 696 pr_info("bad rate: %.2f %%\n", (double)bad / (double)total * 100); in print_bad_events() 707 int bad, total; in print_result() local 720 bad = total = 0; in print_result() 724 bad++; in print_result() 753 print_bad_events(bad, total); in print_result()
|
/linux-4.4.14/drivers/net/ethernet/seeq/ |
D | ether3.c | 228 int bad = -1; in ether3_ramtest() local 246 if (max_errors > 0 && bad != buffer[i]) { in ether3_ramtest() 251 bad = i; in ether3_ramtest() 254 if (bad != -1) { in ether3_ramtest() 255 if (bad != i - 1) in ether3_ramtest() 258 bad = -1; in ether3_ramtest() 262 if (bad != -1) in ether3_ramtest()
|
/linux-4.4.14/drivers/input/joystick/ |
D | tmdc.c | 243 unsigned char r, bad = 0; in tmdc_poll() local 249 bad = 1; in tmdc_poll() 255 bad = 1; in tmdc_poll() 260 tmdc->bads += bad; in tmdc_poll()
|
D | adi.c | 130 int bad; member 282 port->bad -= adi_read(port); in adi_poll()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_context.c | 237 bad: in drm_legacy_setsareactx() 244 goto bad; in drm_legacy_setsareactx() 247 goto bad; in drm_legacy_setsareactx()
|
D | drm_edid.c | 1113 goto bad; in drm_edid_block_valid() 1128 goto bad; in drm_edid_block_valid() 1136 goto bad; in drm_edid_block_valid() 1149 bad: in drm_edid_block_valid()
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | gpmi-nand.txt | 28 - fsl,no-blockmark-swap: Don't swap the bad block marker from the OOB 30 flash based BBT for identifying bad blocks.
|
D | davinci-nand.txt | 52 - nand-on-flash-bbt: use flash based bad block table support. OOB 66 - ti,davinci-nand-use-bbt: use flash based bad block table support. OOB
|
D | lpc32xx-slc.txt | 6 - nand-on-flash-bbt: Use bad block table on flash
|
/linux-4.4.14/tools/testing/ktest/examples/include/ |
D | bisect.conf | 87 CONFIG_BISECT = ${THIS_DIR}/config-bad
|
/linux-4.4.14/drivers/net/ethernet/i825xx/ |
D | ether1.c | 259 int bad = -1; in ether1_ramtest() local 272 if (max_errors >= 0 && bad != buffer[i]) { in ether1_ramtest() 273 if (bad != -1) in ether1_ramtest() 279 bad = buffer[i]; in ether1_ramtest() 283 if (bad != -1) { in ether1_ramtest() 288 bad = -1; in ether1_ramtest() 293 if (bad != -1) in ether1_ramtest()
|
/linux-4.4.14/Documentation/filesystems/ |
D | ubifs.txt | 27 5 Eraseblocks may become bad (only on NAND flashes) and software should 28 deal with this. Blocks on hard drives typically do not become bad, 29 because hardware has mechanisms to substitute bad blocks, at least in 41 limitations like wear and bad blocks (items 4 and 5 in the above list).
|
D | logfs.txt | 16 first non-bad block contains a superblock in the first 4096 Bytes and 17 the last non-bad block contains a superblock in the last 4096 Bytes. 99 Related to regular aliases, these are used to handle bad blocks. 100 Initially, bad blocks are handled by moving the affected segment
|
D | sysfs.txt | 157 print_symbol("dev_attr_show: %s returned bad count\n", 224 - show() or store() can always return errors. If a bad value comes
|
D | btrfs.txt | 172 Enable autorecovery attempts if a bad tree root is found at mount time.
|
D | fiemap.txt | 210 fiemap_check_flags finds invalid user flags, it will place the bad values in
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | ne.c | 73 static int bad[MAX_NE_CARDS]; variable 79 module_param_array(bad, int, NULL, 0); 83 MODULE_PARM_DESC(bad, "Accept card(s) with bad signatures"); 826 dev->mem_end = bad[this_dev]; in ne_drv_probe() 994 bad[this_dev] = dev->mem_end; in ne_probe()
|
/linux-4.4.14/arch/arm/mach-iop13xx/include/mach/ |
D | entry-macro.S | 32 mrceq p6, 0, \irqnr, c3, c2, 0 @ Re-read on potentially bad zero
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | signal_32.c | 1246 goto bad; in sys_rt_sigreturn() 1249 goto bad; in sys_rt_sigreturn() 1261 goto bad; in sys_rt_sigreturn() 1269 goto bad; in sys_rt_sigreturn() 1276 goto bad; in sys_rt_sigreturn() 1287 goto bad; in sys_rt_sigreturn() 1290 goto bad; in sys_rt_sigreturn() 1295 bad: in sys_rt_sigreturn()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | traps.c | 130 unsigned int val, bad; in dump_instr() local 132 bad = __get_user(val, &((u32 *)addr)[i]); in dump_instr() 134 if (!bad) in dump_instr()
|
/linux-4.4.14/arch/arm/kernel/ |
D | traps.c | 153 unsigned int val, bad; in dump_instr() local 156 bad = __get_user(val, &((u16 *)addr)[i]); in dump_instr() 158 bad = __get_user(val, &((u32 *)addr)[i]); in dump_instr() 160 if (!bad) in dump_instr()
|
/linux-4.4.14/arch/m32r/kernel/ |
D | traps.c | 200 goto bad; in show_registers() 205 bad: in show_registers()
|
/linux-4.4.14/include/linux/ |
D | hil_mlc.h | 100 int bad; /* Node to jump to on error */ member
|
D | ide.h | 92 #define OK_STAT(stat,good,bad) (((stat)&((good)|(bad)))==(good)) argument
|
/linux-4.4.14/arch/tile/mm/ |
D | init.c | 493 struct cpumask bad; in kernel_physical_mapping_init() local 494 cpumask_andnot(&bad, &ktext_mask, cpu_possible_mask); in kernel_physical_mapping_init() 496 if (!cpumask_empty(&bad)) in kernel_physical_mapping_init() 498 cpumask_pr_args(&bad)); in kernel_physical_mapping_init()
|
/linux-4.4.14/fs/ext2/ |
D | balloc.c | 204 int bad; in __rsv_window_dump() local 208 bad = 0; in __rsv_window_dump() 221 bad = 1; in __rsv_window_dump() 226 bad = 1; in __rsv_window_dump() 228 if (bad) { in __rsv_window_dump() 239 BUG_ON(bad); in __rsv_window_dump()
|
/linux-4.4.14/arch/x86/mm/ |
D | fault.c | 476 goto bad; in dump_pagetable() 485 goto bad; in dump_pagetable() 493 goto bad; in dump_pagetable() 501 goto bad; in dump_pagetable() 507 bad: in dump_pagetable()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | traps.c | 367 goto bad; in show_registers() 372 goto bad; in show_registers() 384 bad: in show_registers()
|
/linux-4.4.14/Documentation/hwmon/ |
D | ltc4215 | 51 power1_alarm power bad alarm
|
D | ltc4260 | 53 in2_alarm Power bad alarm
|
D | submitting-patches | 96 writing to it might cause a bad misconfiguration.
|
/linux-4.4.14/Documentation/ |
D | bad_memory.txt | 5 How to deal with bad memory e.g. reported by memtest86+ ?
|
D | md.txt | 363 a detected fault, or it has unacknowledged bad 456 This gives the list of all known bad blocks in the form of 460 recorded to disk safely) bad blocks. 463 This gives the list of known-but-not-yet-saved-to-disk bad 466 adds bad blocks without acknowledging them. This is largely
|
D | flexible-arrays.txt | 63 memory allocator would be a bad thing. That can be avoided by using
|
D | CodingStyle | 196 *bad*: 544 However, that's not too bad, because even the makers of GNU indent 552 remember: "indent" is not a fix for bad programming. 645 is a _very_ bad idea. It looks like a function call but exits the "calling"
|
D | kref.txt | 121 bad style. Don't do it.
|
D | BUG-HUNTING | 135 A post to linux.dev.kernel isn't such a bad idea if you've done some
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | traps.c | 153 goto bad; in show_registers() 158 bad: in show_registers()
|
/linux-4.4.14/fs/afs/ |
D | vnode.c | 24 bool bad = false; 30 bad = dump_tree_aux(node->rb_left, node, depth + 2, '/'); 39 bad = true; 43 bad |= dump_tree_aux(node->rb_right, node, depth + 2, '\\'); 45 return bad;
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-ubi | 47 Count of bad physical eraseblocks on the underlying MTD device. 108 Number of physical eraseblocks reserved for bad block handling. 115 Total number of good (not marked as bad) physical eraseblocks on
|
D | vdso | 9 within their rights to crash.) In addition, if you pass a bad
|
/linux-4.4.14/arch/microblaze/ |
D | Kconfig.platform | 17 shifts will be necessary. This might result in bad performance
|
/linux-4.4.14/Documentation/cdrom/ |
D | packet-writing.txt | 53 follow the specification, but suffer bad performance problems if the 80 - Defect management (ie automatic remapping of bad sectors) has not
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-mtd | 149 marked as bad. 215 The number of blocks marked as bad, if any, in this partition. 224 bad block table (BBT).
|
D | sysfs-memory-page-offline | 11 on the bad page list and never be reused.
|
/linux-4.4.14/tools/testing/ktest/ |
D | ktest.pl | 2832 my $bad = $bisect_bad; 2846 $bad = get_sha1($bad); 2890 doprint "TESTING BISECT BAD [$bad]\n"; 2891 run_command "git checkout $bad" or 2892 die "Failed to checkout $bad"; 2897 fail "Tested BISECT_BAD [$bad] and it succeeded" and return 0; 2929 run_git_bisect "git bisect bad $bad" or 2930 dodie "could not set bisect bad to $bad";
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | hfi.h | 1336 goto bad; in ingress_pkey_check() 1340 goto bad; in ingress_pkey_check() 1350 bad: in ingress_pkey_check() 1369 goto bad; in rcv_pkey_check() 1372 bad: in rcv_pkey_check()
|
D | verbs.c | 1271 goto bad; in egress_pkey_check() 1276 goto bad; in egress_pkey_check() 1290 bad: in egress_pkey_check()
|
/linux-4.4.14/scripts/coccinelle/free/ |
D | kfree.cocci | 104 E@p2 // bad use
|
/linux-4.4.14/fs/ubifs/ |
D | Kconfig | 44 Originally UBIFS did not support atime, because it looked like a bad idea due
|
/linux-4.4.14/Documentation/usb/ |
D | dwc3.txt | 9 until the command completes which is bad.
|
D | error-codes.txt | 155 hardware problems such as bad devices (including firmware) or cables.
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | mr.c | 768 struct ib_send_wr *bad; in reg_umr() local 821 err = ib_post_send(umrc->qp, &umrwr.wr, &bad); in reg_umr() 867 struct ib_send_wr *bad; in mlx5_ib_update_mtt() local 952 err = ib_post_send(umrc->qp, &wr.wr, &bad); in mlx5_ib_update_mtt() 1139 struct ib_send_wr *bad; in unreg_umr() local 1148 err = ib_post_send(umrc->qp, &umrwr.wr, &bad); in unreg_umr()
|
/linux-4.4.14/fs/jffs2/ |
D | TODO | 20 - use bad block check instead of the hardwired byte check
|
D | debug.c | 164 erasing = 0, bad = 0, unchecked = 0; in __jffs2_dbg_superblock_counts() local 263 bad += c->sector_size; in __jffs2_dbg_superblock_counts() 280 check(bad); in __jffs2_dbg_superblock_counts()
|
/linux-4.4.14/drivers/pci/pcie/ |
D | Kconfig | 40 Linux can modify this state in order to disable ASPM on known-bad
|
/linux-4.4.14/arch/arm/include/asm/ |
D | assembler.h | 444 .macro check_uaccess, addr:req, size:req, limit:req, tmp:req, bad:req 448 bcs \bad
|
/linux-4.4.14/drivers/infiniband/core/ |
D | mad_rmpp.c | 761 goto bad; in process_rmpp_data() 767 goto bad; in process_rmpp_data() 773 goto bad; in process_rmpp_data() 777 bad: in process_rmpp_data()
|
/linux-4.4.14/Documentation/networking/ |
D | altera_tse.txt | 257 octets, and had either a bad CRC with an integral number of octets (CRC Error) 258 or a bad CRC with a non-integral number of octets (Alignment Error). 262 in length and had either a bad CRC with an integral number of octets (CRC 263 error) or a bad CRC with a non-integral number of octets (Alignment Error).
|
D | netdev-features.txt | 165 frames (such as bad FCS, etc). This can be helpful when sniffing a link with 166 bad packets on it. Some NICs may receive more packets if also put into normal
|
D | openvswitch.txt | 58 kernel. This case is bad for performance because every packet 183 assume that the flow contained IP packets. This is a bad assumption 204 Don't drop packets in the kernel for malformed protocol headers, bad
|
D | nf_conntrack-sysctl.txt | 21 Verify checksum of incoming packets. Packets with bad checksums are
|
D | 6pack.txt | 145 bad checksum', which is due to data loss if the other station sends two
|
D | udplite.txt | 249 * bad checksum
|
D | pktgen.txt | 37 NIC HW layer (which is bad for bufferbloat).
|
/linux-4.4.14/fs/coda/ |
D | dir.c | 456 goto bad; in coda_dentry_revalidate() 476 bad: in coda_dentry_revalidate()
|
/linux-4.4.14/Documentation/RCU/ |
D | UP.txt | 9 work a surprising amount of the time, it is a very bad idea in general. 10 This document presents three examples that demonstrate exactly how bad
|
/linux-4.4.14/drivers/video/fbdev/ |
D | acornfb.c | 778 goto bad; in acornfb_parse_mon() 804 goto bad; in acornfb_parse_mon() 807 bad: in acornfb_parse_mon()
|
/linux-4.4.14/drivers/input/serio/ |
D | hil_mlc.c | 645 ((rc < 0) ? node->bad : node->good); in hilse_donode() 668 nextidx = node->bad; in hilse_donode() 720 nextidx = mlc->cts(mlc) ? node->bad : node->good; in hilse_donode()
|
/linux-4.4.14/sound/oss/ |
D | soundcard.c | 513 goto bad; in create_special_devices() 518 bad: in create_special_devices()
|
/linux-4.4.14/Documentation/DocBook/ |
D | filesystems.xml.db | 63 API-make-bad-inode 64 API-is-bad-inode
|
D | mtdnand.xml.db | 35 API-nand-block-bad
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-decoder-regs.txt | 12 Some registers are fussy about what they are set to. Load in a bad value & the 15 generally a bad idea. For other control registers i.e. 2878, you'll only find 16 out what values are bad when it hangs. 285 Known to be bad are 0x000,0x011,0x100,0x111
|
D | fw-memory.txt | 132 18 Decoder DMA err (linked-list bad)
|
/linux-4.4.14/block/ |
D | bio.c | 1894 goto bad; in __bioset_create() 1899 goto bad; in __bioset_create() 1904 goto bad; in __bioset_create() 1907 bad: in __bioset_create()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.h | 1108 goto bad; in sym_build_sge() 1113 bad: in sym_build_sge()
|
/linux-4.4.14/drivers/net/ethernet/octeon/ |
D | octeon_mgmt.c | 326 u64 drop, bad; in octeon_mgmt_update_rx_stats() local 330 bad = cvmx_read_csr(p->agl + AGL_GMX_RX_STATS_PKTS_BAD); in octeon_mgmt_update_rx_stats() 332 if (drop || bad) { in octeon_mgmt_update_rx_stats() 335 netdev->stats.rx_errors += bad; in octeon_mgmt_update_rx_stats()
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.freeze | 5 It might be a bttv driver bug. It also might be bad hardware. It also
|
D | Insmod-options | 52 to disable this if you have bad input signal
|
/linux-4.4.14/net/irda/ |
D | Kconfig | 65 Disabling this option will make latency over IrDA very bad. Enabling
|
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 658 goto bad; in __linearize() 662 goto bad; in __linearize() 669 goto bad; in __linearize() 673 goto bad; in __linearize() 676 goto bad; in __linearize() 681 goto bad; in __linearize() 685 goto bad; in __linearize() 691 goto bad; in __linearize() 698 bad: in __linearize() 2336 int bad; in rsm_enter_protected_mode() local [all …]
|
/linux-4.4.14/Documentation/scsi/ |
D | qlogicfas.txt | 72 stream (and this is not detected). This can be caused by bad
|
D | ChangeLog.ips | 49 4.70.12 - Corrective actions for bad controller ( during initialization )
|
D | ChangeLog.sym53c8xx_2 | 25 (Driver unload failed with a bad address reference).
|
/linux-4.4.14/Documentation/vm/ |
D | page_owner.txt | 18 possibility rather than just keeping it in memory, so bad for debugging.
|
D | balance | 40 of lower class zones, the bad part is, we might do too frequent balancing
|
/linux-4.4.14/drivers/memory/ |
D | Kconfig | 101 (LAW) or an invalid LAW, as well as bad cache state that
|
/linux-4.4.14/Documentation/watchdog/ |
D | hpwdt.txt | 18 gets into a bad state and hangs, the HP ProLiant iLO 2 timer register will
|
D | watchdog-api.txt | 179 WDIOF_POWERUNDER Power bad/power fault
|
/linux-4.4.14/kernel/irq/ |
D | manage.c | 1779 goto bad; in __free_percpu_irq() 1785 goto bad; in __free_percpu_irq() 1798 bad: in __free_percpu_irq()
|
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_rport.c | 685 goto bad; in fc_rport_flogi_resp() 687 goto bad; in fc_rport_flogi_resp() 691 goto bad; in fc_rport_flogi_resp() 707 bad: in fc_rport_flogi_resp()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-sriox-defs.h | 1177 uint64_t bad:16; member 1181 uint64_t bad:16; 1725 uint64_t bad:16; member 1729 uint64_t bad:16;
|
/linux-4.4.14/Documentation/zh_CN/filesystems/ |
D | sysfs.txt | 170 print_symbol("dev_attr_show: %s returned bad count\n",
|
/linux-4.4.14/Documentation/block/ |
D | ioprio.txt | 148 printf("bad prio class %d\n", ioprio_class);
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | ChangeLog | 49 below its area, which is bad, as the area is in the thread_struct
|
/linux-4.4.14/arch/powerpc/platforms/ |
D | Kconfig.cputype | 292 bool "Should a bad CT cause a SIGILL?" 296 Should a bad CT used for "non-record form ICSWX" cause an
|
/linux-4.4.14/drivers/pci/ |
D | probe.c | 1239 goto bad; in pci_setup_device() 1291 goto bad; in pci_setup_device() 1308 goto bad; in pci_setup_device() 1320 bad: in pci_setup_device()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | nand_base.c | 324 u16 bad; in nand_block_bad() local 344 bad = cpu_to_le16(chip->read_word(mtd)); in nand_block_bad() 346 bad >>= 8; in nand_block_bad() 348 bad &= 0xFF; in nand_block_bad() 352 bad = chip->read_byte(mtd); in nand_block_bad() 356 res = bad != 0xFF; in nand_block_bad() 358 res = hweight8(bad) < chip->badblockbits; in nand_block_bad()
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-piix4 | 43 timing problems. The bad news is that non-SMBus devices connected to it can
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | Kconfig | 333 Bad Block Table to know what blocks are bad instead of scanning the 334 entire flash looking for bad block markers.
|
/linux-4.4.14/Documentation/laptops/ |
D | sony-laptop.txt | 136 happened to me, this driver could do very bad things to your
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache.txt | 67 So large block sizes are bad because they waste cache space. And small 68 block sizes are bad because they increase the amount of metadata (both
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 1788 int i, j, bad; in dlm_process_recovery_data() local 1983 bad = 0; in dlm_process_recovery_data() 2002 bad = 1; in dlm_process_recovery_data() 2006 if (!bad) { in dlm_process_recovery_data()
|
/linux-4.4.14/Documentation/fb/ |
D | vesafb.txt | 73 "bad mode number" message if something goes wrong.
|
/linux-4.4.14/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 37 as PCI cards dying from heat, humidity, dust, vibration and bad 47 corruption caused by the bad DMA. A number of device driver
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_generic.c | 1333 const struct badness_table *bad) in try_assign_dacs() argument 1356 badness += bad->shared_primary; in try_assign_dacs() 1383 badness += bad->shared_primary; in try_assign_dacs() 1385 badness += bad->shared_surr; in try_assign_dacs() 1387 badness += bad->shared_clfe; in try_assign_dacs() 1390 badness += bad->shared_surr_main; in try_assign_dacs() 1392 badness += bad->no_primary_dac; in try_assign_dacs() 1394 badness += bad->no_dac; in try_assign_dacs() 1405 badness += bad->no_dac; in try_assign_dacs()
|
/linux-4.4.14/drivers/block/ |
D | floppy.c | 1400 char bad; in interpret_errors() local 1413 bad = 1; in interpret_errors() 1418 bad = 2; in interpret_errors() 1424 bad = 0; in interpret_errors() 1431 return bad; in interpret_errors()
|
/linux-4.4.14/drivers/net/ppp/ |
D | Kconfig | 117 which can lead to bad results if the ATM peer loses state and
|
/linux-4.4.14/drivers/mtd/ |
D | nftlmount.c | 230 The new DiskOnChip driver already scanned the bad block table. Just query it. in find_boot_record()
|
/linux-4.4.14/arch/mips/kernel/ |
D | scall32-o32.S | 58 bltz t5, bad_stack # -> sp is bad
|
/linux-4.4.14/ |
D | README | 245 break bad code to find kernel problems (kmalloc()). Thus you 351 the above example, it's due to a bad kernel pointer). More information
|
/linux-4.4.14/drivers/usb/atm/ |
D | ueagle-atm.c | 1050 goto bad; in __uea_load_page_e4() 1054 goto bad; in __uea_load_page_e4() 1061 bad: in __uea_load_page_e4()
|
/linux-4.4.14/mm/ |
D | slab.c | 1179 goto bad; in cpuup_prepare() 1194 goto bad; in cpuup_prepare() 1200 goto bad; in cpuup_prepare() 1227 bad: in cpuup_prepare()
|
D | page_alloc.c | 976 int i, bad = 0; in free_pages_prepare() local 987 bad += free_pages_check(page); in free_pages_prepare() 990 bad += free_tail_pages_check(page, page + i); in free_pages_prepare() 991 bad += free_pages_check(page + i); in free_pages_prepare() 993 if (bad) in free_pages_prepare()
|
/linux-4.4.14/fs/affs/ |
D | Changes | 120 more consistent. Changed a bad example in the
|
/linux-4.4.14/Documentation/power/ |
D | swsusp.txt | 219 Q: After resuming, system is paging heavily, leading to very bad interactivity. 402 Remember that it's always a bad idea to unplug a disk drive containing a
|