/kernel/linux/linux-5.10/tools/testing/ktest/ |
H A D | config-bisect.pl | 113 my $ans; 121 $ans = <STDIN>; 122 chomp $ans; 123 if ($ans =~ /^\s*$/) { 125 $ans = "c"; 127 $ans = "n"; 130 last if ($ans =~ /^y$/i || $ans =~ /^n$/i); 132 last if ($ans =~ /^c$/i); 138 if ($ans [all...] |
H A D | ktest.pl | 539 my $ans; 547 $ans = <STDIN>; 548 chomp $ans; 549 if ($ans =~ /^\s*$/) { 551 $ans = "c"; 553 $ans = "y"; 556 last if ($ans =~ /^y$/i || $ans =~ /^n$/i); 558 last if ($ans =~ /^c$/i); 564 if ($ans [all...] |
/kernel/linux/linux-6.6/tools/testing/ktest/ |
H A D | config-bisect.pl | 113 my $ans; 121 $ans = <STDIN>; 122 chomp $ans; 123 if ($ans =~ /^\s*$/) { 125 $ans = "c"; 127 $ans = "n"; 130 last if ($ans =~ /^y$/i || $ans =~ /^n$/i); 132 last if ($ans =~ /^c$/i); 138 if ($ans [all...] |
H A D | ktest.pl | 602 my $ans; 610 $ans = <STDIN>; 611 chomp $ans; 612 if ($ans =~ /^\s*$/) { 614 $ans = "c"; 616 $ans = "y"; 619 last if ($ans =~ /^y$/i || $ans =~ /^n$/i); 621 last if ($ans =~ /^c$/i); 627 if ($ans [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/nci/ |
H A D | nci_dev.c | 182 } ans; in get_family_id() local 194 resp_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id() 196 if (ans.n.nlmsg_type == NLMSG_ERROR || resp_len < 0 || in get_family_id() 197 !NLMSG_OK(&ans.n, resp_len)) in get_family_id() 201 resp_len = GENLMSG_PAYLOAD(&ans.n); in get_family_id() 202 na = (struct nlattr *)GENLMSG_DATA(&ans); in get_family_id() 235 na = (struct nlattr *)(GENLMSG_DATA(&ans) + len); in get_family_id() 644 } ans; in get_taginfo() local 663 resp_len = recv(sd, &ans, sizeo in get_taginfo() [all...] |
/kernel/linux/linux-6.6/tools/accounting/ |
H A D | procacct.c | 175 } ans; in get_family_id() local 188 rep_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id() 189 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id() 190 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) in get_family_id() 193 na = (struct nlattr *) GENLMSG_DATA(&ans); in get_family_id()
|
H A D | getdelays.c | 168 } ans; in get_family_id() local 181 rep_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id() 182 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id() 183 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) in get_family_id() 186 na = (struct nlattr *) GENLMSG_DATA(&ans); in get_family_id()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | orinoco_usb.c | 584 struct ezusb_packet *ans = urb->transfer_buffer; in ezusb_request_in_callback() local 601 if ((ans->ans_reply_count == reply_count) in ezusb_request_in_callback() 602 && (le16_to_cpu(ans->hermes_rid) == c->in_rid)) { in ezusb_request_in_callback() 607 le16_to_cpu(ans->hermes_rid), c->in_rid, in ezusb_request_in_callback() 608 ans->ans_reply_count, reply_count); in ezusb_request_in_callback() 615 le16_to_cpu(ans->hermes_rid)); in ezusb_request_in_callback() 622 ctx->buf = (void *) ans; in ezusb_request_in_callback() 923 struct ezusb_packet *ans = ctx->buf; in ezusb_access_ltv() local 926 if (ans->hermes_len != 0) in ezusb_access_ltv() 927 exp_len = le16_to_cpu(ans in ezusb_access_ltv() 1044 struct ezusb_packet *ans = (void *) upriv->read_urb->transfer_buffer; ezusb_bap_pread() local 1384 struct ezusb_packet *ans = urb->transfer_buffer; ezusb_bulk_in_callback() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | orinoco_usb.c | 584 struct ezusb_packet *ans = urb->transfer_buffer; in ezusb_request_in_callback() local 601 if ((ans->ans_reply_count == reply_count) in ezusb_request_in_callback() 602 && (le16_to_cpu(ans->hermes_rid) == c->in_rid)) { in ezusb_request_in_callback() 607 le16_to_cpu(ans->hermes_rid), c->in_rid, in ezusb_request_in_callback() 608 ans->ans_reply_count, reply_count); in ezusb_request_in_callback() 615 le16_to_cpu(ans->hermes_rid)); in ezusb_request_in_callback() 622 ctx->buf = (void *) ans; in ezusb_request_in_callback() 945 struct ezusb_packet *ans = ctx->buf; in ezusb_access_ltv() local 948 if (ans->hermes_len != 0) in ezusb_access_ltv() 949 exp_len = le16_to_cpu(ans in ezusb_access_ltv() 1082 struct ezusb_packet *ans = (void *) upriv->read_urb->transfer_buffer; ezusb_bap_pread() local 1428 struct ezusb_packet *ans = urb->transfer_buffer; ezusb_bulk_in_callback() local [all...] |
/kernel/linux/linux-5.10/tools/accounting/ |
H A D | getdelays.c | 169 } ans; in get_family_id() local 182 rep_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id() 183 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id() 184 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) in get_family_id() 187 na = (struct nlattr *) GENLMSG_DATA(&ans); in get_family_id()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/af_unix/ |
H A D | test_unix_oob.c | 73 int ans = -1; in is_sioctatmark() local 75 if (ioctl(fd, SIOCATMARK, &ans, sizeof(ans)) < 0) { in is_sioctatmark() 80 return ans; in is_sioctatmark()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | slog2.S | 42 | 2.2 Return ans := Y * INV_L10. 56 | 2.2 Return ans := Y * INV_L10. 71 | 2.2 Return ans := Y * INV_L2. 87 | 2.3 Return ans := convert-to-double-extended(k). 93 | 4.2 Return ans := Y * INV_L2.
|
H A D | setox.S | 50 | Step 1. Set ans := 1.0 52 | Step 2. Return ans := ans + sign(X)*2^(-126). Exit. 142 | ans := T + ( T*p + t) 155 | 6.2 ans := ans * AdjScale 157 | 6.4 Return ans := ans * Scale. Exit. 173 | 7.1 ans := X 175 | 7.3 Return ans [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | slog2.S | 42 | 2.2 Return ans := Y * INV_L10. 56 | 2.2 Return ans := Y * INV_L10. 71 | 2.2 Return ans := Y * INV_L2. 87 | 2.3 Return ans := convert-to-double-extended(k). 93 | 4.2 Return ans := Y * INV_L2.
|
H A D | setox.S | 50 | Step 1. Set ans := 1.0 52 | Step 2. Return ans := ans + sign(X)*2^(-126). Exit. 142 | ans := T + ( T*p + t) 155 | 6.2 ans := ans * AdjScale 157 | 6.4 Return ans := ans * Scale. Exit. 173 | 7.1 ans := X 175 | 7.3 Return ans [all...] |
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | nconf.c | 1017 /* Return 0 means I have handled the key. In such a case, ans should hold the 1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument 1025 *ans = -1; in do_match() 1041 *ans = get_mext_match(state->pattern, in do_match() 1045 *ans = get_mext_match(state->pattern, in do_match() 1049 *ans = get_mext_match(state->pattern, in do_match()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | nconf.c | 1088 /* Return 0 means I have handled the key. In such a case, ans should hold the 1092 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument 1096 *ans = -1; in do_match() 1112 *ans = get_mext_match(state->pattern, in do_match() 1116 *ans = get_mext_match(state->pattern, in do_match() 1120 *ans = get_mext_match(state->pattern, in do_match()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | i5400_edac.c | 889 int ans; in decode_mtr() local 891 ans = MTR_DIMMS_PRESENT(mtr); in decode_mtr() 894 slot_row, mtr, ans ? "" : "NOT "); in decode_mtr() 895 if (!ans) in decode_mtr()
|
H A D | i7300_edac.c | 590 int mtr, ans, addrBits, channel; in decode_mtr() local 595 ans = MTR_DIMMS_PRESENT(mtr) ? 1 : 0; in decode_mtr() 598 slot, channel, ans ? "" : "NOT "); in decode_mtr() 601 if (!ans) in decode_mtr()
|
H A D | i5000_edac.c | 967 int ans; in decode_mtr() local 969 ans = MTR_DIMMS_PRESENT(mtr); in decode_mtr() 972 slot_row, mtr, ans ? "" : "NOT "); in decode_mtr() 973 if (!ans) in decode_mtr()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | i5400_edac.c | 890 int ans; in decode_mtr() local 892 ans = MTR_DIMMS_PRESENT(mtr); in decode_mtr() 895 slot_row, mtr, ans ? "" : "NOT "); in decode_mtr() 896 if (!ans) in decode_mtr()
|
H A D | i7300_edac.c | 590 int mtr, ans, addrBits, channel; in decode_mtr() local 595 ans = MTR_DIMMS_PRESENT(mtr) ? 1 : 0; in decode_mtr() 598 slot, channel, ans ? "" : "NOT "); in decode_mtr() 601 if (!ans) in decode_mtr()
|
H A D | i5000_edac.c | 967 int ans; in decode_mtr() local 969 ans = MTR_DIMMS_PRESENT(mtr); in decode_mtr() 972 slot_row, mtr, ans ? "" : "NOT "); in decode_mtr() 973 if (!ans) in decode_mtr()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fhci-sched.c | 281 int ans = 1; in scan_ed_list() local 320 ans = 0; in scan_ed_list() 332 return ans; in scan_ed_list()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | fhci-sched.c | 281 int ans = 1; in scan_ed_list() local 320 ans = 0; in scan_ed_list() 332 return ans; in scan_ed_list()
|