Searched refs:found (Results 1 - 25 of 1193) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-gpr.h23 int i, found = 1; local
29 found = 0;
33 if (!found)
41 int i, found = 1; local
46 found = 0;
50 if (!found)
58 int i, found = 1; local
63 found = 0;
67 if (!found)
/linux-master/tools/perf/tests/shell/common/
H A Dcheck_all_patterns_found.pl9 %found = ();
20 $found{$r} = 1; # FIXME: maybe add counters -- how many times was the regexp matched
27 unless (exists $found{$r})
29 print "Regexp not found: \"$r\"\n" unless $quiet;
H A Dcheck_no_patterns_found.pl9 %found = ();
20 $found{$r} = 1;
27 if (exists $found{$r})
29 print "Regexp found: \"$r\"\n" unless $quiet;
/linux-master/tools/perf/util/
H A Dfind-map.c6 int found = 0; local
14 while (!found && fgets(line, sizeof(line), maps)) {
25 found = 1;
29 return !found;
/linux-master/drivers/accel/habanalabs/common/
H A Dasid.c34 unsigned long found; local
38 found = find_first_zero_bit(hdev->asid_bitmap,
40 if (found == hdev->asic_prop.max_asid)
41 found = 0;
43 set_bit(found, hdev->asid_bitmap);
47 return found;
/linux-master/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c55 int found; local
59 found = 0;
63 found++;
69 found++;
75 found++;
81 found++;
87 found++;
93 found++;
99 found++;
105 found
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_llc.c27 unsigned int ia_freq, ring_freq, found; local
41 found = (val >> 0) & 0xff;
42 if (found != ia_freq) {
43 pr_err("Min freq table(%d/[%d, %d]):%dMHz did not match expected CPU freq, found %d, expected %d\n",
46 found, ia_freq);
51 found = (val >> 8) & 0xff;
52 if (found != ring_freq) {
53 pr_err("Min freq table(%d/[%d, %d]):%dMHz did not match expected ring freq, found %d, expected %d\n",
56 found, ring_freq);
/linux-master/drivers/staging/media/av7110/
H A Dav7110_ipack.c10 p->found = 0;
114 if (p->plength != MMAX_PLENGTH - 6 || p->found <= 6)
116 p->plength = p->found - 6;
117 p->found = 0;
152 (p->mpeg == 1 && p->found < 7) ||
153 (p->mpeg == 2 && p->found < 9))
154 && (p->found < 5 || !p->done)) {
155 switch (p->found) {
159 p->found++;
161 p->found
[all...]
/linux-master/tools/testing/cxl/
H A Dmock_acpi.c13 struct acpi_device *adev, *found = NULL; local
17 found = ACPI_COMPANION(dev);
29 found = adev;
30 dev_dbg(host, "found host bridge %s\n", dev_name(&adev->dev));
34 return found;
/linux-master/arch/x86/kernel/
H A Dpmem.c10 static int found(struct resource *res, void *data) function
21 IORESOURCE_MEM, 0, -1, NULL, found);
/linux-master/fs/xfs/libxfs/
H A Dxfs_bit.c53 goto found;
59 goto found;
64 found:
93 goto found;
99 goto found;
104 found:
/linux-master/net/9p/
H A Dmod.c88 struct p9_trans_module *t, *found = NULL; local
95 found = t;
101 return found;
111 struct p9_trans_module *found = NULL; local
113 found = _p9_get_trans_by_name(s);
116 if (!found) {
118 found = _p9_get_trans_by_name(s);
122 return found;
137 struct p9_trans_module *t, *found = NULL; local
144 found
[all...]
/linux-master/lib/
H A Dtest_linear_ranges.c139 bool found; local
143 &sel, &found);
146 KUNIT_EXPECT_TRUE(test, found);
150 &sel, &found);
154 &sel, &found);
156 KUNIT_EXPECT_FALSE(test, found);
172 bool found; local
177 &found);
180 KUNIT_EXPECT_TRUE(test, found);
185 &found);
[all...]
H A Dlinear_ranges.c80 * @val: address where found value is updated
84 * Return: 0 on success, -EINVAL given selector is not found from any of the
104 * @val: address where found value is updated
108 * Return: 0 on success, -EINVAL given selector is not found from any of the
128 * @selector: address where found selector value is updated
129 * @found: flag to indicate that given value was in the range
133 * value. If given value is in the range, then @found is set true.
140 bool *found)
142 *found = false;
152 *found
138 linear_range_get_selector_low(const struct linear_range *r, unsigned int val, unsigned int *selector, bool *found) argument
182 linear_range_get_selector_low_array(const struct linear_range *r, int ranges, unsigned int val, unsigned int *selector, bool *found) argument
219 linear_range_get_selector_high(const struct linear_range *r, unsigned int val, unsigned int *selector, bool *found) argument
[all...]
/linux-master/tools/perf/tests/
H A Dkeep-tracking.c37 int i, found; local
39 found = 0;
49 found += 1;
54 return found;
78 int found, err = -1; local
112 * First, test that a 'comm' event can be found when the event is
123 found = find_comm(evlist, comm);
124 if (found != 1) {
130 * Secondly, test that a 'comm' event can be found when the event is
145 found
[all...]
/linux-master/arch/m68k/tools/amiga/
H A Ddmesg.c44 int found = 0; local
54 found = 1;
58 if (!found)
59 printf("Not found\n");
/linux-master/include/linux/
H A Dlinear_range.h51 bool *found);
54 bool *found);
59 unsigned int *selector, bool *found);
/linux-master/tools/build/feature/
H A Dtest-libunwind-debug-frame-aarch64.c6 UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
H A Dtest-libunwind-debug-frame-arm.c6 UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
H A Dtest-libunwind-debug-frame.c6 UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtrace_printk.c15 int err = 0, iter = 0, found = 0; local
61 found++;
62 if (found == bss->trace_printk_ran)
68 if (!ASSERT_EQ(found, bss->trace_printk_ran, "found"))
H A Dtrace_vprintk.c15 int err = 0, iter = 0, found = 0; local
54 found++;
55 if (found == bss->trace_vprintk_ran)
61 if (!ASSERT_EQ(found, bss->trace_vprintk_ran, "found"))
/linux-master/usr/include/
H A Dheaders_check.pl55 my $found;
56 $found = stat($dir . "/" . $inc);
57 if (!$found) {
59 $found = stat($dir . "/" . $inc);
61 if (!$found) {
165 "found __[us]{8,16,32,64} type " .
/linux-master/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c41 * @found: pointer to struct describing tested device
49 libusb_device *found; member in struct:test_state
65 state->found = NULL;
78 printf("no devices found\n");
92 state->found = dev;
97 if (!state->found) {
98 printf("no devices found\n");
102 ret = libusb_open(state->found, &state->handle);
164 libusb_get_config_descriptor(state.found, 0, &conf);
/linux-master/tools/usb/ffs-aio-example/simple/host_app/
H A Dtest.c41 * @found: pointer to struct describing tested device
49 libusb_device *found; member in struct:test_state
65 state->found = NULL;
78 printf("no devices found\n");
92 state->found = dev;
97 if (!state->found) {
98 printf("no devices found\n");
102 ret = libusb_open(state->found, &state->handle);
164 libusb_get_config_descriptor(state.found, 0, &conf);

Completed in 423 milliseconds

1234567891011>>