/linux-4.4.14/arch/powerpc/lib/ |
D | code-patching.c | 185 #define check(x) \ macro 196 check(instr_is_branch_iform(0x48000000)); in test_branch_iform() 198 check(instr_is_branch_iform(0x4bffffff)); in test_branch_iform() 200 check(!instr_is_branch_iform(0xcbffffff)); in test_branch_iform() 202 check(!instr_is_branch_iform(0x7bffffff)); in test_branch_iform() 205 check(instr_is_branch_iform(0x48000001)); in test_branch_iform() 207 check(instr_is_branch_iform(0x4bfffffd)); in test_branch_iform() 209 check(instr_is_branch_iform(0x4bff00fd)); in test_branch_iform() 211 check(!instr_is_branch_iform(0x7bfffffd)); in test_branch_iform() 215 check(instr_is_branch_to_addr(&instr, 0x100)); in test_branch_iform() [all …]
|
D | feature-fixups.c | 156 #define check(x) \ macro 181 check(memcmp(&ftr_fixup_test1, &ftr_fixup_test1_orig, size) == 0); in test_basic_patching() 185 check(memcmp(&ftr_fixup_test1, &ftr_fixup_test1_orig, size) == 0); in test_basic_patching() 189 check(memcmp(&ftr_fixup_test1, &ftr_fixup_test1_expected, size) == 0); in test_basic_patching() 193 check(memcmp(&ftr_fixup_test1, &ftr_fixup_test1_orig, size) == 0); in test_basic_patching() 195 check(memcmp(&ftr_fixup_test1, &ftr_fixup_test1_expected, size) == 0); in test_basic_patching() 214 check(memcmp(&ftr_fixup_test2, &ftr_fixup_test2_orig, size) == 0); in test_alternative_patching() 218 check(memcmp(&ftr_fixup_test2, &ftr_fixup_test2_orig, size) == 0); in test_alternative_patching() 222 check(memcmp(&ftr_fixup_test2, &ftr_fixup_test2_expected, size) == 0); in test_alternative_patching() 226 check(memcmp(&ftr_fixup_test2, &ftr_fixup_test2_orig, size) == 0); in test_alternative_patching() [all …]
|
/linux-4.4.14/tools/testing/selftests/powerpc/switch_endian/ |
D | check.S | 13 cmpd r9,r3 # check r3 15 addi r9,r15,4 # check r4 18 lis r9,0x00FF # check CR 25 addi r9,r15,32 # check LR 29 addi r9,r15,5 # check r5 32 addi r9,r15,6 # check r6 35 addi r9,r15,7 # check r7 38 addi r9,r15,8 # check r8 41 addi r9,r15,13 # check r13 44 addi r9,r15,14 # check r14 [all …]
|
D | Makefile | 7 switch_endian_test: check-reversed.S 9 check-reversed.o: check.o 12 check-reversed.S: check-reversed.o 18 rm -f $(TEST_PROGS) *.o check-reversed.S
|
D | .gitignore | 2 check-reversed.S
|
/linux-4.4.14/include/net/ |
D | dsfield.h | 30 __u32 check = ntohs((__force __be16)iph->check); in ipv4_change_dsfield() local 34 check += iph->tos; in ipv4_change_dsfield() 35 if ((check+1) >> 16) check = (check+1) & 0xffff; in ipv4_change_dsfield() 36 check -= dsfield; in ipv4_change_dsfield() 37 check += check >> 16; /* adjust carry */ in ipv4_change_dsfield() 38 iph->check = (__force __sum16)htons(check); in ipv4_change_dsfield()
|
D | inet_ecn.h | 76 u32 check = (__force u32)iph->check; in IP_ECN_set_ce() local 94 check += (__force u16)htons(0xFFFB) + (__force u16)htons(ecn); in IP_ECN_set_ce() 96 iph->check = (__force __sum16)(check + (check>=0xFFFF)); in IP_ECN_set_ce()
|
D | ip6_checksum.h | 74 th->check = ~tcp_v6_check(skb->len, saddr, daddr, 0); in __tcp_v6_send_check() 76 skb->csum_offset = offsetof(struct tcphdr, check); in __tcp_v6_send_check() 78 th->check = tcp_v6_check(skb->len, saddr, daddr, in __tcp_v6_send_check()
|
D | ip.h | 274 u32 check = (__force u32)iph->check; in ip_decrease_ttl() local 275 check += (__force u32)htons(0x0100); in ip_decrease_ttl() 276 iph->check = (__force __sum16)(check + (check>=0xFFFF)); in ip_decrease_ttl()
|
D | dst_ops.h | 19 struct dst_entry * (*check)(struct dst_entry *, __u32 cookie); member
|
/linux-4.4.14/scripts/ |
D | .check-lc_ctype.cmd | 1 …check-lc_ctype := gcc -Wp,-MD,scripts/.check-lc_ctype.d -Wall -Wmissing-prototypes -Wstrict-protot… 3 source_scripts/check-lc_ctype := scripts/check-lc_ctype.c 5 deps_scripts/check-lc_ctype := \ 17 scripts/check-lc_ctype: $(deps_scripts/check-lc_ctype) 19 $(deps_scripts/check-lc_ctype):
|
D | Makefile.headersinst | 34 check-file := $(installdir)/.check 115 __headerscheck: $(subdirs) $(check-file) 118 targets += $(check-file) 119 $(check-file): scripts/headers_check.pl $(output-files) FORCE 120 $(call if_changed,check)
|
D | Makefile | 31 hostprogs-y += unifdef docproc check-lc_ctype 39 build_check-lc_ctype: $(obj)/check-lc_ctype
|
D | Kbuild.include | 40 # filechk is used to check if the content of a generated file is updated. 230 # User may override this check using make KBUILD_NOCMDDEP=1 231 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \ 234 arg-check = $(if $(strip $(cmd_$@)),,1) 251 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \ 257 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \ 265 # Will check if $(cmd_foo) or any of the prerequisites changed, 267 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \ 295 $(if $(arg-check), \
|
D | .gitignore | 11 check-lc_ctype
|
D | xz_wrap.sh | 23 exec xz --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
|
D | checkpatch.pl | 30 my $check = 0; 144 'subjective!' => \$check, 145 'strict!' => \$check, 170 $check_orig = $check; 806 foreach my $check (@tree_check) { 807 if (! -e $root . '/' . $check) { 1829 if ($check && report("CHECK", $type, $msg)) { 2181 $check = 1; 2183 $check = $check_orig; 3136 my $check = 0; [all …]
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_proto_udp.c | 105 uhdr->check = in udp_fast_csum_update() 108 ~csum_unfold(uhdr->check)))); in udp_fast_csum_update() 111 uhdr->check = in udp_fast_csum_update() 114 ~csum_unfold(uhdr->check)))); in udp_fast_csum_update() 115 if (!uhdr->check) in udp_fast_csum_update() 116 uhdr->check = CSUM_MANGLED_0; in udp_fast_csum_update() 127 uhdr->check = in udp_partial_csum_update() 130 csum_unfold(uhdr->check)))); in udp_partial_csum_update() 133 uhdr->check = in udp_partial_csum_update() 136 csum_unfold(uhdr->check)))); in udp_partial_csum_update() [all …]
|
D | ip_vs_proto_tcp.c | 116 tcph->check = in tcp_fast_csum_update() 119 ~csum_unfold(tcph->check)))); in tcp_fast_csum_update() 122 tcph->check = in tcp_fast_csum_update() 125 ~csum_unfold(tcph->check)))); in tcp_fast_csum_update() 137 tcph->check = in tcp_partial_csum_update() 140 csum_unfold(tcph->check)))); in tcp_partial_csum_update() 143 tcph->check = in tcp_partial_csum_update() 146 csum_unfold(tcph->check)))); in tcp_partial_csum_update() 203 tcph->check = 0; in tcp_snat_handler() 207 tcph->check = csum_ipv6_magic(&cp->vaddr.in6, in tcp_snat_handler() [all …]
|
/linux-4.4.14/arch/x86/pci/ |
D | pcbios.c | 317 union bios32 *check; in pci_find_bios() local 327 for (check = (union bios32 *) __va(0xe0000); in pci_find_bios() 328 check <= (union bios32 *) __va(0xffff0); in pci_find_bios() 329 ++check) { in pci_find_bios() 331 if (probe_kernel_address(&check->fields.signature, sig)) in pci_find_bios() 334 if (check->fields.signature != BIOS32_SIGNATURE) in pci_find_bios() 336 length = check->fields.length * 16; in pci_find_bios() 341 sum += check->chars[i]; in pci_find_bios() 344 if (check->fields.revision != 0) { in pci_find_bios() 346 check->fields.revision, check); in pci_find_bios() [all …]
|
/linux-4.4.14/scripts/dtc/ |
D | checks.c | 41 struct check; 43 typedef void (*tree_check_fn)(struct check *c, struct node *dt); 44 typedef void (*node_check_fn)(struct check *c, struct node *dt, struct node *node); 45 typedef void (*prop_check_fn)(struct check *c, struct node *dt, 48 struct check { struct 58 struct check **prereq; argument 62 static struct check *nm##_prereqs[] = { __VA_ARGS__ }; \ 63 static struct check nm = { \ 102 static inline void check_msg(struct check *c, const char *fmt, ...) __attribute__((format (printf, … 104 static inline void check_msg(struct check *c, const char *fmt, ...) in check_msg() [all …]
|
D | update-dtc-source.sh | 42 make check
|
/linux-4.4.14/net/ipv4/ |
D | udp_offload.c | 110 uh->check = ~csum_fold((__force __wsum) in __skb_udp_tunnel_segment() 111 ((__force u32)uh->check + in __skb_udp_tunnel_segment() 116 skb->csum_offset = offsetof(struct udphdr, check); in __skb_udp_tunnel_segment() 126 uh->check = csum_fold(skb->csum); in __skb_udp_tunnel_segment() 127 if (uh->check == 0) in __skb_udp_tunnel_segment() 128 uh->check = CSUM_MANGLED_0; in __skb_udp_tunnel_segment() 130 uh->check = gso_make_checksum(skb, ~uh->check); in __skb_udp_tunnel_segment() 132 if (uh->check == 0) in __skb_udp_tunnel_segment() 133 uh->check = CSUM_MANGLED_0; in __skb_udp_tunnel_segment() 228 uh->check = 0; in udp4_ufo_fragment() [all …]
|
D | tcp_offload.c | 46 th->check = 0; in tcp4_gso_segment() 131 newcheck = ~csum_fold((__force __wsum)((__force u32)th->check + in tcp_gso_segment() 136 th->check = newcheck; in tcp_gso_segment() 139 th->check = gso_make_checksum(skb, ~th->check); in tcp_gso_segment() 170 th->check = ~csum_fold((__force __wsum)((__force u32)th->check + in tcp_gso_segment() 173 th->check = gso_make_checksum(skb, ~th->check); in tcp_gso_segment() 279 skb->csum_offset = offsetof(struct tcphdr, check); in tcp_gro_complete() 309 th->check = ~tcp_v4_check(skb->len - thoff, iph->saddr, in tcp4_gro_complete()
|
D | inet_lro.c | 118 csum_replace2(&iph->check, iph->tot_len, htons(lro_desc->ip_tot_len)); in lro_update_tcp_ip_header() 121 tcph->check = 0; in lro_update_tcp_ip_header() 124 tcph->check = csum_tcpudp_magic(iph->saddr, iph->daddr, in lro_update_tcp_ip_header() 136 tcp_csum = ~csum_unfold(tcph->check); in lro_tcp_data_csum()
|
D | udp.c | 736 skb->csum_offset = offsetof(struct udphdr, check); in udp4_hwcsum() 737 uh->check = ~csum_tcpudp_magic(src, dst, len, in udp4_hwcsum() 755 uh->check = csum_tcpudp_magic(src, dst, len, IPPROTO_UDP, csum); in udp4_hwcsum() 756 if (uh->check == 0) in udp4_hwcsum() 757 uh->check = CSUM_MANGLED_0; in udp4_hwcsum() 771 uh->check = 0; in udp_set_csum() 773 uh->check = ~udp_v4_check(len, saddr, daddr, 0); in udp_set_csum() 781 skb->csum_offset = offsetof(struct udphdr, check); in udp_set_csum() 782 uh->check = ~udp_v4_check(len, saddr, daddr, 0); in udp_set_csum() 788 uh->check = 0; in udp_set_csum() [all …]
|
D | xfrm4_mode_beet.c | 123 iph->check = 0; in xfrm4_beet_input() 124 iph->check = ip_fast_csum(skb_network_header(skb), iph->ihl); in xfrm4_beet_input()
|
/linux-4.4.14/drivers/pnp/pnpbios/ |
D | core.c | 439 union pnp_bios_install_struct *check; in pnpbios_probe_system() local 450 for (check = (union pnp_bios_install_struct *)__va(0xf0000); in pnpbios_probe_system() 451 check < (union pnp_bios_install_struct *)__va(0xffff0); in pnpbios_probe_system() 452 check = (void *)check + 16) { in pnpbios_probe_system() 453 if (check->fields.signature != PNP_SIGNATURE) in pnpbios_probe_system() 457 check); in pnpbios_probe_system() 458 length = check->fields.length; in pnpbios_probe_system() 465 sum += check->chars[i]; in pnpbios_probe_system() 471 if (check->fields.version < 0x10) { in pnpbios_probe_system() 474 check->fields.version >> 4, in pnpbios_probe_system() [all …]
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | tables_nphy.c | 3289 #undef check in assert_ntab_array_sizes() 3290 #define check(table, size) \ in assert_ntab_array_sizes() macro 3293 check(adjustpower0, C0_ADJPLT); in assert_ntab_array_sizes() 3294 check(adjustpower1, C1_ADJPLT); in assert_ntab_array_sizes() 3295 check(bdi, BDI); in assert_ntab_array_sizes() 3296 check(channelest, CHANEST); in assert_ntab_array_sizes() 3297 check(estimatepowerlt0, C0_ESTPLT); in assert_ntab_array_sizes() 3298 check(estimatepowerlt1, C1_ESTPLT); in assert_ntab_array_sizes() 3299 check(framelookup, FRAMELT); in assert_ntab_array_sizes() 3300 check(framestruct, FRAMESTRUCT); in assert_ntab_array_sizes() [all …]
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | machinecheck | 2 Configurable sysfs parameters for the x86-64 machine check code. 5 by the CPU. Uncorrected errors typically cause a machine check 6 (often with panic), corrected ones cause a machine check log entry. 14 When you see the "Machine check errors logged" message in the system 15 log then mcelog should run to collect and decode machine check entries 38 How often to poll for corrected machine check errors, in seconds 45 check errors (but some corrected errors might be still reported 49 Tolerance level. When a machine check exception occurs for a non 50 corrected machine check the kernel can take different actions. 51 Since machine check exceptions can happen any time it is sometimes [all …]
|
D | 00-INDEX | 12 - Configurable sysfs parameters for the x86-64 machine check code.
|
D | boot-options.txt | 6 Machine check 11 Disable machine check 41 to make sure you log even machine check events that result 44 Disable boot machine check logging. 82 no_timer_check Don't check the IO-APIC timer. This can work around 126 systems because the BIOS will not go through the memory check. 170 disables parsing the HEST CMC error source to check if
|
/linux-4.4.14/net/ipv6/ |
D | ip6_checksum.c | 83 return skb_checksum_init_zero_check(skb, proto, uh->check, in udp6_csum_init() 98 uh->check = 0; in udp6_set_csum() 100 uh->check = ~udp_v6_check(len, saddr, daddr, 0); in udp6_set_csum() 108 skb->csum_offset = offsetof(struct udphdr, check); in udp6_set_csum() 109 uh->check = ~udp_v6_check(len, saddr, daddr, 0); in udp6_set_csum() 115 uh->check = 0; in udp6_set_csum() 117 uh->check = udp_v6_check(len, saddr, daddr, csum); in udp6_set_csum() 118 if (uh->check == 0) in udp6_set_csum() 119 uh->check = CSUM_MANGLED_0; in udp6_set_csum()
|
D | udp_offload.c | 80 uh->check = 0; in udp6_ufo_fragment() 82 uh->check = udp_v6_check(skb->len, &ipv6h->saddr, in udp6_ufo_fragment() 85 if (uh->check == 0) in udp6_ufo_fragment() 86 uh->check = CSUM_MANGLED_0; in udp6_ufo_fragment() 141 if (skb_gro_checksum_validate_zero_check(skb, IPPROTO_UDP, uh->check, in udp6_gro_receive() 144 else if (uh->check) in udp6_gro_receive() 145 skb_gro_checksum_try_convert(skb, IPPROTO_UDP, uh->check, in udp6_gro_receive() 162 if (uh->check) { in udp6_gro_complete() 164 uh->check = ~udp_v6_check(skb->len - nhoff, &ipv6h->saddr, in udp6_gro_complete()
|
D | ila.c | 59 inet_proto_csum_replace_by_diff(&th->check, skb, in update_ipv6_locator() 68 if (uh->check || skb->ip_summed == CHECKSUM_PARTIAL) { in update_ipv6_locator() 70 inet_proto_csum_replace_by_diff(&uh->check, skb, in update_ipv6_locator() 72 if (!uh->check) in update_ipv6_locator() 73 uh->check = CSUM_MANGLED_0; in update_ipv6_locator()
|
D | tcpv6_offload.c | 37 th->check = ~tcp_v6_check(skb->len - thoff, &iph->saddr, in tcp6_gro_complete() 60 th->check = 0; in tcp6_gso_segment()
|
D | udp.c | 817 (uh->check || udp_sk(sk)->no_check6_rx)) { in __udp6_lib_mcast_deliver() 906 if (!uh->check && !udp_sk(sk)->no_check6_rx) { in __udp6_lib_rcv() 912 if (inet_get_convert_csum(sk) && uh->check && !IS_UDPLITE(sk)) in __udp6_lib_rcv() 913 skb_checksum_try_convert(skb, IPPROTO_UDP, uh->check, in __udp6_lib_rcv() 926 if (!uh->check) { in __udp6_lib_rcv() 997 skb->csum_offset = offsetof(struct udphdr, check); in udp6_hwcsum_outgoing() 998 uh->check = ~csum_ipv6_magic(saddr, daddr, len, IPPROTO_UDP, 0); in udp6_hwcsum_outgoing() 1014 uh->check = csum_ipv6_magic(saddr, daddr, len, IPPROTO_UDP, in udp6_hwcsum_outgoing() 1016 if (uh->check == 0) in udp6_hwcsum_outgoing() 1017 uh->check = CSUM_MANGLED_0; in udp6_hwcsum_outgoing() [all …]
|
/linux-4.4.14/tools/perf/tests/ |
D | parse-events.c | 1331 int (*check)(struct perf_evlist *evlist); member 1337 .check = test__checkevent_tracepoint, 1342 .check = test__checkevent_tracepoint_multi, 1347 .check = test__checkevent_raw, 1352 .check = test__checkevent_numeric, 1357 .check = test__checkevent_symbolic_name, 1362 .check = test__checkevent_symbolic_name_config, 1367 .check = test__checkevent_symbolic_alias, 1372 .check = test__checkevent_genhw, 1377 .check = test__checkevent_breakpoint, [all …]
|
/linux-4.4.14/net/netfilter/ |
D | nf_nat_proto_udp.c | 56 if (hdr->check || skb->ip_summed == CHECKSUM_PARTIAL) { in udp_manip_pkt() 57 l3proto->csum_update(skb, iphdroff, &hdr->check, in udp_manip_pkt() 59 inet_proto_csum_replace2(&hdr->check, skb, *portptr, newport, in udp_manip_pkt() 61 if (!hdr->check) in udp_manip_pkt() 62 hdr->check = CSUM_MANGLED_0; in udp_manip_pkt()
|
D | nf_nat_proto_udplite.c | 58 l3proto->csum_update(skb, iphdroff, &hdr->check, tuple, maniptype); in udplite_manip_pkt() 59 inet_proto_csum_replace2(&hdr->check, skb, *portptr, newport, false); in udplite_manip_pkt() 60 if (!hdr->check) in udplite_manip_pkt() 61 hdr->check = CSUM_MANGLED_0; in udplite_manip_pkt()
|
D | xt_TCPMSS.c | 145 inet_proto_csum_replace2(&tcph->check, skb, in tcpmss_mangle_packet() 187 inet_proto_csum_replace2(&tcph->check, skb, in tcpmss_mangle_packet() 194 inet_proto_csum_replace4(&tcph->check, skb, 0, *((__be32 *)opt), false); in tcpmss_mangle_packet() 198 inet_proto_csum_replace2(&tcph->check, skb, in tcpmss_mangle_packet() 219 csum_replace2(&iph->check, iph->tot_len, newlen); in tcpmss_tg4()
|
D | xt_multiport.c | 98 check(u_int16_t proto, in check() function 119 return check(ip->proto, ip->invflags, multiinfo->flags, in multiport_mt_check() 128 return check(ip->proto, ip->invflags, multiinfo->flags, in multiport_mt6_check()
|
D | nf_nat_proto_tcp.c | 72 l3proto->csum_update(skb, iphdroff, &hdr->check, tuple, maniptype); in tcp_manip_pkt() 73 inet_proto_csum_replace2(&hdr->check, skb, oldport, newport, false); in tcp_manip_pkt()
|
D | nf_nat_helper.c | 124 l3proto->csum_recalc(skb, IPPROTO_TCP, tcph, &tcph->check, in __nf_nat_mangle_tcp_packet() 178 if (!udph->check && skb->ip_summed != CHECKSUM_PARTIAL) in nf_nat_mangle_udp_packet() 182 l3proto->csum_recalc(skb, IPPROTO_UDP, udph, &udph->check, in nf_nat_mangle_udp_packet()
|
D | nf_conntrack_seqadj.c | 105 inet_proto_csum_replace4(&tcph->check, skb, in nf_ct_sack_block_adjust() 107 inet_proto_csum_replace4(&tcph->check, skb, in nf_ct_sack_block_adjust() 196 inet_proto_csum_replace4(&tcph->check, skb, tcph->seq, newseq, false); in nf_ct_seq_adjust() 197 inet_proto_csum_replace4(&tcph->check, skb, tcph->ack_seq, newack, in nf_ct_seq_adjust()
|
/linux-4.4.14/arch/ia64/scripts/ |
D | toolchain-flags | 16 $CC -nostdlib -static -Wl,-T$dir/check-segrel.lds $dir/check-segrel.S -o $out 30 $CC -c $dir/check-text-align.S -o $out 38 if ! $CC -c $dir/check-model.c -o $out 2>&1 | grep __model__ | grep -q attrib 46 $CC -c $dir/check-serialize.S -o $out 2>/dev/null
|
D | check-gas | 7 $CC -c $dir/check-gas-asm.S -o $out
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_ipack.c | 16 p->check = 0; in av7110_ipack_reset() 288 p->check = p->flag1; in av7110_ipack_instant_repack() 293 p->check == 0xff){ in av7110_ipack_instant_repack() 294 p->check = buf[c]; in av7110_ipack_instant_repack() 304 if ((p->check & 0xc0) == 0x40 && !p->which) { in av7110_ipack_instant_repack() 305 p->check = buf[c]; in av7110_ipack_instant_repack() 314 p->check = buf[c]; in av7110_ipack_instant_repack() 325 p->check = buf[c]; in av7110_ipack_instant_repack() 335 if ((p->check & 0x30) && p->check != 0xff) { in av7110_ipack_instant_repack() 336 p->flag2 = (p->check & 0xf0) << 2; in av7110_ipack_instant_repack() [all …]
|
/linux-4.4.14/drivers/md/bcache/ |
D | debug.c | 108 struct bio *check; in bch_data_verify() local 113 check = bio_clone(bio, GFP_NOIO); in bch_data_verify() 114 if (!check) in bch_data_verify() 117 if (bio_alloc_pages(check, GFP_NOIO)) in bch_data_verify() 120 submit_bio_wait(READ_SYNC, check); in bch_data_verify() 124 void *p2 = page_address(check->bi_io_vec[iter.bi_idx].bv_page); in bch_data_verify() 137 bio_for_each_segment_all(bv2, check, i) in bch_data_verify() 140 bio_put(check); in bch_data_verify()
|
/linux-4.4.14/net/sched/ |
D | act_csum.c | 185 tcph->check = 0; in tcf_csum_ipv4_tcp() 187 tcph->check = tcp_v4_check(ipl - ihl, in tcf_csum_ipv4_tcp() 206 tcph->check = 0; in tcf_csum_ipv6_tcp() 208 tcph->check = csum_ipv6_magic(&ip6h->saddr, &ip6h->daddr, in tcf_csum_ipv6_tcp() 238 if (udplite || udph->check) { in tcf_csum_ipv4_udp() 240 udph->check = 0; in tcf_csum_ipv4_udp() 256 udph->check = csum_tcpudp_magic(iph->saddr, iph->daddr, in tcf_csum_ipv4_udp() 260 if (!udph->check) in tcf_csum_ipv4_udp() 261 udph->check = CSUM_MANGLED_0; in tcf_csum_ipv4_udp() 291 udph->check = 0; in tcf_csum_ipv6_udp() [all …]
|
D | act_nat.c | 144 csum_replace4(&iph->check, addr, new_addr); in tcf_nat() 165 inet_proto_csum_replace4(&tcph->check, skb, addr, new_addr, in tcf_nat() 180 if (udph->check || skb->ip_summed == CHECKSUM_PARTIAL) { in tcf_nat() 181 inet_proto_csum_replace4(&udph->check, skb, addr, in tcf_nat() 183 if (!udph->check) in tcf_nat() 184 udph->check = CSUM_MANGLED_0; in tcf_nat()
|
/linux-4.4.14/security/apparmor/ |
D | match.c | 306 u16 *check = CHECK_TABLE(dfa); in aa_dfa_match_len() local 319 if (check[pos] == state) in aa_dfa_match_len() 328 if (check[pos] == state) in aa_dfa_match_len() 356 u16 *check = CHECK_TABLE(dfa); in aa_dfa_match() local 369 if (check[pos] == state) in aa_dfa_match() 378 if (check[pos] == state) in aa_dfa_match() 404 u16 *check = CHECK_TABLE(dfa); in aa_dfa_next() local 414 if (check[pos] == state) in aa_dfa_next() 421 if (check[pos] == state) in aa_dfa_next()
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | get_op.S | 503 tstl ETEMP_HI(%a6) |check ms mantissa 505 tstl ETEMP_LO(%a6) |check ls mantissa 516 tstw %d0 |check for zero. 518 tstl ETEMP_HI(%a6) |check words 3 and 2 520 tstl ETEMP_LO(%a6) |check words 1 and 0 555 tstl ETEMP_HI(%a6) |check ms mantissa 557 tstl ETEMP_LO(%a6) |check ls mantissa 561 tstl ETEMP(%a6) |check sign 575 tstl ETEMP(%a6) |check for sign 583 tstw %d0 |check for zero. [all …]
|
D | x_operr.S | 159 cmpib #0x60,%d0 |check for nan 162 bnes chkwerr |if not equal, check for incorrect operr 163 bsr check_upper |check if exp and ms mant are special 165 bnes chkwerr |if d0 is true, check for incorrect operr 186 cmpib #0x60,%d0 |check for nan 189 bnes chkberr |if not equal, check for incorrect operr 190 bsr check_upper |check if exp and ms mant are special 192 bnes chkberr |if d0 is true, check for incorrect operr 232 tstw FPTEMP_EX(%a6) |check sign 288 cmpil #0xffffffff,FPTEMP_HI(%a6) |check if first byte is all 1's [all …]
|
D | sint.S | 144 cmpw #0x403e,LOCAL_EX(%a0) |check if (unbiased) exp > 63 146 cmpw #0x3ffd,LOCAL_EX(%a0) |check if (unbiased) exp < 0 149 | Input is less than zero. Restore sign, and check for directed 153 btstb #1,L_SCR1+3(%a6) |check for rn and rz 155 tstb LOCAL_SGN(%a0) |check for sign 160 cmpib #3,L_SCR1+3(%a6) |check for rp 171 cmpib #2,L_SCR1+3(%a6) |check for rm 182 tstb LOCAL_SGN(%a0) |check for sign
|
D | scale.S | 55 movew ETEMP(%a6),%d0 |check src bounds 62 | The source input is below 1, so we check for denormalized numbers 90 tstw ETEMP(%a6) |check src sign 98 tstw %d1 |check for denorm 127 tstl FPTEMP_HI(%a6) |check j bit 212 btstb #4,FPCR_MODE(%a6) |check which one 215 tstb L_SCR1(%a6) |check sign 220 tstb L_SCR1(%a6) |check sign
|
D | x_snan.S | 147 cmpil #0,%d0 |check for long 150 cmpil #4,%d0 |check for word 153 cmpil #6,%d0 |check for byte 173 tstl %a0 |check if <ea> is 0 195 tstl %a0 |check if <ea> is 0 217 tstl %a0 |check if <ea> is 0 258 cmpib #3,%d0 |check for nan in destination 261 btstb #6,FPTEMP_HI(%a6) |check if dest nan is an snan 262 bnes issrc |no, so check source for snan
|
D | res_func.S | 82 btstb #direction_bit,CMDREG1B(%a6) |check direction 481 btstb #2,CMDREG1B+1(%a6) |check for rd 483 btstb #6,CMDREG1B+1(%a6) |check for rs 491 tstb %d0 |check for extended 493 cmpib #1,%d0 |check for single 501 tstw LOCAL_EX(%a0) |check sign 503 cmpib #3,%d1 |check for rp 507 cmpib #2,%d1 |check for rm 516 tstw LOCAL_EX(%a0) |check sign 518 cmpib #3,%d1 |check for rp [all …]
|
D | x_fline.S | 34 | check for unimplemented vector first. Use EXC_VEC-4 because 60 cmpib #1,%d1 |check if cpid=1 63 cmpib #0x17,%d1 |check if it is an FMOVECR encoding
|
D | kernel_ex.S | 79 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos 95 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos 290 btstb #signan_bit,FPTEMP_HI(%a6) |check if signalling 343 btstb #snan_bit,FPCR_ENABLE(%a6) |check if trap enabled
|
D | sto_res.S | 35 cmpib #3,%d0 |check for fp0/fp1 cases 68 cmpib #3,%d0 |check for fp0/fp1 cases
|
D | bindec.S | 176 movel (%a0),L_SCR2(%a6) |save exponent for sign check 242 tstb BINDEC_FLG(%a6) |check for denorm 309 bras len_ck |skip to LEN check 315 tstl %d4 |LEN check: branch on sign of LEN 639 tstw %d5 |check if ICTR = 0 658 | denormalized, check only the case in which YINT > 10^LEN. 660 tstb BINDEC_FLG(%a6) |check if input was norm 760 tstl %d0 |check if > 1 906 tstl %d6 |check sign of ILOG
|
D | bugfix.S | 185 | Test the register conflict aspect. If opclass0, check for 187 | op0. Else, or if opclass2, check for cu dest equal to 191 | Check for opclass 0. If not, go and check for opclass 2 and sgl. 195 bne op2sgl |not opclass 0, check op2 237 btst #6,ETEMP_EX(%a6) |check etemp exponent bit 14 331 btst #6,ETEMP_EX(%a6) |check etemp exponent bit 14
|
D | do_func.S | 133 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source 141 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source 149 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source 158 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source 177 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source 183 | Test for 1.0 as an input argument, returning +zero. Also check
|
D | gen_except.S | 124 | Frame is idle, so check for exceptions reported through 140 cmpib #BUSY_SIZE-4,1(%a7) |check frame type 214 btstb #inex2_bit,FPCR_ENABLE(%a6) |check for ovfl/inex2 case 216 btstb #ovfl_bit,FPSR_EXCEPT(%a6) |now check ovfl 228 tstb RES_FLG(%a6) |check if frestore is needed 278 cmpib #BUSY_SIZE-4,1(%a7) |check for busy frame
|
D | round.S | 82 tstb LOCAL_SGN(%a0) |check for sign 341 bfffo %d2{#0:#32},%d3 |check if any bits set in ls mant 420 btstb #6,LOCAL_EX(%a0) |check for exponents between $7fff-$4000 431 tstb %d1 |check for inex 448 tstb %d1 |check flag 461 tstb %d1 |check flag 466 tstl LOCAL_HI(%a0) |check for any bits set 468 tstl LOCAL_LO(%a0) |check for any bits set
|
/linux-4.4.14/scripts/coccinelle/free/ |
D | ifnullfree.cocci | 1 /// NULL check before some freeing functions is not needed. 4 /// "kfree(NULL) is safe this check is probably not required" 50 cocci.print_main("NULL check before that freeing function is not needed", p) 56 msg = "WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recu…
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_nat_l3proto_ipv4.c | 99 csum_replace4(&iph->check, iph->saddr, target->src.u3.ip); in nf_nat_ipv4_manip_pkt() 102 csum_replace4(&iph->check, iph->daddr, target->dst.u3.ip); in nf_nat_ipv4_manip_pkt() 109 unsigned int iphdroff, __sum16 *check, in nf_nat_ipv4_csum_update() argument 123 inet_proto_csum_replace4(check, skb, oldip, newip, true); in nf_nat_ipv4_csum_update() 127 u8 proto, void *data, __sum16 *check, in nf_nat_ipv4_csum_recalc() argument 140 skb->csum_offset = (void *)check - data; in nf_nat_ipv4_csum_recalc() 141 *check = ~csum_tcpudp_magic(iph->saddr, iph->daddr, in nf_nat_ipv4_csum_recalc() 144 *check = 0; in nf_nat_ipv4_csum_recalc() 145 *check = csum_tcpudp_magic(iph->saddr, iph->daddr, in nf_nat_ipv4_csum_recalc() 149 if (proto == IPPROTO_UDP && !*check) in nf_nat_ipv4_csum_recalc() [all …]
|
D | ipt_SYNPROXY.c | 34 iph->check = 0; in synproxy_build_ip() 50 nth->check = ~tcp_v4_check(tcp_hdr_size, niph->saddr, niph->daddr, 0); in synproxy_send_tcp() 53 nskb->csum_offset = offsetof(struct tcphdr, check); in synproxy_send_tcp() 106 nth->check = 0; in synproxy_send_client_synack() 150 nth->check = 0; in synproxy_send_server_syn() 190 nth->check = 0; in synproxy_send_server_ack() 228 nth->check = 0; in synproxy_send_client_ack()
|
D | nf_reject_ipv4.c | 59 niph->check = 0; in nf_reject_iphdr_put() 93 tcph->check = ~tcp_v4_check(sizeof(struct tcphdr), niph->saddr, in nf_reject_ip_tcphdr_put() 97 nskb->csum_offset = offsetof(struct tcphdr, check); in nf_reject_ip_tcphdr_put()
|
D | nf_nat_snmp_basic.c | 624 __sum16 *check); 900 __sum16 *check) in mangle_address() argument 911 if (*check) { in mangle_address() 912 fast_csum(check, in mangle_address() 926 __sum16 *check) in snmp_trap_decode() argument 954 mangle_address(ctx->begin, ctx->pointer - 4, map, check); in snmp_trap_decode() 1020 __sum16 *check) in snmp_parse_mangle() argument 1107 unsigned char ret = snmp_trap_decode(&ctx, &trap, map, check); in snmp_parse_mangle() 1159 mangle_address(ctx.begin, ctx.pointer - 4, map, check); in snmp_parse_mangle() 1209 paylen, &map, &udph->check)) { in snmp_translate()
|
D | ipt_ECN.c | 41 csum_replace2(&iph->check, htons(oldtos), htons(iph->tos)); in set_ect_ip() 74 inet_proto_csum_replace2(&tcph->check, skb, in set_ect_tcp()
|
/linux-4.4.14/Documentation/RCU/ |
D | lockdep.txt | 10 In addition, RCU provides the following primitives that check lockdep's 35 Use explicit check expression "c" along with 39 Use explicit check expression "c" along with 43 Use explicit check expression "c" along with 47 Use explicit check expression "c" along with 51 Don't check. (Use sparingly, if at all.) 53 Use explicit check expression "c", and omit all barriers 63 The rcu_dereference_check() check expression can be any boolean 100 and RCU list-/tree-traversal primitives, which do not (yet) check for
|
/linux-4.4.14/arch/mn10300/unit-asb2364/include/unit/ |
D | smsc911x.h | 86 int check; in smsc_get_mac() local 102 check = 0; in smsc_get_mac() 105 check++; in smsc_get_mac() 109 if (check == 3) { in smsc_get_mac()
|
/linux-4.4.14/arch/arm/mach-mv78xx0/include/mach/ |
D | entry-macro.S | 18 @ check low interrupts 25 @ if no low interrupts set, check high interrupts 32 @ if no high interrupts set, check error interrupts
|
/linux-4.4.14/kernel/irq/ |
D | internals.h | 136 unsigned int check); 140 irq_get_desc_buslock(unsigned int irq, unsigned long *flags, unsigned int check) in irq_get_desc_buslock() argument 142 return __irq_get_desc_lock(irq, flags, true, check); in irq_get_desc_buslock() 152 irq_get_desc_lock(unsigned int irq, unsigned long *flags, unsigned int check) in irq_get_desc_lock() argument 154 return __irq_get_desc_lock(irq, flags, false, check); in irq_get_desc_lock()
|
D | irqdesc.c | 539 unsigned int check) in __irq_get_desc_lock() argument 544 if (check & _IRQ_DESC_CHECK) { in __irq_get_desc_lock() 545 if ((check & _IRQ_DESC_PERCPU) && in __irq_get_desc_lock() 549 if (!(check & _IRQ_DESC_PERCPU) && in __irq_get_desc_lock()
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebtable_broute.c | 36 static int check(const struct ebt_table_info *info, unsigned int valid_hooks) in check() function 47 .check = check,
|
D | ebtable_nat.c | 44 static int check(const struct ebt_table_info *info, unsigned int valid_hooks) in check() function 55 .check = check,
|
D | ebtable_filter.c | 44 static int check(const struct ebt_table_info *info, unsigned int valid_hooks) in check() function 55 .check = check,
|
/linux-4.4.14/drivers/pci/ |
D | setup-res.c | 34 u32 new, check, mask; in pci_update_resource() local 92 pci_read_config_dword(dev, reg, &check); in pci_update_resource() 94 if ((new ^ check) & mask) { in pci_update_resource() 96 resno, new, check); in pci_update_resource() 102 pci_read_config_dword(dev, reg + 4, &check); in pci_update_resource() 103 if (check != new) { in pci_update_resource() 105 resno, new, check); in pci_update_resource()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_nat_l3proto_ipv6.c | 112 unsigned int iphdroff, __sum16 *check, in nf_nat_ipv6_csum_update() argument 126 inet_proto_csum_replace16(check, skb, oldip->s6_addr32, in nf_nat_ipv6_csum_update() 131 u8 proto, void *data, __sum16 *check, in nf_nat_ipv6_csum_recalc() argument 144 skb->csum_offset = (void *)check - data; in nf_nat_ipv6_csum_recalc() 145 *check = ~csum_ipv6_magic(&ipv6h->saddr, &ipv6h->daddr, in nf_nat_ipv6_csum_recalc() 148 *check = 0; in nf_nat_ipv6_csum_recalc() 149 *check = csum_ipv6_magic(&ipv6h->saddr, &ipv6h->daddr, in nf_nat_ipv6_csum_recalc() 153 if (proto == IPPROTO_UDP && !*check) in nf_nat_ipv6_csum_recalc() 154 *check = CSUM_MANGLED_0; in nf_nat_ipv6_csum_recalc() 157 inet_proto_csum_replace2(check, skb, in nf_nat_ipv6_csum_recalc()
|
D | ip6t_SYNPROXY.c | 50 nth->check = ~tcp_v6_check(tcp_hdr_size, &niph->saddr, &niph->daddr, 0); in synproxy_send_tcp() 53 nskb->csum_offset = offsetof(struct tcphdr, check); in synproxy_send_tcp() 119 nth->check = 0; in synproxy_send_client_synack() 163 nth->check = 0; in synproxy_send_server_syn() 203 nth->check = 0; in synproxy_send_server_ack() 241 nth->check = 0; in synproxy_send_client_ack()
|
D | nf_reject_ipv6.c | 122 tcph->check = 0; in nf_reject_ip6_tcphdr_put() 125 tcph->check = csum_ipv6_magic(&ipv6_hdr(nskb)->saddr, in nf_reject_ip6_tcphdr_put()
|
/linux-4.4.14/sound/oss/ |
D | hex2hex.c | 23 int n, check; in loadhex() local 56 if (fscanf(inf, "%02x", &check) != 1) in loadhex() 60 if (check != sum) in loadhex()
|
/linux-4.4.14/Documentation/DocBook/ |
D | mtdnand.xml.db | 14 API-nand-check-erased-ecc-chunk 38 API-nand-check-wp 50 API-nand-check-erased-buf 92 API-check-pattern 93 API-check-short-pattern 104 API-check-create
|
D | filesystems.xml.db | 89 API-check-conflicting-open 175 API-check-disk-size-change 246 API-jbd2-journal-check-used-features 247 API-jbd2-journal-check-available-features
|
/linux-4.4.14/Documentation/i2c/ |
D | functionality | 7 the client needs some way to check whether an adapter has the needed 14 For the most up-to-date list of functionality constants, please check 85 to let the client drivers check for the support of SMBus functions 94 Before a client tries to attach to an adapter, or even do tests to check 96 check whether the needed functionality is present. The typical way to do 110 this adapter and there's no point in going on. If the check above is 118 Note that the check above doesn't tell whether the functionalities are 129 to use the /dev interface. You will still have to check whether the
|
/linux-4.4.14/net/openvswitch/ |
D | actions.c | 298 inet_proto_csum_replace4(&tcp_hdr(skb)->check, skb, in update_ip_l4_checksum() 304 if (uh->check || skb->ip_summed == CHECKSUM_PARTIAL) { in update_ip_l4_checksum() 305 inet_proto_csum_replace4(&uh->check, skb, in update_ip_l4_checksum() 307 if (!uh->check) in update_ip_l4_checksum() 308 uh->check = CSUM_MANGLED_0; in update_ip_l4_checksum() 318 csum_replace4(&nh->check, *addr, new_addr); in set_ip_addr() 330 inet_proto_csum_replace16(&tcp_hdr(skb)->check, skb, in update_ipv6_checksum() 336 if (uh->check || skb->ip_summed == CHECKSUM_PARTIAL) { in update_ipv6_checksum() 337 inet_proto_csum_replace16(&uh->check, skb, in update_ipv6_checksum() 339 if (!uh->check) in update_ipv6_checksum() [all …]
|
/linux-4.4.14/lib/zlib_inflate/ |
D | inflate.c | 163 #define UPDATE(check, buf, len) zlib_adler32(check, buf, len) argument 376 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate() 382 strm->adler = state->check = REVERSE(hold); in zlib_inflate() 390 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate() 685 strm->adler = state->check = in zlib_inflate() 686 UPDATE(state->check, put - out, out); in zlib_inflate() 689 REVERSE(hold)) != state->check) { in zlib_inflate() 726 strm->adler = state->check = in zlib_inflate() 727 UPDATE(state->check, strm->next_out - out, out); in zlib_inflate() 776 z->adler = state->check = in zlib_inflateIncomp() [all …]
|
D | inflate.h | 79 unsigned long check; /* protected copy of check value */ member
|
/linux-4.4.14/net/6lowpan/ |
D | nhc_udp.c | 84 fail |= lowpan_fetch_skb(skb, &uh.check, sizeof(uh.check)); in udp_uncompress() 172 lowpan_push_hc_data(hc_ptr, &uh->check, sizeof(uh->check)); in udp_compress()
|
/linux-4.4.14/arch/mips/jazz/ |
D | Kconfig | 9 the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at 21 the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at 32 the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
|
/linux-4.4.14/scripts/kconfig/ |
D | Makefile | 158 check-lxdialog := $(srctree)/$(src)/lxdialog/check-lxdialog.sh 162 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \ 199 $(Q)$(CONFIG_SHELL) $(check-lxdialog) -check $(HOSTCC) $(HOST_EXTRACFLAGS) $(HOSTLOADLIBES_mconf) 204 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(HOSTCC) $(HOSTCFLAGS)) 220 HOSTLOADLIBES_mconf = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))
|
/linux-4.4.14/arch/h8300/lib/ |
D | memcpy.S | 20 ;; address check 36 ;; n < sizeof(unsigned long) check 38 adds #4,er4 ; loop count check value
|
/linux-4.4.14/arch/arm/mach-dove/include/mach/ |
D | entry-macro.S | 18 @ check low interrupts 24 @ if no low interrupts set, check high interrupts
|
/linux-4.4.14/arch/cris/boot/rescue/ |
D | head_v10.S | 160 ;; we now should go through the checksum-table and check the listed 173 ;; check for correct magic 198 bne notfirst ; check if it is the partition containing ptable 200 move.d $r8, $r1 ; for its checksum check, skip the ptable 212 btstq 16, $r4 ; check ro flag 215 btstq 17, $r4 ; check bootable flag 286 ;; check if we got something on the serial port 309 ;; check r7, which contains either -1 or the partition to boot from
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-common.S | 38 ldr r1, [tsk, #TI_FLAGS] @ re-check for syscall tracing 64 ldr r1, [tsk, #TI_FLAGS] @ re-check for syscall tracing 216 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number 220 ldr r10, [tsk, #TI_FLAGS] @ check for syscall tracing 226 cmp scno, #NR_syscalls @ check upper syscall limit 265 cmp scno, #NR_syscalls @ check upper syscall limit 319 cmpne scno, #NR_syscalls @ check range
|
/linux-4.4.14/drivers/mtd/tests/ |
D | torturetest.c | 60 static int check = 1; variable 61 module_param(check, int, S_IRUGO); 62 MODULE_PARM_DESC(check, "if the written data should be checked"); 203 pr_info("write verify %s\n", check ? "enabled" : "disabled"); in tort_init() 273 if (check) { in tort_init() 308 if (check) { in tort_init()
|
/linux-4.4.14/net/rxrpc/ |
D | rxkad.c | 166 u16 check; in rxkad_secure_packet_auth() local 172 check = ntohl(sp->hdr.seq ^ sp->hdr.callNumber); in rxkad_secure_packet_auth() 173 data_size |= (u32) check << 16; in rxkad_secure_packet_auth() 211 u16 check; in rxkad_secure_packet_encrypt() local 218 check = ntohl(sp->hdr.seq ^ sp->hdr.callNumber); in rxkad_secure_packet_encrypt() 220 rxkhdr.data_size = htonl(data_size | (u32) check << 16); in rxkad_secure_packet_encrypt() 338 u16 check; in rxkad_verify_packet_auth() local 370 check = buf >> 16; in rxkad_verify_packet_auth() 371 check ^= ntohl(sp->hdr.seq ^ sp->hdr.callNumber); in rxkad_verify_packet_auth() 372 check &= 0xffff; in rxkad_verify_packet_auth() [all …]
|
/linux-4.4.14/lib/ |
D | rbtree_test.c | 137 static void check(int nr_nodes) in check() function 168 check(nr_nodes); in check_augmented() 203 check(j); in rbtree_test_init() 207 check(NODES - j); in rbtree_test_init() 210 check(0); in rbtree_test_init()
|
D | list_sort.c | 174 static int __init check(struct debug_el *ela, struct debug_el *elb) in check() function 208 check(ela, elb); in cmp() 268 if (check(el, el1)) { in list_sort_test()
|
/linux-4.4.14/net/core/ |
D | netpoll.c | 414 udph->check = 0; in netpoll_send_udp() 415 udph->check = csum_ipv6_magic(&np->local_ip.in6, in netpoll_send_udp() 419 if (udph->check == 0) in netpoll_send_udp() 420 udph->check = CSUM_MANGLED_0; in netpoll_send_udp() 442 udph->check = 0; in netpoll_send_udp() 443 udph->check = csum_tcpudp_magic(np->local_ip.ip, in netpoll_send_udp() 447 if (udph->check == 0) in netpoll_send_udp() 448 udph->check = CSUM_MANGLED_0; in netpoll_send_udp() 462 iph->check = 0; in netpoll_send_udp() 465 iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl); in netpoll_send_udp()
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | os.S | 89 btst #0x5,0x4(%a6) | check for supervisor state 122 btst #0x5,0x4(%a6) | check for supervisor state 153 btst #0x5,0x4(%a6) | check for supervisor state 189 btst #0x5,0x4(%a6) | check for supervisor state 224 btst #0x5,0x4(%a6) | check for supervisor state 246 btst #0x5,0x4(%a6) | check for supervisor state 268 btst #0x5,0x4(%a6) | check for supervisor state 292 btst #0x5,0x4(%a6) | check for supervisor state
|
/linux-4.4.14/scripts/kconfig/lxdialog/ |
D | check-lxdialog.sh | 47 check() { function 77 check
|
/linux-4.4.14/Documentation/auxdisplay/ |
D | ks0108 | 52 If you aren't building LCD related hardware, you should check 55 For example, check Documentation/auxdisplay/cfag12864b.
|
/linux-4.4.14/Documentation/ |
D | xz.txt | 56 Since the XZ Embedded supports only streams with no integrity check or 57 CRC32, make sure that you don't use some other integrity check type 60 when encoding. With the xz command line tool, use --check=none or 61 --check=crc32. 67 by the decoder; you can only change the integrity check type (or 78 xz --check=crc32 --lzma2=dict=512KiB inputfile 109 Before reporting a bug, please check that it's not fixed already
|
D | mono.txt | 21 Once the Mono CLR support has been installed, just check that 65 NOTE: If this fails with a permission denied error, check
|
/linux-4.4.14/include/trace/events/ |
D | lock.h | 15 int trylock, int read, int check, 18 TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip),
|
/linux-4.4.14/drivers/edac/ |
D | amd8111_edac.h | 116 void (*check)(struct edac_device_ctl_info *edac_dev); member 127 void (*check)(struct edac_pci_ctl_info *edac_dev); member
|
D | amd8111_edac.c | 332 .check = amd8111_lpc_bridge_check, 344 .check = amd8111_pci_bridge_check, 396 dev_info->edac_dev->edac_check = dev_info->check; in amd8111_dev_probe() 488 pci_info->edac_dev->edac_check = pci_info->check; in amd8111_pci_probe()
|
D | amd8131_edac.h | 115 void (*check)(struct edac_pci_ctl_info *edac_dev); member
|
/linux-4.4.14/drivers/dma-buf/ |
D | reservation.c | 149 struct fence *check; in reservation_object_add_shared_replace() local 151 check = rcu_dereference_protected(old->shared[i], in reservation_object_add_shared_replace() 154 if (!old_fence && check->context == fence->context) { in reservation_object_add_shared_replace() 155 old_fence = check; in reservation_object_add_shared_replace() 158 RCU_INIT_POINTER(fobj->shared[i], check); in reservation_object_add_shared_replace()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | unaligned_32.c | 280 int check = (dir == load) ? VERIFY_READ : VERIFY_WRITE; in ok_for_user() local 292 if (!access_ok(check, WINREG_ADDR(reg - 16), size)) in ok_for_user() 297 if (!access_ok(check, WINREG_ADDR(reg - 16), size)) in ok_for_user() 303 if (!access_ok(check, WINREG_ADDR(reg - 16), size)) in ok_for_user()
|
/linux-4.4.14/Documentation/isdn/ |
D | syncPPP.FAQ | 14 Q11: I can't connect. How can I check where the problem is. 49 A: check that at least the device 'ippp0' exists. 50 (you can check this e.g with the program 'ifconfig') 193 Q11: I can't connect. How can I check where the problem is. 199 -> check whether your ISDN card is well configured 203 check the /dev/isdnctrl output next time. There 210 -> not good ... check /var/adm/syslog and /var/adm/daemon. 217 A: Log a login session ('debug' log) and check which options
|
/linux-4.4.14/samples/bpf/ |
D | tcbpf1_kern.c | 19 #define IP_CSUM_OFF (ETH_HLEN + offsetof(struct iphdr, check)) 30 #define TCP_CSUM_OFF (ETH_HLEN + sizeof(struct iphdr) + offsetof(struct tcphdr, check))
|
/linux-4.4.14/drivers/phy/ |
D | phy-twl4030-usb.c | 187 u8 check; in twl4030_i2c_write_u8_verify() local 190 (twl_i2c_read_u8(module, &check, address) >= 0) && in twl4030_i2c_write_u8_verify() 191 (check == data)) in twl4030_i2c_write_u8_verify() 194 1, module, address, check, data); in twl4030_i2c_write_u8_verify() 198 (twl_i2c_read_u8(module, &check, address) >= 0) && in twl4030_i2c_write_u8_verify() 199 (check == data)) in twl4030_i2c_write_u8_verify() 202 2, module, address, check, data); in twl4030_i2c_write_u8_verify()
|
/linux-4.4.14/drivers/clk/qcom/ |
D | gdsc.c | 61 u32 check = en ? PWR_ON_MASK : 0; in gdsc_toggle_logic() local 74 if ((val & PWR_ON_MASK) == check) in gdsc_toggle_logic() 82 if ((val & PWR_ON_MASK) == check) in gdsc_toggle_logic()
|
/linux-4.4.14/include/linux/mtd/ |
D | ubi.h | 251 int len, int check); 253 int offset, int len, int check);
|
/linux-4.4.14/arch/xtensa/ |
D | Kconfig.debug | 9 Enable this to turn on TLB sanity check on each entry to userspace. 10 This check can spot missing TLB invalidation/wrong PTE permissions/
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Sound-FAQ | 21 If your card isn't listed there, you might check the source code for 23 card, you can check if one of the existing entries does work for you 31 you might want to check the video4linux mailing list archive first... 34 speakers connected directly to the grabber board. Hint: check the 81 card installed, you might to check out if you can read these registers 100 value for all array elements, useful to check
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | entry.S | 86 bl arm_check_condition @ check the condition 111 b emulate @ check condition and emulate
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_nat_l3proto.h | 20 __sum16 *check, 25 void *data, __sum16 *check,
|
/linux-4.4.14/arch/m32r/kernel/ |
D | head.S | 155 ;; ISN check 161 slli r5, #13 ; PIML check 166 slli r6, #4 ; ISN check 172 ;; check cpu_bootout_map and set cpu_bootin_map
|
D | entry.S | 158 and3 r4, r4, #0x8800 ; check BSM and BPM bits 160 and3 r4, r4, #0x8000 ; check BSM bit
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | TODO | 60 n) DOS attrs - returned as pseudo-xattr in Samba format (check VFAT and NTFS for this too) 62 o) mount check for unmatched uids 82 current bug list. Also check http://bugzilla.kernel.org (Product = File System, Component = CIFS) 93 1) check out max path names and max path name components against various server
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | Kconfig | 98 need a PalmOS compatible bootloader; check out 107 you'll need a PalmOS compatible bootloader; check out 116 need a PalmOS compatible bootloader (Garux); check out 126 you'll need a SX1 compatible bootloader; check out
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | uaccess.h | 187 #define __do_get_user(check, x, ptr, size, segment) \ argument 193 if (!check || __access_ok(__gu_ptr, size, segment)) \ 214 #define __do_put_user(check, x, ptr, size, segment) \ argument 221 if (!check || __access_ok(__pu_ptr, __pu_size, segment)) \
|
/linux-4.4.14/tools/build/ |
D | Build.include | 31 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \ 74 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)), \ 80 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-raid.txt | 175 'sync_action' is "check" or "repair", then the process 185 check - A user-initiated full check of the array is 191 repair - The same as "check", but discrepancies are 196 This value is valid only after a "check" of the array 208 "check" - Initiate a check (i.e. a "scrub") of the array. 257 1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check".
|
/linux-4.4.14/fs/jffs2/ |
D | debug.c | 266 #define check(sz) \ in __jffs2_dbg_superblock_counts() macro 275 check(free); in __jffs2_dbg_superblock_counts() 276 check(dirty); in __jffs2_dbg_superblock_counts() 277 check(used); in __jffs2_dbg_superblock_counts() 278 check(wasted); in __jffs2_dbg_superblock_counts() 279 check(unchecked); in __jffs2_dbg_superblock_counts() 280 check(bad); in __jffs2_dbg_superblock_counts() 281 check(erasing); in __jffs2_dbg_superblock_counts() 283 #undef check in __jffs2_dbg_superblock_counts()
|
D | TODO | 20 - use bad block check instead of the hardwired byte check
|
/linux-4.4.14/tools/testing/nvdimm/ |
D | config_check.c | 4 void check(void) in check() function
|
/linux-4.4.14/Documentation/filesystems/ |
D | btrfs.txt | 31 * Online filesystem check (not yet implemented) 32 * Very fast offline filesystem check 70 as defined in fs/btrfs/check-integrity.c, to control the integrity 73 See comments at the top of fs/btrfs/check-integrity.c for more info. 177 Force check and rebuild procedure of the UUID tree. This should not 264 * 'btrfsck' or 'btrfs check': do a consistency check of the filesystem
|
D | isofs.txt | 20 check=relaxed Matches filenames with different cases 21 check=strict Matches only filenames with the exact same case
|
/linux-4.4.14/net/batman-adv/ |
D | routing.c | 825 int check, hdr_size = sizeof(*unicast_packet); in batadv_recv_unhandled_unicast_packet() local 827 check = batadv_check_unicast_packet(bat_priv, skb, hdr_size); in batadv_recv_unhandled_unicast_packet() 828 if (check < 0) in batadv_recv_unhandled_unicast_packet() 847 int check, hdr_size = sizeof(*unicast_packet); in batadv_recv_unicast_packet() local 860 check = batadv_check_unicast_packet(bat_priv, skb, hdr_size); in batadv_recv_unicast_packet() 865 if (check == -EREMOTE) in batadv_recv_unicast_packet() 868 if (check < 0) in batadv_recv_unicast_packet()
|
/linux-4.4.14/Documentation/x86/ |
D | entry_64.txt | 82 use the faster check: the stack will be a reliable indicator of 90 stack but before we executed SWAPGS, then the only safe way to check 97 - Interrupt entry will use the slower gsbase check. 102 that absolutely need the more expensive check for the GS base - and we
|
/linux-4.4.14/include/uapi/linux/ |
D | udp.h | 26 __sum16 check; member
|
/linux-4.4.14/arch/x86/kernel/ |
D | verify_cpu.S | 42 pushfl # standard way to check for cpuid 79 movl $0x1, %eax # check CPU family and model
|
/linux-4.4.14/arch/x86/include/asm/ |
D | livepatch.h | 44 #error Live patching support is disabled; check CONFIG_LIVEPATCH
|
/linux-4.4.14/arch/s390/include/asm/ |
D | livepatch.h | 40 #error Live patching support is disabled; check CONFIG_LIVEPATCH
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | .gitignore | 4 inconsistency-check
|
D | Makefile | 9 inconsistency-check raw_skew threadtest rtctest
|
/linux-4.4.14/arch/arm/mach-vexpress/ |
D | dcscb_setup.S | 17 cmp r0, #0 @ check affinity level
|
/linux-4.4.14/sound/firewire/ |
D | cmp.c | 75 int (*check)(struct cmp_connection *c, __be32 pcr), in pcr_modify() 101 if (check) { in pcr_modify() 102 err = check(c, buffer[0]); in pcr_modify()
|
/linux-4.4.14/drivers/input/serio/ |
D | hp_sdc_mlc.c | 78 goto check; in hp_sdc_mlc_isr() 85 goto check; in hp_sdc_mlc_isr() 95 check: in hp_sdc_mlc_isr()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Procfile.txt | 10 check the files listed in the following sections. 94 invalid PCM position debug/check of ALSA PCM middle layer. 102 bit 1 = Show stack trace at XRUN / jiffies check 103 bit 2 = Enable additional jiffies check 114 Since 2.6.30, this option can enable the hwptr check using
|
/linux-4.4.14/arch/sh/lib64/ |
D | strlen.S | 20 /* beqi r2, 0, tr4 */ ! Sanity check
|
/linux-4.4.14/drivers/input/keyboard/ |
D | twl4030_keypad.c | 192 u16 check = 0; in twl4030_is_in_ghost_state() local 197 if ((col & check) && hweight16(col) > 1) in twl4030_is_in_ghost_state() 200 check |= col; in twl4030_is_in_ghost_state()
|
D | pmic8xxx-keypad.c | 261 u16 check, row_state; in pmic8xxx_detect_ghost_keys() local 263 check = 0; in pmic8xxx_detect_ghost_keys() 271 if (check & row_state) { in pmic8xxx_detect_ghost_keys() 277 check |= row_state; in pmic8xxx_detect_ghost_keys()
|
/linux-4.4.14/arch/arm/mm/ |
D | abort-lv4t.S | 18 tst r5, #PSR_T_BIT @ check for thumb mode 58 tst r8, #1 << 21 @ check writeback bit 99 tst r8, #1 << 21 @ check writeback bit 113 tst r8, #1 << 21 @ check writeback bit
|
D | abort-ev4t.S | 25 tst r3, #1 << 20 @ check write
|
D | abort-ev5t.S | 28 tst r3, #1 << 20 @ check write
|
/linux-4.4.14/arch/sparc/lib/ |
D | checksum_32.S | 43 andcc %o1, 4, %g0 ! nope, check for word remaining 49 andcc %o1, 4, %g0 ! check again for word remaining 51 andcc %o1, 3, %o1 ! check for trailing bytes 56 andcc %o1, 3, %g0 ! check again for trailing bytes 140 andcc %o1, 8, %g0 ! check how much 341 andcc %o4, 3, %g0 ! check for mismatched alignment 344 bne cc_dword_align ! yes, we check for short lengths there 361 ccmerge:be ccte ! nope, go and check for end cruft 380 andcc %o3, 0xf, %g0 ! check for low bits set
|
/linux-4.4.14/arch/s390/kernel/ |
D | head64.S | 66 .quad 0xc0000000 # cr14: machine check handling off 94 # check control registers
|
D | entry.S | 304 jnz .Lsysc_work # check for work 483 tm __LC_PGM_ILC+3,0x80 # check for per exception 494 tm __LC_PGM_ILC+2,0x02 # check for transaction abort 505 tm __LC_PGM_ILC+3,0x80 # check for per exception 605 # 2) if we return to kernel code and kvm is enabled check if we need to 607 # 3) if we return to kernel code and preemptive scheduling is enabled check 615 # check for preemptive scheduling 1055 # check if stpt has been executed 1062 0: # check if stmg has been executed 1066 0: # check if base register setup + TIF bit load has been done [all …]
|
/linux-4.4.14/arch/cris/arch-v10/lib/ |
D | checksum.S | 15 ;; check for breakeven length between movem and normal word looping versions 24 ;; this overhead is why we have a check above for breakeven length
|
D | checksumcopy.S | 19 ;; check for breakeven length between movem and normal word looping versions 28 ;; this overhead is why we have a check above for breakeven length
|
/linux-4.4.14/arch/ia64/ |
D | Makefile | 33 GAS_STATUS = $(shell $(srctree)/arch/ia64/scripts/check-gas "$(CC)" "$(OBJDUMP)") 66 PHONY += boot compressed check
|
/linux-4.4.14/arch/arm/mach-nspire/ |
D | nspire.c | 44 .check = clcdfb_check,
|
/linux-4.4.14/tools/lib/lockdep/include/liblockdep/ |
D | common.h | 42 int trylock, int read, int check,
|
/linux-4.4.14/arch/arm/plat-samsung/ |
D | Makefile | 30 obj-$(CONFIG_SAMSUNG_PM_CHECK) += pm-check.o
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | syncpt.c | 241 long check = min_t(long, SYNCPT_CHECK_PERIOD, timeout); in host1x_syncpt_wait() local 244 check); in host1x_syncpt_wait() 255 timeout -= check; in host1x_syncpt_wait()
|
/linux-4.4.14/block/partitions/ |
D | Makefile | 5 obj-$(CONFIG_BLOCK) := check.o
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | eba.c | 373 void *buf, int offset, int len, int check) in ubi_eba_read_leb() argument 402 check = 0; in ubi_eba_read_leb() 405 if (check) { in ubi_eba_read_leb() 469 if (!check) { in ubi_eba_read_leb() 471 check = 1; in ubi_eba_read_leb() 478 if (check) { in ubi_eba_read_leb() 517 int check) in ubi_eba_read_leb_sg() argument 533 to_read, check); in ubi_eba_read_leb_sg()
|
D | kapi.c | 433 int len, int check) in ubi_leb_read() argument 448 err = ubi_eba_read_leb(ubi, vol, lnum, buf, offset, len, check); in ubi_leb_read() 473 int offset, int len, int check) in ubi_leb_read_sg() argument 488 err = ubi_eba_read_leb_sg(ubi, vol, sgl, lnum, offset, len, check); in ubi_leb_read_sg()
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.ir | 38 The input layer tools are nice for trouble shooting, i.e. to check 40 is, check whenever pressing keys on the remote actually generates
|
/linux-4.4.14/arch/arm/lib/ |
D | csumpartial.S | 37 .Lless8: teq len, #0 @ check for zero count 76 tst td0, #1 @ check buffer alignment
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | dir.c | 1630 struct if_quotacheck *check; in ll_dir_ioctl() local 1636 check = kzalloc(sizeof(*check), GFP_NOFS); in ll_dir_ioctl() 1637 if (!check) in ll_dir_ioctl() 1640 rc = obd_iocontrol(cmd, sbi->ll_md_exp, 0, (void *)check, in ll_dir_ioctl() 1644 if (copy_to_user((void *)arg, check, in ll_dir_ioctl() 1645 sizeof(*check))) in ll_dir_ioctl() 1650 rc = obd_iocontrol(cmd, sbi->ll_dt_exp, 0, (void *)check, in ll_dir_ioctl() 1654 if (copy_to_user((void *)arg, check, in ll_dir_ioctl() 1655 sizeof(*check))) in ll_dir_ioctl() 1660 kfree(check); in ll_dir_ioctl()
|
/linux-4.4.14/Documentation/input/ |
D | elantech.txt | 124 can check these bits and reject any packet that appears corrupted. Using 125 this knob you can bypass that check. 134 this integrity check, even though it is not an actual cyclic redundancy 135 check. 405 if( (((SA1 & 0x3C) != 0x3C) && ((SA1 & 0xC0) != 0x80)) || // check Byte 1 406 … (((SA1 & 0x0C) != 0x0C) && ((SA1 & 0xC0) == 0x80)) || // check Byte 1 (one finger pressed) 407 (((SA1 & 0xC0) != 0x80) && (( A1 & 0xF0) != 0x00)) || // check Byte 2 408 (((SB1 & 0x3E) != 0x38) && ((SA1 & 0xC0) != 0x80)) || // check Byte 4 409 … (((SB1 & 0x0E) != 0x08) && ((SA1 & 0xC0) == 0x80)) || // check Byte 4 (one finger pressed) 410 (((SA1 & 0xC0) != 0x80) && (( C1 & 0xF0) != 0x00)) ) // check Byte 5
|
/linux-4.4.14/drivers/net/slip/ |
D | slhc.c | 435 csum = th->check; in slhc_compress() 527 thp->check = *(__sum16 *)cp; in slhc_uncompress() 602 ip->check = 0; in slhc_uncompress() 616 &((struct iphdr *)icp)->check); in slhc_uncompress()
|
/linux-4.4.14/Documentation/ioctl/ |
D | ioctl-decoding.txt | 3 Most architectures use this generic format, but check
|
/linux-4.4.14/fs/isofs/ |
D | inode.c | 161 unsigned char check; member 350 popt->check = 'u'; /* unset */ in parse_options() 423 popt->check = 'r'; in parse_options() 426 popt->check = 's'; in parse_options() 889 if (opt.check == 'u') { in isofs_fill_super() 892 opt.check = 'r'; in isofs_fill_super() 894 opt.check = 's'; in isofs_fill_super() 909 if (opt.check == 'r') in isofs_fill_super()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-firmware_node | 6 allowing the user space to check and modify some firmware
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | TODO | 6 - check on hardware effects of removal of USE_HW_I2C and USE_DVICHIP (these two
|
/linux-4.4.14/arch/unicore32/mm/ |
D | cache-ucv2.S | 57 andn r0, r0, #CACHE_LINESIZE - 1 @ Safety check 97 andn r0, r0, #CACHE_LINESIZE - 1 @ Safety check
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.arcmsr | 33 …00.09 9/12/2005 Erich Chen bug fix with abort command handling, firmware version check 84 ** 1.check if the sg list member number 88 ** 3.add the conditional check if arcmsr_build_ccb()
|
/linux-4.4.14/drivers/net/hyperv/ |
D | netvsc_drv.c | 575 uh->check = 0; in netvsc_start_xmit() 576 uh->check = csum_tcpudp_magic(ip_hdr(skb)->saddr, in netvsc_start_xmit() 580 if (uh->check == 0) in netvsc_start_xmit() 581 uh->check = CSUM_MANGLED_0; in netvsc_start_xmit() 600 ip_hdr(skb)->check = 0; in netvsc_start_xmit() 601 tcp_hdr(skb)->check = in netvsc_start_xmit() 608 tcp_hdr(skb)->check = in netvsc_start_xmit()
|
/linux-4.4.14/arch/x86/boot/ |
D | setup.ld | 61 /* Necessary for the very-old-loader check to work... */
|
/linux-4.4.14/arch/arm/include/debug/ |
D | msm.S | 30 @ check for TX_EMT in UARTDM_SR
|
/linux-4.4.14/include/linux/ |
D | zutil.h | 47 typedef uLong (*check_func) (uLong check, const Byte *buf,
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-block-manager.h | 57 int (*check)(struct dm_block_validator *v, struct dm_block *b, size_t block_size); member
|
/linux-4.4.14/Documentation/s390/ |
D | cds.txt | 282 The irb may contain an error value, and the device driver should check for this 295 the primary unit check source coded in sense byte 0 : 312 SCHN_STAT_PROG_CHECK - program check 313 SCHN_STAT_PROT_CHECK - protection check 314 SCHN_STAT_CHN_DATA_CHK - channel data check 315 SCHN_STAT_CHN_CTRL_CHK - channel control check 316 SCHN_STAT_INTF_CTRL_CHK - interface control check 317 SCHN_STAT_CHAIN_CHECK - chaining check 327 DEV_STAT_UNIT_CHECK - unit check 379 suspend flag will cause a channel program check. At the time the channel program
|
/linux-4.4.14/drivers/media/pci/cx25821/ |
D | Kconfig | 22 To check if your board supports, use lspci -n.
|
/linux-4.4.14/arch/parisc/kernel/ |
D | traps.c | 819 u32 check = 0; in initialize_ivt() local 839 check += *hpmcp++; in initialize_ivt() 842 check += ivap[i]; in initialize_ivt() 844 ivap[5] = -check; in initialize_ivt()
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm8958-dsp2.c | 43 const struct firmware *fw, bool check) in wm8958_dsp2_fw() argument 92 if (check) { in wm8958_dsp2_fw() 128 if (!check) in wm8958_dsp2_fw() 151 if (check) in wm8958_dsp2_fw() 175 if (!check) { in wm8958_dsp2_fw() 187 if (!check) { in wm8958_dsp2_fw()
|
/linux-4.4.14/arch/mips/mm/ |
D | cex-sb1.S | 156 sll k0, k0, 3 # check CU0 (kernel?)
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | zte,zx-spdif.txt | 13 please check:
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rx.c | 134 ipv4->check = 0; in mlx5e_lro_update_hdr() 135 ipv4->check = ip_fast_csum((unsigned char *)ipv4, in mlx5e_lro_update_hdr()
|
/linux-4.4.14/fs/btrfs/ |
D | Kconfig | 45 bool "Btrfs with integrity check tool compiled in (DANGEROUS)" 54 If the integrity check tool is included and activated in
|
/linux-4.4.14/Documentation/prctl/ |
D | seccomp_filter.txt | 24 to time-of-check-time-of-use (TOCTOU) attacks that are common in system 136 The seccomp check will not be run again after the tracer is 160 the filters may be abused. Always check the arch value! 214 To detect this quirky behavior, check for addr & ~0x0C00 == 216 SECCOMP_RET_TRAP, use siginfo->si_call_addr.) Do not check any other
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | msr.txt | 33 version: guest has to check version before and after grabbing 34 time information and check that they are both equal and even. 75 version: guest has to check version before and after grabbing 76 time information and check that they are both equal and even. 223 version: a sequence counter. In other words, guest has to check
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | renesas_usbhs.txt | 15 - renesas,enable-gpio: A gpio specifier to check GPIO determining if USB
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | keystone-gate.txt | 15 - domain-id : psc domain id needed to check the transition state register
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | m66592-udc.c | 899 u16 check; in irq_pipe_ready() local 914 check = 1 << pipenum; in irq_pipe_ready() 915 if ((status & check) && (enb & check)) { in irq_pipe_ready() 916 m66592_write(m66592, ~check, M66592_BRDYSTS); in irq_pipe_ready() 932 u16 check; in irq_pipe_empty() local 945 check = 1 << pipenum; in irq_pipe_empty() 946 if ((status & check) && (enb & check)) { in irq_pipe_empty() 947 m66592_write(m66592, ~check, M66592_BEMPSTS); in irq_pipe_empty()
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm_infineon.c | 151 int check = 0; in empty_fifo() local 158 if (check == 5) in empty_fifo() 161 check++; in empty_fifo()
|
/linux-4.4.14/net/ax25/ |
D | Kconfig | 42 check out the file <file:Documentation/networking/ax25.txt> in the 89 <http://www.linux-ax25.org>. You also might want to check out the 108 <http://www.linux-ax25.org>. You also might want to check out the
|
/linux-4.4.14/arch/xtensa/lib/ |
D | strnlen_user.S | 94 # check two more bytes (bytes 0, 1 of word) 100 # check one more byte (byte 2 of word)
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | fault_injection.txt | 26 of items forgotten (check dmesg). 28 Go back to work on the client and check if the client recovered from the error
|
/linux-4.4.14/drivers/s390/cio/ |
D | ccwreq.c | 288 if (!req->check) in ccw_request_handler() 290 switch (req->check(cdev, req->data)) { in ccw_request_handler()
|