Home
last modified time | relevance | path

Searched refs:check (Results 1 – 200 of 823) sorted by relevance

12345

/linux-4.1.27/arch/powerpc/lib/
Dcode-patching.c185 #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 …]
Dfeature-fixups.c156 #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.1.27/tools/testing/selftests/powerpc/switch_endian/
Dcheck.S13 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 …]
DMakefile8 switch_endian_test: check-reversed.S
10 check-reversed.o: check.o
13 check-reversed.S: check-reversed.o
22 rm -f $(PROGS) *.o check-reversed.S
D.gitignore2 check-reversed.S
/linux-4.1.27/include/net/
Ddsfield.h30 __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()
Dinet_ecn.h76 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()
Dip6_checksum.h74 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()
Dip.h268 u32 check = (__force u32)iph->check; in ip_decrease_ttl() local
269 check += (__force u32)htons(0x0100); in ip_decrease_ttl()
270 iph->check = (__force __sum16)(check + (check>=0xFFFF)); in ip_decrease_ttl()
Ddst_ops.h18 struct dst_entry * (*check)(struct dst_entry *, __u32 cookie); member
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_proto_udp.c91 uhdr->check = in udp_fast_csum_update()
94 ~csum_unfold(uhdr->check)))); in udp_fast_csum_update()
97 uhdr->check = in udp_fast_csum_update()
100 ~csum_unfold(uhdr->check)))); in udp_fast_csum_update()
101 if (!uhdr->check) in udp_fast_csum_update()
102 uhdr->check = CSUM_MANGLED_0; in udp_fast_csum_update()
113 uhdr->check = in udp_partial_csum_update()
116 csum_unfold(uhdr->check)))); in udp_partial_csum_update()
119 uhdr->check = in udp_partial_csum_update()
122 csum_unfold(uhdr->check)))); in udp_partial_csum_update()
[all …]
Dip_vs_proto_tcp.c96 tcph->check = in tcp_fast_csum_update()
99 ~csum_unfold(tcph->check)))); in tcp_fast_csum_update()
102 tcph->check = in tcp_fast_csum_update()
105 ~csum_unfold(tcph->check)))); in tcp_fast_csum_update()
117 tcph->check = in tcp_partial_csum_update()
120 csum_unfold(tcph->check)))); in tcp_partial_csum_update()
123 tcph->check = in tcp_partial_csum_update()
126 csum_unfold(tcph->check)))); in tcp_partial_csum_update()
183 tcph->check = 0; in tcp_snat_handler()
187 tcph->check = csum_ipv6_magic(&cp->vaddr.in6, in tcp_snat_handler()
[all …]
/linux-4.1.27/arch/x86/pci/
Dpcbios.c317 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.1.27/scripts/dtc/
Dchecks.c41 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 …]
Dupdate-dtc-source.sh41 make check
/linux-4.1.27/net/ipv4/
Dudp_offload.c110 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 …]
Dtcp_offload.c46 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()
Dinet_lro.c118 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()
Dudp.c733 skb->csum_offset = offsetof(struct udphdr, check); in udp4_hwcsum()
734 uh->check = ~csum_tcpudp_magic(src, dst, len, in udp4_hwcsum()
752 uh->check = csum_tcpudp_magic(src, dst, len, IPPROTO_UDP, csum); in udp4_hwcsum()
753 if (uh->check == 0) in udp4_hwcsum()
754 uh->check = CSUM_MANGLED_0; in udp4_hwcsum()
768 uh->check = 0; in udp_set_csum()
770 uh->check = ~udp_v4_check(len, saddr, daddr, 0); in udp_set_csum()
778 skb->csum_offset = offsetof(struct udphdr, check); in udp_set_csum()
779 uh->check = ~udp_v4_check(len, saddr, daddr, 0); in udp_set_csum()
785 uh->check = 0; in udp_set_csum()
[all …]
Dxfrm4_mode_beet.c123 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.1.27/drivers/pnp/pnpbios/
Dcore.c439 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.1.27/drivers/net/wireless/b43/
Dtables_nphy.c3289 #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.1.27/Documentation/x86/x86_64/
Dmachinecheck2 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 …]
Dboot-options.txt6 Machine check
11 Disable machine check
38 to make sure you log even machine check events that result
41 Disable boot machine check logging.
79 no_timer_check Don't check the IO-APIC timer. This can work around
123 systems because the BIOS will not go through the memory check.
167 disables parsing the HEST CMC error source to check if
D00-INDEX12 - Configurable sysfs parameters for the x86-64 machine check code.
/linux-4.1.27/net/ipv6/
Dip6_checksum.c83 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()
Dudp_offload.c80 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()
Dtcpv6_offload.c37 th->check = ~tcp_v6_check(skb->len - thoff, &iph->saddr, in tcp6_gro_complete()
60 th->check = 0; in tcp6_gso_segment()
Dudp.c814 (uh->check || udp_sk(sk)->no_check6_rx)) { in __udp6_lib_mcast_deliver()
903 if (!uh->check && !udp_sk(sk)->no_check6_rx) { in __udp6_lib_rcv()
909 if (inet_get_convert_csum(sk) && uh->check && !IS_UDPLITE(sk)) in __udp6_lib_rcv()
910 skb_checksum_try_convert(skb, IPPROTO_UDP, uh->check, in __udp6_lib_rcv()
925 if (!uh->check) { in __udp6_lib_rcv()
996 skb->csum_offset = offsetof(struct udphdr, check); in udp6_hwcsum_outgoing()
997 uh->check = ~csum_ipv6_magic(saddr, daddr, len, IPPROTO_UDP, 0); in udp6_hwcsum_outgoing()
1013 uh->check = csum_ipv6_magic(saddr, daddr, len, IPPROTO_UDP, in udp6_hwcsum_outgoing()
1015 if (uh->check == 0) in udp6_hwcsum_outgoing()
1016 uh->check = CSUM_MANGLED_0; in udp6_hwcsum_outgoing()
[all …]
/linux-4.1.27/net/netfilter/
Dnf_nat_proto_udp.c56 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()
Dnf_nat_proto_udplite.c58 l3proto->csum_update(skb, iphdroff, &hdr->check, tuple, maniptype); in udplite_manip_pkt()
59 inet_proto_csum_replace2(&hdr->check, skb, *portptr, newport, 0); in udplite_manip_pkt()
60 if (!hdr->check) in udplite_manip_pkt()
61 hdr->check = CSUM_MANGLED_0; in udplite_manip_pkt()
Dxt_TCPMSS.c145 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), 0); 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()
Dxt_multiport.c98 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()
Dnf_nat_proto_tcp.c72 l3proto->csum_update(skb, iphdroff, &hdr->check, tuple, maniptype); in tcp_manip_pkt()
73 inet_proto_csum_replace2(&hdr->check, skb, oldport, newport, 0); in tcp_manip_pkt()
Dnf_nat_helper.c124 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()
Dnf_conntrack_seqadj.c105 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, 0); in nf_ct_seq_adjust()
197 inet_proto_csum_replace4(&tcph->check, skb, tcph->ack_seq, newack, 0); in nf_ct_seq_adjust()
/linux-4.1.27/arch/ia64/scripts/
Dtoolchain-flags16 $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
Dcheck-gas7 $CC -c $dir/check-gas-asm.S -o $out
/linux-4.1.27/tools/perf/tests/
Dparse-events.c1291 int (*check)(struct perf_evlist *evlist); member
1297 .check = test__checkevent_tracepoint,
1302 .check = test__checkevent_tracepoint_multi,
1307 .check = test__checkevent_raw,
1312 .check = test__checkevent_numeric,
1317 .check = test__checkevent_symbolic_name,
1322 .check = test__checkevent_symbolic_name_config,
1327 .check = test__checkevent_symbolic_alias,
1332 .check = test__checkevent_genhw,
1337 .check = test__checkevent_breakpoint,
[all …]
/linux-4.1.27/drivers/media/pci/ttpci/
Dav7110_ipack.c16 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.1.27/drivers/md/bcache/
Ddebug.c108 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.1.27/net/sched/
Dact_csum.c184 tcph->check = 0; in tcf_csum_ipv4_tcp()
186 tcph->check = tcp_v4_check(ipl - ihl, in tcf_csum_ipv4_tcp()
205 tcph->check = 0; in tcf_csum_ipv6_tcp()
207 tcph->check = csum_ipv6_magic(&ip6h->saddr, &ip6h->daddr, in tcf_csum_ipv6_tcp()
237 if (udplite || udph->check) { in tcf_csum_ipv4_udp()
239 udph->check = 0; in tcf_csum_ipv4_udp()
255 udph->check = csum_tcpudp_magic(iph->saddr, iph->daddr, in tcf_csum_ipv4_udp()
259 if (!udph->check) in tcf_csum_ipv4_udp()
260 udph->check = CSUM_MANGLED_0; in tcf_csum_ipv4_udp()
290 udph->check = 0; in tcf_csum_ipv6_udp()
[all …]
Dact_nat.c143 csum_replace4(&iph->check, addr, new_addr); in tcf_nat()
164 inet_proto_csum_replace4(&tcph->check, skb, addr, new_addr, 1); in tcf_nat()
178 if (udph->check || skb->ip_summed == CHECKSUM_PARTIAL) { in tcf_nat()
179 inet_proto_csum_replace4(&udph->check, skb, addr, in tcf_nat()
181 if (!udph->check) in tcf_nat()
182 udph->check = CSUM_MANGLED_0; in tcf_nat()
/linux-4.1.27/security/apparmor/
Dmatch.c306 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.1.27/scripts/
DMakefile.headersinst34 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)
DKbuild.include40 # filechk is used to check if the content of a generated file is updated.
226 # User may override this check using make KBUILD_NOCMDDEP=1
227 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \
230 arg-check = $(if $(strip $(cmd_$@)),,1)
247 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
253 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \
261 # Will check if $(cmd_foo) or any of the prerequisites changed,
263 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
291 $(if $(arg-check), \
Dxz_wrap.sh23 exec xz --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
Dcheckpatch.pl28 my $check = 0;
138 'subjective!' => \$check,
139 'strict!' => \$check,
163 $check_orig = $check;
762 foreach my $check (@tree_check) {
763 if (! -e $root . '/' . $check) {
1768 if ($check && report("CHECK", $type, $msg)) {
2111 $check = 1;
2113 $check = $check_orig;
2971 my $check = 0;
[all …]
/linux-4.1.27/scripts/coccinelle/free/
Difnullfree.cocci1 /// NULL check before some freeing functions is not needed.
4 /// "kfree(NULL) is safe this check is probably not required"
46 cocci.print_main("NULL check before that freeing function is not needed", p)
52 msg = "WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recu…
/linux-4.1.27/arch/m68k/fpsp040/
Dget_op.S503 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 …]
Dx_operr.S159 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 …]
Dsint.S144 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
Dscale.S55 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
Dx_snan.S147 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
Dres_func.S82 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 …]
Dx_fline.S34 | 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
Dkernel_ex.S79 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
Dsto_res.S35 cmpib #3,%d0 |check for fp0/fp1 cases
68 cmpib #3,%d0 |check for fp0/fp1 cases
Dbindec.S176 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
Dbugfix.S185 | 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
Ddo_func.S133 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
Dgen_except.S124 | 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
Dround.S82 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.1.27/Documentation/RCU/
Dlockdep.txt10 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 Use explicit check expression "c", but the caller
56 Don't check. (Use sparingly, if at all.)
58 Use explicit check expression "c", and omit all barriers
73 The rcu_dereference_check() check expression can be any boolean
110 and RCU list-/tree-traversal primitives, which do not (yet) check for
/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_l3proto_ipv4.c99 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, 1); 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 …]
Dipt_SYNPROXY.c34 iph->check = 0; in synproxy_build_ip()
47 nth->check = ~tcp_v4_check(tcp_hdr_size, niph->saddr, niph->daddr, 0); in synproxy_send_tcp()
50 nskb->csum_offset = offsetof(struct tcphdr, check); in synproxy_send_tcp()
102 nth->check = 0; in synproxy_send_client_synack()
146 nth->check = 0; in synproxy_send_server_syn()
186 nth->check = 0; in synproxy_send_server_ack()
224 nth->check = 0; in synproxy_send_client_ack()
Dnf_reject_ipv4.c59 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()
Dnf_nat_snmp_basic.c624 __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()
Dipt_ECN.c41 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.1.27/net/openvswitch/
Dactions.c283 inet_proto_csum_replace4(&tcp_hdr(skb)->check, skb, in set_ip_addr()
289 if (uh->check || skb->ip_summed == CHECKSUM_PARTIAL) { in set_ip_addr()
290 inet_proto_csum_replace4(&uh->check, skb, in set_ip_addr()
292 if (!uh->check) in set_ip_addr()
293 uh->check = CSUM_MANGLED_0; in set_ip_addr()
298 csum_replace4(&nh->check, *addr, new_addr); in set_ip_addr()
310 inet_proto_csum_replace16(&tcp_hdr(skb)->check, skb, in update_ipv6_checksum()
316 if (uh->check || skb->ip_summed == CHECKSUM_PARTIAL) { in update_ipv6_checksum()
317 inet_proto_csum_replace16(&uh->check, skb, in update_ipv6_checksum()
319 if (!uh->check) in update_ipv6_checksum()
[all …]
/linux-4.1.27/arch/mn10300/unit-asb2364/include/unit/
Dsmsc911x.h86 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.1.27/arch/arm/mach-mv78xx0/include/mach/
Dentry-macro.S18 @ check low interrupts
25 @ if no low interrupts set, check high interrupts
32 @ if no high interrupts set, check error interrupts
/linux-4.1.27/kernel/irq/
Dinternals.h141 unsigned int check);
145 irq_get_desc_buslock(unsigned int irq, unsigned long *flags, unsigned int check) in irq_get_desc_buslock() argument
147 return __irq_get_desc_lock(irq, flags, true, check); in irq_get_desc_buslock()
157 irq_get_desc_lock(unsigned int irq, unsigned long *flags, unsigned int check) in irq_get_desc_lock() argument
159 return __irq_get_desc_lock(irq, flags, false, check); in irq_get_desc_lock()
Dirqdesc.c540 unsigned int check) in __irq_get_desc_lock() argument
545 if (check & _IRQ_DESC_CHECK) { in __irq_get_desc_lock()
546 if ((check & _IRQ_DESC_PERCPU) && in __irq_get_desc_lock()
550 if (!(check & _IRQ_DESC_PERCPU) && in __irq_get_desc_lock()
/linux-4.1.27/net/bridge/netfilter/
Debtable_broute.c36 static int check(const struct ebt_table_info *info, unsigned int valid_hooks) in check() function
47 .check = check,
Debtable_filter.c44 static int check(const struct ebt_table_info *info, unsigned int valid_hooks) in check() function
55 .check = check,
Debtable_nat.c44 static int check(const struct ebt_table_info *info, unsigned int valid_hooks) in check() function
55 .check = check,
/linux-4.1.27/drivers/pci/
Dsetup-res.c34 u32 new, check, mask; in pci_update_resource() local
87 pci_read_config_dword(dev, reg, &check); in pci_update_resource()
89 if ((new ^ check) & mask) { in pci_update_resource()
91 resno, new, check); in pci_update_resource()
97 pci_read_config_dword(dev, reg + 4, &check); in pci_update_resource()
98 if (check != new) { in pci_update_resource()
100 resno, new, check); in pci_update_resource()
/linux-4.1.27/sound/oss/
Dhex2hex.c23 int n, check; in loadhex() local
56 if (fscanf(inf, "%02x", &check) != 1) in loadhex()
60 if (check != sum) in loadhex()
/linux-4.1.27/Documentation/i2c/
Dfunctionality7 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.1.27/net/ipv6/netfilter/
Dnf_nat_l3proto_ipv6.c112 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()
Dip6t_SYNPROXY.c49 nth->check = ~tcp_v6_check(tcp_hdr_size, &niph->saddr, &niph->daddr, 0); in synproxy_send_tcp()
52 nskb->csum_offset = offsetof(struct tcphdr, check); in synproxy_send_tcp()
117 nth->check = 0; in synproxy_send_client_synack()
161 nth->check = 0; in synproxy_send_server_syn()
201 nth->check = 0; in synproxy_send_server_ack()
239 nth->check = 0; in synproxy_send_client_ack()
Dnf_reject_ipv6.c122 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.1.27/lib/zlib_inflate/
Dinflate.c163 #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 …]
Dinflate.h79 unsigned long check; /* protected copy of check value */ member
/linux-4.1.27/net/6lowpan/
Dnhc_udp.c64 fail |= lowpan_fetch_skb(skb, &uh.check, sizeof(uh.check)); in udp_uncompress()
141 lowpan_push_hc_data(hc_ptr, &uh->check, sizeof(uh->check)); in udp_compress()
/linux-4.1.27/arch/mips/jazz/
DKconfig9 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.1.27/scripts/kconfig/
DMakefile146 check-lxdialog := $(srctree)/$(src)/lxdialog/check-lxdialog.sh
150 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \
187 $(Q)$(CONFIG_SHELL) $(check-lxdialog) -check $(HOSTCC) $(HOST_EXTRACFLAGS) $(HOSTLOADLIBES_mconf)
192 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(HOSTCC) $(HOSTCFLAGS))
208 HOSTLOADLIBES_mconf = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))
/linux-4.1.27/arch/arm/mach-dove/include/mach/
Dentry-macro.S18 @ check low interrupts
24 @ if no low interrupts set, check high interrupts
/linux-4.1.27/arch/cris/boot/rescue/
Dhead_v10.S160 ;; 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
289 ;; check if we got something on the serial port
312 ;; check r7, which contains either -1 or the partition to boot from
/linux-4.1.27/drivers/mtd/tests/
Dtorturetest.c59 static int check = 1; variable
60 module_param(check, int, S_IRUGO);
61 MODULE_PARM_DESC(check, "if the written data should be checked");
202 pr_info("write verify %s\n", check ? "enabled" : "disabled"); in tort_init()
272 if (check) { in tort_init()
307 if (check) { in tort_init()
/linux-4.1.27/net/rxrpc/
Drxkad.c166 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.1.27/lib/
Drbtree_test.c137 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()
Dlist_sort.c174 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.1.27/net/core/
Dnetpoll.c407 udph->check = 0; in netpoll_send_udp()
408 udph->check = csum_ipv6_magic(&np->local_ip.in6, in netpoll_send_udp()
412 if (udph->check == 0) in netpoll_send_udp()
413 udph->check = CSUM_MANGLED_0; in netpoll_send_udp()
435 udph->check = 0; in netpoll_send_udp()
436 udph->check = csum_tcpudp_magic(np->local_ip.ip, in netpoll_send_udp()
440 if (udph->check == 0) in netpoll_send_udp()
441 udph->check = CSUM_MANGLED_0; in netpoll_send_udp()
455 iph->check = 0; in netpoll_send_udp()
458 iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl); in netpoll_send_udp()
/linux-4.1.27/arch/m68k/ifpsp060/
Dos.S89 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.1.27/scripts/kconfig/lxdialog/
Dcheck-lxdialog.sh47 check() { function
77 check
/linux-4.1.27/drivers/staging/ozwpan/
DTODO3 - Check for remaining ioctl & check if that can be converted into
8 - check USB HCD implementation is complete and correct.
/linux-4.1.27/Documentation/auxdisplay/
Dks010852 If you aren't building LCD related hardware, you should check
55 For example, check Documentation/auxdisplay/cfag12864b.
/linux-4.1.27/Documentation/
Dxz.txt56 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
Dmono.txt21 Once the Mono CLR support has been installed, just check that
65 NOTE: If this fails with a permission denied error, check
/linux-4.1.27/arch/arm/kernel/
Dentry-common.S36 ldr r1, [tsk, #TI_FLAGS] @ re-check for syscall tracing
190 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number
194 ldr r10, [tsk, #TI_FLAGS] @ check for syscall tracing
200 cmp scno, #NR_syscalls @ check upper syscall limit
239 cmp scno, #NR_syscalls @ check upper syscall limit
287 cmpne scno, #NR_syscalls @ check range
/linux-4.1.27/include/trace/events/
Dlock.h15 int trylock, int read, int check,
18 TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip),
/linux-4.1.27/drivers/edac/
Damd8111_edac.h116 void (*check)(struct edac_device_ctl_info *edac_dev); member
127 void (*check)(struct edac_pci_ctl_info *edac_dev); member
Damd8111_edac.c332 .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()
Damd8131_edac.h115 void (*check)(struct edac_pci_ctl_info *edac_dev); member
/linux-4.1.27/drivers/dma-buf/
Dreservation.c149 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.1.27/samples/bpf/
Dtcbpf1_kern.c19 #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.1.27/arch/sparc/kernel/
Dunaligned_32.c280 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.1.27/Documentation/device-mapper/
Ddm-raid.txt175 '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.
226 1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check".
/linux-4.1.27/Documentation/isdn/
DsyncPPP.FAQ14 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.1.27/drivers/phy/
Dphy-twl4030-usb.c187 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.1.27/tools/build/
DBuild.include31 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \
61 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)), \
69 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
/linux-4.1.27/include/linux/mtd/
Dubi.h251 int len, int check);
253 int offset, int len, int check);
/linux-4.1.27/arch/xtensa/
DKconfig.debug9 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.1.27/Documentation/video4linux/bttv/
DSound-FAQ21 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.1.27/arch/arm/nwfpe/
Dentry.S86 bl arm_check_condition @ check the condition
110 b emulate @ check condition and emulate
/linux-4.1.27/include/net/netfilter/
Dnf_nat_l3proto.h20 __sum16 *check,
25 void *data, __sum16 *check,
/linux-4.1.27/arch/m32r/kernel/
Dhead.S155 ;; ISN check
161 slli r5, #13 ; PIML check
166 slli r6, #4 ; ISN check
172 ;; check cpu_bootout_map and set cpu_bootin_map
Dentry.S158 and3 r4, r4, #0x8800 ; check BSM and BPM bits
160 and3 r4, r4, #0x8000 ; check BSM bit
/linux-4.1.27/Documentation/filesystems/cifs/
DTODO60 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.1.27/arch/ia64/include/asm/
Duaccess.h187 #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.1.27/arch/arm/mach-omap1/
DKconfig105 need a PalmOS compatible bootloader; check out
114 you'll need a PalmOS compatible bootloader; check out
123 need a PalmOS compatible bootloader (Garux); check out
133 you'll need a SX1 compatible bootloader; check out
/linux-4.1.27/fs/jffs2/
Ddebug.c266 #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()
DTODO20 - use bad block check instead of the hardwired byte check
/linux-4.1.27/Documentation/filesystems/
Dbtrfs.txt31 * 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
Disofs.txt20 check=relaxed Matches filenames with different cases
21 check=strict Matches only filenames with the exact same case
/linux-4.1.27/net/batman-adv/
Drouting.c800 int check, hdr_size = sizeof(*unicast_packet); in batadv_recv_unhandled_unicast_packet() local
802 check = batadv_check_unicast_packet(bat_priv, skb, hdr_size); in batadv_recv_unhandled_unicast_packet()
803 if (check < 0) in batadv_recv_unhandled_unicast_packet()
822 int check, hdr_size = sizeof(*unicast_packet); in batadv_recv_unicast_packet() local
834 check = batadv_check_unicast_packet(bat_priv, skb, hdr_size); in batadv_recv_unicast_packet()
839 if (check == -EREMOTE) in batadv_recv_unicast_packet()
842 if (check < 0) in batadv_recv_unicast_packet()
/linux-4.1.27/Documentation/x86/
Dentry_64.txt82 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.1.27/include/uapi/linux/
Dudp.h26 __sum16 check; member
/linux-4.1.27/arch/x86/kernel/
Dverify_cpu.S42 pushfl # standard way to check for cpuid
79 movl $0x1, %eax # check CPU family and model
/linux-4.1.27/arch/x86/include/asm/
Dlivepatch.h43 #error Live patching support is disabled; check CONFIG_LIVEPATCH
/linux-4.1.27/arch/s390/include/asm/
Dlivepatch.h40 #error Live patching support is disabled; check CONFIG_LIVEPATCH
/linux-4.1.27/arch/arm/mach-vexpress/
Ddcscb_setup.S17 cmp r0, #0 @ check affinity level
/linux-4.1.27/arch/arm/mm/
Dabort-lv4t.S18 tst r5, #PSR_T_BIT @ check for thumb mode
57 tst r8, #1 << 21 @ check writeback bit
98 tst r8, #1 << 21 @ check writeback bit
112 tst r8, #1 << 21 @ check writeback bit
Dabort-ev4t.S25 tst r3, #1 << 20 @ check write
Dabort-ev5t.S26 tst r3, #1 << 20 @ check write
/linux-4.1.27/drivers/net/hyperv/
Dnetvsc_drv.c532 uh->check = 0; in netvsc_start_xmit()
533 uh->check = csum_tcpudp_magic(ip_hdr(skb)->saddr, in netvsc_start_xmit()
537 if (uh->check == 0) in netvsc_start_xmit()
538 uh->check = CSUM_MANGLED_0; in netvsc_start_xmit()
557 ip_hdr(skb)->check = 0; in netvsc_start_xmit()
558 tcp_hdr(skb)->check = in netvsc_start_xmit()
565 tcp_hdr(skb)->check = in netvsc_start_xmit()
/linux-4.1.27/drivers/input/serio/
Dhp_sdc_mlc.c78 goto check; in hp_sdc_mlc_isr()
85 goto check; in hp_sdc_mlc_isr()
95 check: in hp_sdc_mlc_isr()
/linux-4.1.27/sound/firewire/
Dcmp.c75 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.1.27/arch/s390/kernel/
Dentry.S93 # We must also check the instruction after SIE in that case.
248 jnz .Lsysc_work # check for work
411 tm __LC_PGM_ILC+3,0x80 # check for per exception
421 tm __LC_PGM_ILC+2,0x02 # check for transaction abort
432 tm __LC_PGM_ILC+3,0x80 # check for per exception
532 # 2) if we return to kernel code and kvm is enabled check if we need to
534 # 3) if we return to kernel code and preemptive scheduling is enabled check
542 # check for preemptive scheduling
855 # check if stpt has been executed
862 0: # check if stmg has been executed
[all …]
Dhead64.S61 .quad 0xc0000000 # cr14: machine check handling off
89 # check control registers
/linux-4.1.27/Documentation/sound/alsa/
DProcfile.txt10 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.1.27/arch/sh/lib64/
Dstrlen.S20 /* beqi r2, 0, tr4 */ ! Sanity check
/linux-4.1.27/drivers/input/keyboard/
Dtwl4030_keypad.c192 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()
Dpmic8xxx-keypad.c261 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.1.27/arch/sparc/lib/
Dchecksum_32.S43 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.1.27/arch/cris/arch-v10/lib/
Dchecksum.S15 ;; check for breakeven length between movem and normal word looping versions
24 ;; this overhead is why we have a check above for breakeven length
Dchecksumcopy.S19 ;; 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.1.27/arch/ia64/
DMakefile33 GAS_STATUS = $(shell $(srctree)/arch/ia64/scripts/check-gas "$(CC)" "$(OBJDUMP)")
66 PHONY += boot compressed check
/linux-4.1.27/arch/arm/mach-nspire/
Dnspire.c46 .check = clcdfb_check,
/linux-4.1.27/tools/lib/lockdep/include/liblockdep/
Dcommon.h42 int trylock, int read, int check,
/linux-4.1.27/tools/testing/selftests/timers/
DMakefile9 inconsistency-check raw_skew threadtest rtctest
/linux-4.1.27/block/partitions/
DMakefile5 obj-$(CONFIG_BLOCK) := check.o
/linux-4.1.27/drivers/gpu/host1x/
Dsyncpt.c241 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.1.27/drivers/mtd/ubi/
Deba.c373 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()
Dkapi.c433 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.1.27/arch/arm/lib/
Dcsumpartial.S37 .Lless8: teq len, #0 @ check for zero count
76 tst td0, #1 @ check buffer alignment
Dio-writesl.S14 teq r2, #0 @ do we have to check for the zero len?
/linux-4.1.27/Documentation/video4linux/
DREADME.ir38 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.1.27/drivers/staging/lustre/lustre/llite/
Ddir.c1664 struct if_quotacheck *check; in ll_dir_ioctl() local
1670 check = kzalloc(sizeof(*check), GFP_NOFS); in ll_dir_ioctl()
1671 if (!check) in ll_dir_ioctl()
1674 rc = obd_iocontrol(cmd, sbi->ll_md_exp, 0, (void *)check, in ll_dir_ioctl()
1678 if (copy_to_user((void *)arg, check, in ll_dir_ioctl()
1679 sizeof(*check))) in ll_dir_ioctl()
1684 rc = obd_iocontrol(cmd, sbi->ll_dt_exp, 0, (void *)check, in ll_dir_ioctl()
1688 if (copy_to_user((void *)arg, check, in ll_dir_ioctl()
1689 sizeof(*check))) in ll_dir_ioctl()
1694 OBD_FREE_PTR(check); in ll_dir_ioctl()
/linux-4.1.27/arch/arm/plat-samsung/
DMakefile35 obj-$(CONFIG_SAMSUNG_PM_CHECK) += pm-check.o
/linux-4.1.27/Documentation/input/
Delantech.txt124 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.1.27/drivers/net/slip/
Dslhc.c435 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.1.27/Documentation/ioctl/
Dioctl-decoding.txt3 Most architectures use this generic format, but check
/linux-4.1.27/drivers/staging/sm750fb/
DTODO5 - check on hardware effects of removal of USE_HW_I2C and USE_DVICHIP (these two
/linux-4.1.27/fs/isofs/
Dinode.c161 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.1.27/Documentation/ABI/testing/
Dsysfs-devices-firmware_node6 allowing the user space to check and modify some firmware
/linux-4.1.27/arch/unicore32/mm/
Dcache-ucv2.S57 andn r0, r0, #CACHE_LINESIZE - 1 @ Safety check
97 andn r0, r0, #CACHE_LINESIZE - 1 @ Safety check
/linux-4.1.27/Documentation/scsi/
DChangeLog.arcmsr33 …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.1.27/arch/x86/boot/
Dsetup.ld61 /* Necessary for the very-old-loader check to work... */
/linux-4.1.27/arch/arm/include/debug/
Dmsm.S30 @ check for TX_EMT in UARTDM_SR
/linux-4.1.27/drivers/md/persistent-data/
Ddm-block-manager.h57 int (*check)(struct dm_block_validator *v, struct dm_block *b, size_t block_size); member
/linux-4.1.27/include/linux/
Dzutil.h47 typedef uLong (*check_func) (uLong check, const Byte *buf,
Dskbuff.h3005 __sum16 check) in __skb_checksum_validate_needed() argument
3007 if (skb_csum_unnecessary(skb) || (zero_okay && !check)) { in __skb_checksum_validate_needed()
3085 zero_okay, check, compute_pseudo) \
3089 if (__skb_checksum_validate_needed(skb, zero_okay, check)) \
3098 #define skb_checksum_init_zero_check(skb, proto, check, compute_pseudo) \ argument
3099 __skb_checksum_validate(skb, proto, false, true, check, compute_pseudo)
3104 #define skb_checksum_validate_zero_check(skb, proto, check, \ argument
3106 __skb_checksum_validate(skb, proto, true, true, check, compute_pseudo)
3118 __sum16 check, __wsum pseudo) in __skb_checksum_convert() argument
3124 #define skb_checksum_try_convert(skb, proto, check, compute_pseudo) \ argument
[all …]
/linux-4.1.27/Documentation/s390/
Dcds.txt282 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.1.27/drivers/media/pci/cx25821/
DKconfig22 To check if your board supports, use lspci -n.
/linux-4.1.27/arch/arm/boot/compressed/
Dhead-shmobile.S34 ldr lr, [r5, #0] @ check if valid DTB is present
/linux-4.1.27/arch/parisc/kernel/
Dtraps.c819 u32 check = 0; in check_ivt() local
839 check += *hpmcp++; in check_ivt()
842 check += ivap[i]; in check_ivt()
844 ivap[5] = -check; in check_ivt()
/linux-4.1.27/sound/soc/codecs/
Dwm8958-dsp2.c43 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.1.27/Documentation/devicetree/bindings/usb/
Drenesas_usbhs.txt13 - renesas,enable-gpio: A gpio specifier to check GPIO determining if USB
/linux-4.1.27/arch/mips/mm/
Dcex-sb1.S156 sll k0, k0, 3 # check CU0 (kernel?)
/linux-4.1.27/fs/btrfs/
DKconfig45 bool "Btrfs with integrity check tool compiled in (DANGEROUS)"
54 If the integrity check tool is included and activated in
DMakefile15 btrfs-$(CONFIG_BTRFS_FS_CHECK_INTEGRITY) += check-integrity.o
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dkeystone-gate.txt15 - domain-id : psc domain id needed to check the transition state register
/linux-4.1.27/Documentation/prctl/
Dseccomp_filter.txt24 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.1.27/Documentation/virtual/kvm/
Dmsr.txt33 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.1.27/drivers/usb/gadget/udc/
Dm66592-udc.c899 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.1.27/net/ax25/
DKconfig42 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.1.27/drivers/char/tpm/
Dtpm_infineon.c151 int check = 0; in empty_fifo() local
158 if (check == 5) in empty_fifo()
161 check++; in empty_fifo()
/linux-4.1.27/arch/xtensa/lib/
Dstrnlen_user.S94 # check two more bytes (bytes 0, 1 of word)
100 # check one more byte (byte 2 of word)
/linux-4.1.27/drivers/s390/cio/
Dccwreq.c288 if (!req->check) in ccw_request_handler()
290 switch (req->check(cdev, req->data)) { in ccw_request_handler()
/linux-4.1.27/Documentation/filesystems/nfs/
Dfault_injection.txt26 of items forgotten (check dmesg).
28 Go back to work on the client and check if the client recovered from the error
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Ddesignware-i2s.txt16 properties please check:
Dadi,axi-i2s.txt17 please check:
Dadi,axi-spdif-tx.txt16 please check:
/linux-4.1.27/drivers/net/ethernet/sfc/
Dselftest.c287 received->ip.check = payload->ip.check; in efx_loopback_rx_packet()
375 payload->ip.check = (__force __sum16) htons(0xdead); in efx_iterate_state()
384 payload->udp.check = 0; /* checksum ignored */ in efx_iterate_state()
/linux-4.1.27/arch/m68k/mvme147/
Dconfig.c153 #warning check me! in mvme147_hwclk()
/linux-4.1.27/fs/coda/
DKconfig17 <file:Documentation/filesystems/coda.txt> and check out the Coda
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dfsl-quadspi.txt19 (Please check the board's schematic.)

12345