/linux-4.1.27/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.1.27/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 | 103 int l, bad; in ceph_copy_user_to_page_vector() local 107 bad = copy_from_user(page_address(pages[i]) + po, data, l); in ceph_copy_user_to_page_vector() 108 if (bad == l) in ceph_copy_user_to_page_vector() 110 data += l - bad; in ceph_copy_user_to_page_vector() 111 left -= l - bad; in ceph_copy_user_to_page_vector() 112 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 | 161 ceph_decode_need(p, end, sizeof(u32) + 1, bad); in process_one_ticket() 168 goto bad; in process_one_ticket() 188 goto bad; in process_one_ticket() 203 ceph_decode_8_safe(p, end, is_enc, bad); in process_one_ticket() 220 ceph_decode_32_safe(ptp, tpend, dlen, bad); in process_one_ticket() 222 ceph_decode_need(ptp, tpend, 1 + sizeof(u64), bad); in process_one_ticket() 249 bad: in process_one_ticket() 263 ceph_decode_8_safe(&p, end, reply_struct_v, bad); in ceph_x_proc_ticket_reply() 267 ceph_decode_32_safe(&p, end, num, bad); in ceph_x_proc_ticket_reply() 278 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() 245 goto bad; in handle_subscribe_ack() 260 bad: in handle_subscribe_ack() 554 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 | 1767 ceph_decode_need(&p, end, 4, bad); in handle_reply() 1769 ceph_decode_need(&p, end, object_len, bad); in handle_reply() 1774 goto bad; in handle_reply() 1776 ceph_decode_need(&p, end, 8 + 4 + 4 + 8 + 4, bad); in handle_reply() 1927 bad: in handle_reply() 2074 ceph_decode_need(&p, end, sizeof(fsid), bad); in ceph_osdc_handle_map() 2084 ceph_decode_32_safe(&p, end, nr_maps, bad); in ceph_osdc_handle_map() 2087 ceph_decode_need(&p, end, 2*sizeof(u32), bad); in ceph_osdc_handle_map() 2090 ceph_decode_need(&p, end, maplen, bad); in ceph_osdc_handle_map() 2100 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 | 1923 goto bad; in ceph_parse_ips() 1931 goto bad; in ceph_parse_ips() 1947 goto bad; in ceph_parse_ips() 1959 goto bad; in ceph_parse_ips() 1964 goto bad; in ceph_parse_ips() 1970 bad: in ceph_parse_ips()
|
/linux-4.1.27/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 | 77 ceph_decode_32_safe(p, end, info->symlink_len, bad); in parse_reply_info_in() 78 ceph_decode_need(p, end, info->symlink_len, bad); in parse_reply_info_in() 84 sizeof(info->dir_layout), bad); in parse_reply_info_in() 88 ceph_decode_32_safe(p, end, info->xattr_len, bad); in parse_reply_info_in() 89 ceph_decode_need(p, end, info->xattr_len, bad); in parse_reply_info_in() 94 ceph_decode_64_safe(p, end, info->inline_version, bad); in parse_reply_info_in() 95 ceph_decode_32_safe(p, end, info->inline_len, bad); in parse_reply_info_in() 96 ceph_decode_need(p, end, info->inline_len, bad); in parse_reply_info_in() 103 bad: in parse_reply_info_in() 123 goto bad; in parse_reply_info_trace() [all …]
|
D | snap.c | 655 ceph_decode_need(&p, e, sizeof(*ri), bad); in ceph_update_snap_trace() 659 le32_to_cpu(ri->num_prior_parent_snaps)), bad); in ceph_update_snap_trace() 746 bad: in ceph_update_snap_trace() 825 goto bad; in ceph_handle_snap() 858 ceph_decode_need(&p, e, sizeof(*ri), bad); in ceph_handle_snap() 956 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 | 3115 goto bad; in ceph_handle_caps() 3132 ceph_decode_32_safe(&p, end, flock_len, bad); in ceph_handle_caps() 3134 goto bad; in ceph_handle_caps() 3141 goto bad; in ceph_handle_caps() 3151 ceph_decode_64_safe(&p, end, inline_version, bad); in ceph_handle_caps() 3152 ceph_decode_32_safe(&p, end, inline_len, bad); in ceph_handle_caps() 3154 goto bad; in ceph_handle_caps() 3268 bad: in ceph_handle_caps()
|
/linux-4.1.27/security/selinux/ss/ |
D | policydb.c | 1118 goto bad; in perm_read() 1122 goto bad; in perm_read() 1129 goto bad; in perm_read() 1133 goto bad; in perm_read() 1136 bad: in perm_read() 1152 goto bad; in common_read() 1156 goto bad; in common_read() 1163 goto bad; in common_read() 1169 goto bad; in common_read() 1174 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 | 509 goto bad; in avtab_read() 515 goto bad; in avtab_read() 520 goto bad; in avtab_read() 530 goto bad; in avtab_read() 538 bad: in avtab_read()
|
D | services.c | 1735 goto bad; in convert_context() 1743 goto bad; in convert_context() 1751 goto bad; in convert_context() 1758 goto bad; in convert_context() 1781 goto bad; in convert_context() 1786 goto bad; in convert_context() 1793 goto bad; in convert_context() 1801 bad: in convert_context()
|
/linux-4.1.27/drivers/md/ |
D | dm-verity.c | 758 goto bad; in verity_ctr() 764 goto bad; in verity_ctr() 771 goto bad; in verity_ctr() 778 goto bad; in verity_ctr() 784 goto bad; in verity_ctr() 793 goto bad; in verity_ctr() 803 goto bad; in verity_ctr() 812 goto bad; in verity_ctr() 819 goto bad; in verity_ctr() 827 goto bad; in verity_ctr() [all …]
|
D | dm-flakey.c | 188 goto bad; in flakey_ctr() 194 goto bad; in flakey_ctr() 198 goto bad; in flakey_ctr() 202 goto bad; in flakey_ctr() 207 goto bad; in flakey_ctr() 212 goto bad; in flakey_ctr() 216 goto bad; in flakey_ctr() 225 bad: in flakey_ctr()
|
D | dm-mpath.c | 576 goto bad; in parse_path() 619 goto bad; in parse_path() 629 goto bad; in parse_path() 637 goto bad; in parse_path() 642 bad: in parse_path() 675 goto bad; in parse_priority_group() 682 goto bad; in parse_priority_group() 686 goto bad; in parse_priority_group() 696 goto bad; in parse_priority_group() 705 goto bad; in parse_priority_group() [all …]
|
D | dm-crypt.c | 376 goto bad; in crypt_iv_essiv_ctr() 383 goto bad; in crypt_iv_essiv_ctr() 399 bad: in crypt_iv_essiv_ctr() 1624 goto bad; in crypt_ctr_cipher() 1670 goto bad; in crypt_ctr_cipher() 1677 goto bad; in crypt_ctr_cipher() 1685 goto bad; in crypt_ctr_cipher() 1694 goto bad; in crypt_ctr_cipher() 1699 bad: in crypt_ctr_cipher() 1744 goto bad; in crypt_ctr() [all …]
|
D | dm-linear.c | 47 goto bad; in linear_ctr() 53 goto bad; in linear_ctr() 62 bad: in linear_ctr()
|
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 | 148 goto bad; in delay_ctr() 154 goto bad; in delay_ctr() 160 goto bad; in delay_ctr() 209 bad: in delay_ctr()
|
D | dm-cache-metadata.c | 363 goto bad; in __format_metadata() 369 goto bad; in __format_metadata() 376 goto bad; in __format_metadata() 381 bad: in __format_metadata() 437 goto bad; in __open_metadata() 442 goto bad; in __open_metadata() 450 goto bad; in __open_metadata() 459 bad: in __open_metadata()
|
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-log-writes.c | 448 goto bad; in log_writes_ctr() 455 goto bad; in log_writes_ctr() 463 goto bad; in log_writes_ctr() 480 bad: in log_writes_ctr()
|
D | dm-cache-target.c | 2395 goto bad; in cache_create() 2411 goto bad; in cache_create() 2419 goto bad; in cache_create() 2428 goto bad; in cache_create() 2438 goto bad; in cache_create() 2444 goto bad; in cache_create() 2468 goto bad; in cache_create() 2480 goto bad; in cache_create() 2488 goto bad; in cache_create() 2494 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 | 338 goto bad; in read_header() 350 goto bad; in read_header() 380 bad: in read_header()
|
D | dm-era-target.c | 444 goto bad; in create_fresh_metadata() 450 goto bad; in create_fresh_metadata() 455 bad: in create_fresh_metadata() 571 goto bad; in open_metadata() 587 bad: in open_metadata()
|
D | dm-raid.c | 1262 goto bad; in raid_ctr() 1268 goto bad; in raid_ctr() 1273 goto bad; in raid_ctr() 1291 goto bad; in raid_ctr() 1307 bad: in raid_ctr()
|
D | dm-table.c | 737 goto bad; in dm_table_add_target() 743 goto bad; in dm_table_add_target() 749 goto bad; in dm_table_add_target() 759 bad: in dm_table_add_target()
|
D | dm-thin-metadata.c | 1086 goto bad; in __create_snap() 1092 goto bad; in __create_snap() 1096 bad: in __create_snap()
|
D | dm-snap.c | 1108 goto bad; in snapshot_ctr() 1120 goto bad; in snapshot_ctr() 1267 bad: in snapshot_ctr()
|
D | dm-cache-policy-mq.c | 1450 goto bad; in mq_init() 1472 bad: in mq_init()
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | vtbl.c | 198 goto bad; in vtbl_check() 206 goto bad; in vtbl_check() 211 goto bad; in vtbl_check() 217 goto bad; in vtbl_check() 224 goto bad; in vtbl_check() 229 goto bad; in vtbl_check() 234 goto bad; in vtbl_check() 241 goto bad; in vtbl_check() 246 goto bad; in vtbl_check() 251 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.1.27/drivers/pcmcia/ |
D | rsrc_nonstatic.c | 190 unsigned int i, j, bad; in do_io_probe() local 221 bad = any = 0; in do_io_probe() 227 if (!bad) in do_io_probe() 228 bad = any = i; in do_io_probe() 238 if (!bad) in do_io_probe() 239 bad = any = i; in do_io_probe() 241 if (bad) { in do_io_probe() 242 sub_interval(&s_data->io_db, bad, i-bad); in do_io_probe() 243 printk(" %#x-%#x", bad, i-1); in do_io_probe() 244 bad = 0; in do_io_probe() [all …]
|
/linux-4.1.27/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 | 676 goto bad; in insert() 688 goto bad; in insert() 696 goto bad; in insert() 706 goto bad; in insert() 742 bad: in insert()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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() 168 bad: in tcf_pedit()
|
/linux-4.1.27/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.1.27/arch/arm/mm/ |
D | alignment.c | 397 goto bad; in do_alignment_ldrdstrd() 434 bad: in do_alignment_ldrdstrd() 491 goto bad; in do_alignment_ldmstm() 569 bad: in do_alignment_ldmstm() 821 goto bad; in do_alignment() 826 goto bad; in do_alignment() 875 goto bad; in do_alignment() 879 goto bad; in do_alignment() 894 goto bad; in do_alignment() 904 bad: in do_alignment()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/x86/kernel/cpu/mtrr/ |
D | cleanup.c | 514 int bad; member 615 result[i].bad = 1; in mtrr_calc_range_state() 621 if (!result[i].bad && !result[i].lose_cover_sizek) { in mtrr_calc_range_state() 623 result[i].bad = 1; in mtrr_calc_range_state() 626 if (!result[i].bad && (range_sums - range_sums_new < min_loss_pfn[num_reg])) in mtrr_calc_range_state() 640 result[i].bad ? "*BAD*" : " ", in mtrr_print_out_one_result() 643 result[i].num_reg, result[i].bad ? "-" : "", in mtrr_print_out_one_result() 665 if (!result[i].bad && in mtrr_search_optimal_index() 738 if (!result[i].bad) { in mtrr_cleanup()
|
/linux-4.1.27/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.1.27/arch/mips/paravirt/ |
D | paravirt-smp.c | 34 goto bad; in set_numcpus() 38 bad: in set_numcpus()
|
/linux-4.1.27/arch/s390/mm/ |
D | fault.c | 137 goto bad; in dump_pagetable() 146 goto bad; in dump_pagetable() 155 goto bad; in dump_pagetable() 164 goto bad; in dump_pagetable() 172 goto bad; in dump_pagetable() 177 bad: in dump_pagetable()
|
/linux-4.1.27/arch/mips/sgi-ip27/ |
D | TODO | 14 10. Need a bad pmd table, bad pte table. __bad_pmd_table/__bad_pagetable
|
/linux-4.1.27/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.1.27/drivers/staging/slicoss/ |
D | TODO | 29 - volatile == bad design => bad code
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/gpu/drm/ |
D | drm_context.c | 214 bad: in drm_legacy_setsareactx() 221 goto bad; in drm_legacy_setsareactx() 224 goto bad; in drm_legacy_setsareactx()
|
D | drm_edid.c | 1068 goto bad; in drm_edid_block_valid() 1080 goto bad; in drm_edid_block_valid() 1088 goto bad; in drm_edid_block_valid() 1101 bad: in drm_edid_block_valid()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/tools/testing/ktest/examples/include/ |
D | bisect.conf | 87 CONFIG_BISECT = ${THIS_DIR}/config-bad
|
/linux-4.1.27/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.1.27/net/bridge/ |
D | br_netfilter.c | 522 goto bad; in check_hbh_len() 540 goto bad; in check_hbh_len() 544 goto bad; in check_hbh_len() 546 goto bad; in check_hbh_len() 549 goto bad; in check_hbh_len() 554 goto bad; in check_hbh_len() 562 bad: in check_hbh_len()
|
/linux-4.1.27/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", 220 - 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.1.27/arch/arm64/kernel/ |
D | traps.c | 117 unsigned int val, bad; in dump_instr() local 119 bad = __get_user(val, &((u32 *)addr)[i]); in dump_instr() 121 if (!bad) in dump_instr()
|
/linux-4.1.27/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.1.27/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.1.27/arch/powerpc/kernel/ |
D | signal_32.c | 1241 goto bad; in sys_rt_sigreturn() 1244 goto bad; in sys_rt_sigreturn() 1256 goto bad; in sys_rt_sigreturn() 1264 goto bad; in sys_rt_sigreturn() 1271 goto bad; in sys_rt_sigreturn() 1282 goto bad; in sys_rt_sigreturn() 1285 goto bad; in sys_rt_sigreturn() 1290 bad: in sys_rt_sigreturn()
|
/linux-4.1.27/arch/m32r/kernel/ |
D | traps.c | 200 goto bad; in show_registers() 205 bad: in show_registers()
|
/linux-4.1.27/include/linux/ |
D | hil_mlc.h | 100 int bad; /* Node to jump to on error */ member
|
D | ide.h | 79 #define OK_STAT(stat,good,bad) (((stat)&((good)|(bad)))==(good)) argument
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/x86/mm/ |
D | fault.c | 472 goto bad; in dump_pagetable() 481 goto bad; in dump_pagetable() 489 goto bad; in dump_pagetable() 497 goto bad; in dump_pagetable() 503 bad: in dump_pagetable()
|
/linux-4.1.27/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.1.27/Documentation/hwmon/ |
D | ltc4215 | 51 power1_alarm power bad alarm
|
D | ltc4260 | 53 in2_alarm Power bad alarm
|
D | submitting-patches | 89 writing to it might cause a bad misconfiguration.
|
/linux-4.1.27/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 | kasan.txt | 122 First sections describe slub object where bad access happened.
|
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.1.27/arch/openrisc/kernel/ |
D | traps.c | 153 goto bad; in show_registers() 158 bad: in show_registers()
|
/linux-4.1.27/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.1.27/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.1.27/arch/microblaze/ |
D | Kconfig.platform | 17 shifts will be necessary. This might result in bad performance
|
/linux-4.1.27/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.1.27/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.1.27/fs/ext3/ |
D | balloc.c | 212 int bad; in __rsv_window_dump() local 216 bad = 0; in __rsv_window_dump() 229 bad = 1; in __rsv_window_dump() 234 bad = 1; in __rsv_window_dump() 236 if (bad) { in __rsv_window_dump() 247 BUG_ON(bad); in __rsv_window_dump()
|
/linux-4.1.27/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.1.27/scripts/coccinelle/free/ |
D | kfree.cocci | 104 E@p2 // bad use
|
/linux-4.1.27/arch/arm/include/asm/ |
D | assembler.h | 425 .macro check_uaccess, addr:req, size:req, limit:req, tmp:req, bad:req 429 bcs \bad
|
/linux-4.1.27/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.1.27/drivers/infiniband/hw/mlx5/ |
D | mr.c | 759 struct ib_send_wr wr, *bad; in reg_umr() local 812 err = ib_post_send(umrc->qp, &wr, &bad); in reg_umr() 858 struct ib_send_wr wr, *bad; in mlx5_ib_update_mtt() local 943 err = ib_post_send(umrc->qp, &wr, &bad); in mlx5_ib_update_mtt() 1130 struct ib_send_wr wr, *bad; in unreg_umr() local 1139 err = ib_post_send(umrc->qp, &wr, &bad); in unreg_umr()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | mad_rmpp.c | 746 goto bad; in process_rmpp_data() 752 goto bad; in process_rmpp_data() 758 goto bad; in process_rmpp_data() 762 bad: in process_rmpp_data()
|
/linux-4.1.27/drivers/pci/pcie/ |
D | Kconfig | 40 Linux can modify this state in order to disable ASPM on known-bad
|
/linux-4.1.27/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.1.27/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 | pktgen.txt | 37 NIC HW layer (which is bad for bufferbloat).
|
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 | eql.txt | 387 second, third, and fourth line's bandwidth. (The bad news is
|
/linux-4.1.27/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.1.27/fs/coda/ |
D | dir.c | 456 goto bad; in coda_dentry_revalidate() 476 bad: in coda_dentry_revalidate()
|
/linux-4.1.27/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.1.27/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.1.27/sound/oss/ |
D | soundcard.c | 513 goto bad; in create_special_devices() 518 bad: in create_special_devices()
|
/linux-4.1.27/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.1.27/block/ |
D | bio.c | 1933 goto bad; in __bioset_create() 1938 goto bad; in __bioset_create() 1943 goto bad; in __bioset_create() 1946 bad: in __bioset_create()
|
/linux-4.1.27/drivers/memory/ |
D | Kconfig | 79 (LAW) or an invalid LAW, as well as bad cache state that
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.h | 1108 goto bad; in sym_build_sge() 1113 bad: in sym_build_sge()
|
/linux-4.1.27/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.1.27/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.1.27/net/irda/ |
D | Kconfig | 65 Disabling this option will make latency over IrDA very bad. Enabling
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.ips | 49 4.70.12 - Corrective actions for bad controller ( during initialization )
|
D | qlogicfas.txt | 72 stream (and this is not detected). This can be caused by bad
|
D | ChangeLog.sym53c8xx_2 | 25 (Driver unload failed with a bad address reference).
|
/linux-4.1.27/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.1.27/Documentation/vm/ |
D | page_owner.txt | 18 possibility rather than just keeping it in memory, so bad for debugging.
|
D | balance | 38 of lower class zones, the bad part is, we might do too frequent balancing
|
D | slub.txt | 263 which will keep the system running even if a bad kernel component will
|
/linux-4.1.27/kernel/irq/ |
D | manage.c | 1669 goto bad; in __free_percpu_irq() 1675 goto bad; in __free_percpu_irq() 1688 bad: in __free_percpu_irq()
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/zh_CN/filesystems/ |
D | sysfs.txt | 170 print_symbol("dev_attr_show: %s returned bad count\n",
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | ChangeLog | 49 below its area, which is bad, as the area is in the thread_struct
|
/linux-4.1.27/Documentation/block/ |
D | ioprio.txt | 148 printf("bad prio class %d\n", ioprio_class);
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig.cputype | 303 bool "Should a bad CT cause a SIGILL?" 307 Should a bad CT used for "non-record form ICSWX" cause an
|
/linux-4.1.27/drivers/pci/ |
D | probe.c | 1183 goto bad; in pci_setup_device() 1235 goto bad; in pci_setup_device() 1252 goto bad; in pci_setup_device() 1264 bad: in pci_setup_device()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | nand_base.c | 325 u16 bad; in nand_block_bad() local 345 bad = cpu_to_le16(chip->read_word(mtd)); in nand_block_bad() 347 bad >>= 8; in nand_block_bad() 349 bad &= 0xFF; in nand_block_bad() 353 bad = chip->read_byte(mtd); in nand_block_bad() 357 res = bad != 0xFF; in nand_block_bad() 359 res = hweight8(bad) < chip->badblockbits; in nand_block_bad()
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-piix4 | 43 timing problems. The bad news is that non-SMBus devices connected to it can
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/laptops/ |
D | sony-laptop.txt | 136 happened to me, this driver could do very bad things to your
|
/linux-4.1.27/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.1.27/Documentation/fb/ |
D | vesafb.txt | 73 "bad mode number" message if something goes wrong.
|
/linux-4.1.27/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.1.27/sound/pci/hda/ |
D | hda_generic.c | 1331 const struct badness_table *bad) in try_assign_dacs() argument 1354 badness += bad->shared_primary; in try_assign_dacs() 1381 badness += bad->shared_primary; in try_assign_dacs() 1383 badness += bad->shared_surr; in try_assign_dacs() 1385 badness += bad->shared_clfe; in try_assign_dacs() 1388 badness += bad->shared_surr_main; in try_assign_dacs() 1390 badness += bad->no_primary_dac; in try_assign_dacs() 1392 badness += bad->no_dac; in try_assign_dacs() 1403 badness += bad->no_dac; in try_assign_dacs()
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 660 goto bad; in __linearize() 664 goto bad; in __linearize() 670 goto bad; in __linearize() 674 goto bad; in __linearize() 677 goto bad; in __linearize() 682 goto bad; in __linearize() 686 goto bad; in __linearize() 692 goto bad; in __linearize() 701 bad: in __linearize()
|
/linux-4.1.27/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.1.27/drivers/net/ppp/ |
D | Kconfig | 117 which can lead to bad results if the ATM peer loses state and
|
/linux-4.1.27/arch/mips/kernel/ |
D | scall32-o32.S | 66 bltz t5, bad_stack # -> sp is bad
|
/linux-4.1.27/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.1.27/ |
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.1.27/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.1.27/mm/ |
D | slab.c | 1178 goto bad; in cpuup_prepare() 1193 goto bad; in cpuup_prepare() 1199 goto bad; in cpuup_prepare() 1226 bad: in cpuup_prepare()
|
D | page_alloc.c | 804 int i, bad = 0; in free_pages_prepare() local 815 bad += free_pages_check(page); in free_pages_prepare() 818 bad += free_tail_pages_check(page, page + i); in free_pages_prepare() 819 bad += free_pages_check(page + i); in free_pages_prepare() 821 if (bad) in free_pages_prepare()
|
/linux-4.1.27/fs/affs/ |
D | Changes | 120 more consistent. Changed a bad example in the
|
/linux-4.1.27/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
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 134 occur because of problems on the network like duplicate address or bad
|