Searched refs:found (Results 176 - 200 of 1193) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c145 * find_cpu_id_range - found a linear ranger of @nthreads free CPU ids.
435 bool found; local
439 found = false;
449 found = true;
454 return found;
501 bool found = false; local
512 while (!found) {
522 found = true;
525 return found;
/linux-master/arch/alpha/lib/
H A Dstrchr.S7 * string, or null if it is not found.
39 bne t0, $found # .. e1 (zdb)
50 $found: negq t0, t1 # e0 : clear all but least set bit
H A Dev67-strchr.S7 * string, or null if it is not found.
61 bne t0, $found # U :
79 $found: negq t0, t1 # E : clear all but least set bit
/linux-master/drivers/regulator/
H A Dhelpers.c416 bool found; local
428 &found);
474 bool found; local
486 &found);
925 bool found = false; local
935 if (!found || table[s] - target < tmp - target) {
938 found = true;
945 if (!found) {
H A Dof_regulator.c57 bool found; local
68 found = !of_property_read_u32(np, prop, &pval);
69 if (found)
71 set[i] |= found;
394 * Returns the number of matches found or a negative error code on failure.
583 bool found = false; local
596 /* found */
598 found = true;
602 if (found) {
608 return found;
[all...]
/linux-master/fs/ext2/
H A Dialloc.c296 goto found;
331 goto found;
341 goto found;
355 found:
373 goto found;
397 goto found;
410 goto found;
415 found:
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c101 int found, i; local
116 found = 0;
119 found += count_pmc(i, sample_period);
122 if (!found)
/linux-master/drivers/nvdimm/
H A Dclaim.c140 struct device *found; local
171 found = device_find_child(dev->parent, name, namespace_match);
172 if (!found) {
173 dev_dbg(dev, "'%s' not found under %s\n", name,
179 ndns = to_ndns(found);
/linux-master/drivers/input/joystick/
H A Dn64joy.c247 u32 i, j, found = 0; local
267 found++;
319 pr_info("%u controller(s) connected\n", found);
321 if (!found)
/linux-master/arch/x86/platform/intel-quark/
H A Dimr.c410 bool found = false; local
446 found = true;
459 found = true;
466 if (!found) {
/linux-master/drivers/dma/
H A Dacpi-dma.c67 /* Consider initial zero values as resource not found */
305 * found.
379 int found; local
406 found = acpi_dma_update_dma_spec(adma, dma_spec);
407 if (found < 0)
415 if (found > 0 || chan)
469 * Pointer to the channel if found or %NULL otherwise.
/linux-master/lib/
H A Dlogic_iomem.c89 struct logic_iomem_region *rreg, *found = NULL; local
98 found = rreg;
102 if (!found)
111 offs = rreg->ops->map(offset - found->res->start,
/linux-master/Documentation/tools/rtla/
H A DMakefile25 $(info ** NOTICE: rst2man not found)
/linux-master/Documentation/tools/rv/
H A DMakefile24 $(info ** NOTICE: rst2man not found)
/linux-master/drivers/infiniband/core/
H A Drestrack.c65 bool found = false; local
75 if (!found) {
97 found = true;
101 if (found)
/linux-master/arch/x86/kernel/cpu/
H A Daperfmperf.c152 int fratio, delta_fratio, found; local
168 found = 0;
170 if (found >= num_delta_fratio) {
178 found += 1;
/linux-master/net/mptcp/
H A Dtoken.c145 * On success, the mptcp connection can be found again using
224 goto found;
231 found:
271 goto found;
279 found:
291 * This function returns the first mptcp connection structure found inside the
/linux-master/drivers/watchdog/
H A Dsch311x_wdt.c499 int err, i, found = 0; local
502 for (i = 0; !found && sch311x_ioports[i]; i++)
504 found++;
506 if (!found)
/linux-master/arch/x86/pci/
H A Damd_bus.c66 * to the LDT Bus Number Registers found in the northbridge.
84 bool found; local
92 found = false;
109 found = true;
114 if (!found)
173 continue; /* not found */
/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A Denum-attributes.c34 int found = 0; local
41 for (i = 0; i < enum_data->possible_values_size && !found; i++)
43 found = 1;
45 if (!found)
290 pr_warn("Invalid element: %d found in Enumeration attribute or data may be malformed\n", elem);
/linux-master/arch/s390/appldata/
H A Dappldata_base.c270 int rc, found; local
279 found = 0;
284 found = 1;
287 if (!found) {
/linux-master/drivers/media/platform/renesas/
H A Dsh_vou.c526 unsigned int found = geo->output.width * vou_scale_h_den[i] / local
529 if (found > VOU_MAX_IMAGE_WIDTH)
533 err = abs(found - geo->in_width);
537 best = found;
551 unsigned int found = geo->output.height * vou_scale_v_den[i] / local
554 if (found > img_height_max)
558 err = abs(found - geo->in_height);
562 best = found;
595 unsigned int found = geo->in_width * vou_scale_h_num[i] / local
598 if (found > VOU_MAX_IMAGE_WIDT
625 unsigned int found = geo->in_height * vou_scale_v_num[i] / local
[all...]
/linux-master/kernel/trace/
H A Dring_buffer_benchmark.c195 int found = 1; local
197 while (found && !test_error) {
200 found = 0;
213 found = 1;
/linux-master/net/core/
H A Dnet-procfs.c225 goto found;
231 goto found;
242 goto found;
253 found:
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-prd.c52 bool found; local
61 found = false;
85 found = true;
92 return found;

Completed in 270 milliseconds

1234567891011>>