arch/arm/mach-omap2/omap_hwmod.c
2119
struct device_node **found)
arch/arm/mach-omap2/omap_hwmod.c
2126
*found = np;
arch/arm/mach-omap2/omap_hwmod.c
2137
*found = fc;
arch/arm/mach-omap2/omap_hwmod.c
2144
*found = NULL;
arch/arm/mach-omap2/powerdomain.c
1050
bool found;
arch/arm/mach-omap2/powerdomain.c
1064
found = true;
arch/arm/mach-omap2/powerdomain.c
1068
found = false;
arch/arm/mach-omap2/powerdomain.c
1074
if (found)
arch/arm/mm/dma-mapping.c
79
struct arm_dma_buffer *buf, *found = NULL;
arch/arm/mm/dma-mapping.c
86
found = buf;
arch/arm/mm/dma-mapping.c
91
return found;
arch/arm/xen/enlighten.c
215
bool found;
arch/arm/xen/enlighten.c
229
hyper_node.found = true;
arch/arm/xen/enlighten.c
260
if (!hyper_node.found) {
arch/arm64/kvm/stacktrace.c
102
found:
arch/arm64/kvm/stacktrace.c
93
goto found;
arch/arm64/kvm/stacktrace.c
98
goto found;
arch/hexagon/kernel/module.c
32
int found = 0;
arch/hexagon/kernel/module.c
39
found = i+1;
arch/hexagon/kernel/module.c
41
found = i+1;
arch/hexagon/kernel/module.c
43
found = i+1;
arch/hexagon/kernel/module.c
47
if (found) {
arch/loongarch/kernel/module.c
526
bool found = false;
arch/loongarch/kernel/module.c
549
found = true;
arch/loongarch/kernel/module.c
557
if (!found) {
arch/loongarch/kernel/unwind_orc.c
63
int *mid = first, *found = first;
arch/loongarch/kernel/unwind_orc.c
79
found = mid;
arch/loongarch/kernel/unwind_orc.c
85
return u_table + (found - ip_table);
arch/loongarch/kvm/intc/eiointc.c
37
int ipnum, cpu, found;
arch/loongarch/kvm/intc/eiointc.c
59
found = find_first_bit(s->sw_coreisr[cpu][ipnum], EIOINTC_IRQS);
arch/loongarch/kvm/intc/eiointc.c
64
found = find_first_bit(s->sw_coreisr[cpu][ipnum], EIOINTC_IRQS);
arch/loongarch/kvm/intc/eiointc.c
67
if (found < EIOINTC_IRQS)
arch/m68k/tools/amiga/dmesg.c
44
int found = 0;
arch/m68k/tools/amiga/dmesg.c
54
found = 1;
arch/m68k/tools/amiga/dmesg.c
58
if (!found)
arch/mips/mm/sc-mips.c
257
int found = mips_sc_probe();
arch/mips/mm/sc-mips.c
258
if (found) {
arch/mips/mm/sc-mips.c
263
return found;
arch/mips/pci/ops-bcm63xx.c
416
int found, new_io_window;
arch/mips/pci/ops-bcm63xx.c
421
found = 0;
arch/mips/pci/ops-bcm63xx.c
424
found = 1;
arch/mips/pci/ops-bcm63xx.c
428
if (!found)
arch/parisc/kernel/firmware.c
1363
unsigned int i, found = 0;
arch/parisc/kernel/firmware.c
1375
found = 1;
arch/parisc/kernel/firmware.c
1391
return i - found;
arch/powerpc/kernel/hw_breakpoint.c
509
bool found = false;
arch/powerpc/kernel/hw_breakpoint.c
529
found = true;
arch/powerpc/kernel/hw_breakpoint.c
547
if (!found || test_thread_flag(TIF_SINGLESTEP))
arch/powerpc/kernel/mce_power.c
580
int found = 0;
arch/powerpc/kernel/mce_power.c
616
if (found)
arch/powerpc/kernel/mce_power.c
660
found = 1;
arch/powerpc/kernel/mce_power.c
663
if (found)
arch/powerpc/kernel/pci-common.c
529
struct resource *found = NULL;
arch/powerpc/kernel/pci-common.c
549
found = rp;
arch/powerpc/kernel/pci-common.c
552
if (found)
arch/powerpc/kernel/pci-common.c
555
if (found) {
arch/powerpc/kernel/pci-common.c
556
if (found->flags & IORESOURCE_PREFETCH)
arch/powerpc/kernel/prom.c
339
int found = -1;
arch/powerpc/kernel/prom.c
363
found = boot_cpu_count;
arch/powerpc/kernel/prom.c
373
if (found < 0)
arch/powerpc/kernel/prom.c
376
boot_cpuid = found;
arch/powerpc/kernel/rtas.c
617
struct rtas_function *found;
arch/powerpc/kernel/rtas.c
619
found = bsearch(&key, rtas_function_table, ARRAY_SIZE(rtas_function_table),
arch/powerpc/kernel/rtas.c
622
return found;
arch/powerpc/kernel/time.c
727
int found = 0;
arch/powerpc/kernel/time.c
735
found = 1;
arch/powerpc/kernel/time.c
742
return found;
arch/powerpc/kvm/book3s_32_mmu.c
192
int found = 0;
arch/powerpc/kvm/book3s_32_mmu.c
247
found = 1;
arch/powerpc/kvm/book3s_32_mmu.c
254
if (found) {
arch/powerpc/kvm/book3s_64_mmu.c
204
bool found = false;
arch/powerpc/kvm/book3s_64_mmu.c
275
found = true;
arch/powerpc/kvm/book3s_64_mmu.c
280
if (!found) {
arch/powerpc/kvm/book3s_64_vio.c
113
bool found = false;
arch/powerpc/kvm/book3s_64_vio.c
126
found = true;
arch/powerpc/kvm/book3s_64_vio.c
132
if (!found)
arch/powerpc/kvm/book3s_hv_rm_mmu.c
561
long int i, j, k, n, found, indexes[4];
arch/powerpc/kvm/book3s_hv_rm_mmu.c
599
found = 0;
arch/powerpc/kvm/book3s_hv_rm_mmu.c
609
found = 1;
arch/powerpc/kvm/book3s_hv_rm_mmu.c
613
found = 1;
arch/powerpc/kvm/book3s_hv_rm_mmu.c
617
found = 1;
arch/powerpc/kvm/book3s_hv_rm_mmu.c
621
if (!found) {
arch/powerpc/kvm/book3s_rtas.c
164
bool found;
arch/powerpc/kvm/book3s_rtas.c
174
found = false;
arch/powerpc/kvm/book3s_rtas.c
178
found = true;
arch/powerpc/kvm/book3s_rtas.c
183
if (!found)
arch/powerpc/mm/book3s64/slice.c
286
unsigned long found, next_end;
arch/powerpc/mm/book3s64/slice.c
314
found = vm_unmapped_area(&info);
arch/powerpc/mm/book3s64/slice.c
315
if (!(found & ~PAGE_MASK))
arch/powerpc/mm/book3s64/slice.c
316
return found;
arch/powerpc/mm/book3s64/slice.c
328
unsigned long found, prev;
arch/powerpc/mm/book3s64/slice.c
365
found = vm_unmapped_area(&info);
arch/powerpc/mm/book3s64/slice.c
366
if (!(found & ~PAGE_MASK))
arch/powerpc/mm/book3s64/slice.c
367
return found;
arch/powerpc/mm/nohash/e500_hugetlbpage.c
106
int found = 0;
arch/powerpc/mm/nohash/e500_hugetlbpage.c
113
: "=&r"(found) : "r"(ea));
arch/powerpc/mm/nohash/e500_hugetlbpage.c
115
return found;
arch/powerpc/perf/core-book3s.c
2419
int found, active;
arch/powerpc/perf/core-book3s.c
2432
found = 0;
arch/powerpc/perf/core-book3s.c
2443
found = 1;
arch/powerpc/perf/core-book3s.c
2465
if (!found && pvr_version_is(PVR_POWER7)) {
arch/powerpc/perf/core-book3s.c
2473
found = 1;
arch/powerpc/perf/core-book3s.c
2487
if (unlikely(!found) && !regs_irqs_disabled(regs))
arch/powerpc/platforms/8xx/m8xx_setup.c
43
int found = 0;
arch/powerpc/platforms/8xx/m8xx_setup.c
51
found = 1;
arch/powerpc/platforms/8xx/m8xx_setup.c
58
return found;
arch/powerpc/platforms/cell/spufs/sched.c
571
goto found;
arch/powerpc/platforms/cell/spufs/sched.c
588
goto found;
arch/powerpc/platforms/cell/spufs/sched.c
597
found:
arch/powerpc/platforms/cell/spufs/sched.c
833
goto found;
arch/powerpc/platforms/cell/spufs/sched.c
839
found:
arch/powerpc/platforms/powermac/feature.c
2416
goto found;
arch/powerpc/platforms/powermac/feature.c
2422
goto found;
arch/powerpc/platforms/powermac/feature.c
2478
found:
arch/powerpc/platforms/powermac/udbg_adb.c
197
int found = of_node_is_type(parent, "adb");
arch/powerpc/platforms/powermac/udbg_adb.c
199
if (found)
arch/powerpc/platforms/powernv/opal-prd.c
52
bool found;
arch/powerpc/platforms/powernv/opal-prd.c
61
found = false;
arch/powerpc/platforms/powernv/opal-prd.c
85
found = true;
arch/powerpc/platforms/powernv/opal-prd.c
92
return found;
arch/powerpc/platforms/powernv/pci-ioda-tce.c
374
bool found;
arch/powerpc/platforms/powernv/pci-ioda-tce.c
381
found = false;
arch/powerpc/platforms/powernv/pci-ioda-tce.c
388
found = true;
arch/powerpc/platforms/powernv/pci-ioda-tce.c
394
if (WARN_ON(!found))
arch/powerpc/platforms/powernv/pci-ioda-tce.c
398
found = false;
arch/powerpc/platforms/powernv/pci-ioda-tce.c
403
found = true;
arch/powerpc/platforms/powernv/pci-ioda-tce.c
407
WARN_ON(!found);
arch/powerpc/platforms/powernv/vas.c
234
int found = 0;
arch/powerpc/platforms/powernv/vas.c
241
found++;
arch/powerpc/platforms/powernv/vas.c
244
if (!found) {
arch/powerpc/platforms/powernv/vas.c
249
pr_devel("Found %d instances\n", found);
arch/powerpc/platforms/ps3/device-init.c
648
goto found;
arch/powerpc/platforms/ps3/device-init.c
658
found:
arch/powerpc/platforms/pseries/hotplug-cpu.c
438
bool found;
arch/powerpc/platforms/pseries/hotplug-cpu.c
442
found = false;
arch/powerpc/platforms/pseries/hotplug-cpu.c
452
found = true;
arch/powerpc/platforms/pseries/hotplug-cpu.c
457
return found;
arch/powerpc/platforms/pseries/hotplug-cpu.c
504
bool found = false;
arch/powerpc/platforms/pseries/hotplug-cpu.c
515
while (!found) {
arch/powerpc/platforms/pseries/hotplug-cpu.c
525
found = true;
arch/powerpc/platforms/pseries/hotplug-cpu.c
528
return found;
arch/powerpc/platforms/pseries/hotplug-memory.c
117
bool found;
arch/powerpc/platforms/pseries/hotplug-memory.c
151
found = find_aa_index(dr_node, ala_prop, lmb_assoc, &aa_index);
arch/powerpc/platforms/pseries/hotplug-memory.c
156
if (!found) {
arch/powerpc/platforms/pseries/iommu.c
1068
bool found = false;
arch/powerpc/platforms/pseries/iommu.c
1078
found = true;
arch/powerpc/platforms/pseries/iommu.c
1084
return found;
arch/powerpc/platforms/pseries/papr_scm.c
1321
bool found = false;
arch/powerpc/platforms/pseries/papr_scm.c
1344
found = true;
arch/powerpc/platforms/pseries/papr_scm.c
1349
if (found)
arch/powerpc/platforms/pseries/papr_scm.c
1354
return found ? NOTIFY_OK : NOTIFY_DONE;
arch/powerpc/platforms/pseries/setup.c
213
struct device_node *np, *old, *found = NULL;
arch/powerpc/platforms/pseries/setup.c
221
found = np;
arch/powerpc/platforms/pseries/setup.c
226
if (found == NULL) {
arch/powerpc/platforms/pseries/setup.c
231
cascade = irq_of_parse_and_map(found, 0);
arch/powerpc/platforms/pseries/setup.c
238
for (old = of_node_get(found); old != NULL ; old = np) {
arch/powerpc/platforms/pseries/setup.c
255
i8259_init(found, intack);
arch/powerpc/platforms/pseries/setup.c
256
of_node_put(found);
arch/powerpc/platforms/pseries/vio.c
1663
struct device *found;
arch/powerpc/platforms/pseries/vio.c
1665
found = bus_find_device_by_name(&vio_bus_type, NULL, name);
arch/powerpc/platforms/pseries/vio.c
1666
if (!found)
arch/powerpc/platforms/pseries/vio.c
1669
return to_vio_dev(found);
arch/powerpc/platforms/pseries/vio.c
636
int found = 0;
arch/powerpc/platforms/pseries/vio.c
652
found = 1;
arch/powerpc/platforms/pseries/vio.c
655
if (!found) {
arch/powerpc/sysdev/fsl_rmu.c
318
int found = 0;
arch/powerpc/sysdev/fsl_rmu.c
333
found = 1;
arch/powerpc/sysdev/fsl_rmu.c
337
if (found && dbell->dinb) {
arch/powerpc/sysdev/fsl_rmu.c
347
if (!found) {
arch/powerpc/sysdev/xics/icp-native.c
306
int found = 0;
arch/powerpc/sysdev/xics/icp-native.c
310
found = 1;
arch/powerpc/sysdev/xics/icp-native.c
311
if (!found) {
arch/powerpc/sysdev/xics/icp-native.c
315
found = 1;
arch/powerpc/sysdev/xics/icp-native.c
319
if (found == 0)
arch/powerpc/sysdev/xive/spapr.c
706
int prio, found;
arch/powerpc/sysdev/xive/spapr.c
730
found = 0xFF;
arch/powerpc/sysdev/xive/spapr.c
744
found = prio;
arch/powerpc/sysdev/xive/spapr.c
747
if (found == 0xFF) {
arch/powerpc/sysdev/xive/spapr.c
752
*max_prio = found;
arch/powerpc/xmon/xmon.c
790
goto found;
arch/powerpc/xmon/xmon.c
794
found:
arch/riscv/kernel/module.c
683
bool found = false;
arch/riscv/kernel/module.c
688
found = true;
arch/riscv/kernel/module.c
699
if (!found) {
arch/riscv/kernel/module.c
825
bool found = false;
arch/riscv/kernel/module.c
856
found = true;
arch/riscv/kernel/module.c
867
if (!found) {
arch/s390/appldata/appldata_base.c
269
int rc, found;
arch/s390/appldata/appldata_base.c
278
found = 0;
arch/s390/appldata/appldata_base.c
283
found = 1;
arch/s390/appldata/appldata_base.c
286
if (!found) {
arch/s390/kernel/cert_store.c
363
goto found;
arch/s390/kernel/cert_store.c
370
found:
arch/s390/kernel/debug.c
758
goto found; /* found view ! */
arch/s390/kernel/debug.c
764
found:
arch/s390/kvm/guestdbg.c
321
goto found;
arch/s390/kvm/guestdbg.c
324
goto found;
arch/s390/kvm/guestdbg.c
330
found:
arch/s390/kvm/interrupt.c
2565
int found = 0, idx;
arch/s390/kvm/interrupt.c
2573
found = 1;
arch/s390/kvm/interrupt.c
2585
if (found) {
arch/s390/kvm/interrupt.c
2601
return found ? 0 : -ENOENT;
arch/s390/kvm/interrupt.c
3612
bool found = false, first = true;
arch/s390/kvm/interrupt.c
3627
if (first || found) {
arch/s390/kvm/interrupt.c
3631
first = found = false;
arch/s390/kvm/interrupt.c
3636
found = false;
arch/s390/kvm/interrupt.c
3641
found = true;
arch/s390/lib/find.c
25
goto found;
arch/s390/lib/find.c
34
found:
arch/sh/mm/pmb.c
465
int i, found = 0;
arch/sh/mm/pmb.c
473
found = 1;
arch/sh/mm/pmb.c
481
if (found) {
arch/sparc/kernel/irq_32.c
131
goto found;
arch/sparc/kernel/irq_32.c
147
found:
arch/sparc/kernel/mdesc.c
430
bool found;
arch/sparc/kernel/mdesc.c
449
found = false;
arch/sparc/kernel/mdesc.c
465
found = true;
arch/sparc/kernel/mdesc.c
475
if (!found)
arch/sparc/kernel/vio.c
473
int found;
arch/sparc/kernel/vio.c
476
found = 0;
arch/sparc/kernel/vio.c
482
found = 1;
arch/sparc/kernel/vio.c
487
if (found)
arch/um/drivers/port_kern.c
171
goto found;
arch/um/drivers/port_kern.c
204
found:
arch/x86/coco/tdx/tdx.c
1031
long found = 0, shared;
arch/x86/coco/tdx/tdx.c
1085
found += pages;
arch/x86/coco/tdx/tdx.c
1094
if (shared != found) {
arch/x86/coco/tdx/tdx.c
1096
pr_err("nr_shared = %ld, nr_found = %ld\n", shared, found);
arch/x86/events/intel/pt.c
1022
goto found;
arch/x86/events/intel/pt.c
1033
found:
arch/x86/kernel/apic/io_apic.c
1081
int ioapic_idx, found = 0;
arch/x86/kernel/apic/io_apic.c
1090
found = 1;
arch/x86/kernel/apic/io_apic.c
1093
if (!found)
arch/x86/kernel/apic/io_apic.c
2767
int found = 0;
arch/x86/kernel/apic/io_apic.c
2771
found = 1;
arch/x86/kernel/apic/io_apic.c
2776
if (!found) {
arch/x86/kernel/cpu/aperfmperf.c
152
int fratio, delta_fratio, found;
arch/x86/kernel/cpu/aperfmperf.c
168
found = 0;
arch/x86/kernel/cpu/aperfmperf.c
170
if (found >= num_delta_fratio) {
arch/x86/kernel/cpu/aperfmperf.c
178
found += 1;
arch/x86/kernel/cpu/common.c
1654
bool found __maybe_unused = false;
arch/x86/kernel/cpu/common.c
1717
found = true;
arch/x86/kernel/cpu/common.c
1721
if (!found)
arch/x86/kernel/cpu/microcode/amd.c
759
bool found;
arch/x86/kernel/cpu/microcode/amd.c
764
found = cp.data && cp.size;
arch/x86/kernel/cpu/microcode/amd.c
765
if (found)
arch/x86/kernel/cpu/microcode/amd.c
768
return found;
arch/x86/kernel/cpu/sgx/encl.c
779
bool found = false;
arch/x86/kernel/cpu/sgx/encl.c
789
found = true;
arch/x86/kernel/cpu/sgx/encl.c
795
if (found) {
arch/x86/kernel/e820.c
633
int found = 0;
arch/x86/kernel/e820.c
657
found = 1;
arch/x86/kernel/e820.c
673
found = 1;
arch/x86/kernel/e820.c
677
return found;
arch/x86/kernel/e820.c
691
int found;
arch/x86/kernel/e820.c
695
found = e820_search_gap(&max_gap_start, &max_gap_size);
arch/x86/kernel/e820.c
697
if (!found) {
arch/x86/kernel/kprobes/opt.c
51
goto found;
arch/x86/kernel/kprobes/opt.c
56
found:
arch/x86/kernel/mmconf-fam10h_64.c
59
int found;
arch/x86/kernel/mmconf-fam10h_64.c
76
found = 0;
arch/x86/kernel/mmconf-fam10h_64.c
90
found = 1;
arch/x86/kernel/mmconf-fam10h_64.c
95
if (!found)
arch/x86/kernel/nmi.c
212
struct nmiaction *n, *found = NULL;
arch/x86/kernel/nmi.c
226
found = n;
arch/x86/kernel/nmi.c
232
if (found) {
arch/x86/kernel/nmi.c
234
INIT_LIST_HEAD(&found->list);
arch/x86/kernel/pmem.c
21
IORESOURCE_MEM, 0, -1, NULL, found);
arch/x86/kernel/unwind_orc.c
104
found = mid;
arch/x86/kernel/unwind_orc.c
110
return u_table + (found - ip_table);
arch/x86/kernel/unwind_orc.c
89
int *mid, *found = first;
arch/x86/kernel/uprobes.c
774
bool found, retry = true;
arch/x86/kernel/uprobes.c
779
found = __in_uprobe_trampoline(mm, ip);
arch/x86/kernel/uprobes.c
786
found = __in_uprobe_trampoline(mm, ip);
arch/x86/kernel/uprobes.c
789
return found;
arch/x86/kvm/i8259.c
274
bool found = false;
arch/x86/kvm/i8259.c
290
found = true;
arch/x86/kvm/i8259.c
295
if (!found)
arch/x86/kvm/trace.h
231
bool found, bool used_max_basic),
arch/x86/kvm/trace.h
232
TP_ARGS(function, index, rax, rbx, rcx, rdx, found, used_max_basic),
arch/x86/kvm/trace.h
241
__field( bool, found )
arch/x86/kvm/trace.h
252
__entry->found = found;
arch/x86/kvm/trace.h
259
__entry->found ? "found" : "not found",
arch/x86/lib/insn.c
144
goto found;
arch/x86/lib/insn.c
159
found:
arch/x86/pci/amd_bus.c
109
found = true;
arch/x86/pci/amd_bus.c
114
if (!found)
arch/x86/pci/amd_bus.c
84
bool found;
arch/x86/pci/amd_bus.c
92
found = false;
arch/x86/pci/bus_numa.c
36
bool found = false;
arch/x86/pci/bus_numa.c
47
found = true;
arch/x86/pci/bus_numa.c
51
if (!found)
arch/x86/platform/geode/net5501.c
55
bool found = false;
arch/x86/platform/geode/net5501.c
60
return found;
arch/x86/platform/geode/net5501.c
75
found = true;
arch/x86/platform/geode/net5501.c
82
return found;
arch/x86/platform/intel-quark/imr.c
410
bool found = false;
arch/x86/platform/intel-quark/imr.c
446
found = true;
arch/x86/platform/intel-quark/imr.c
459
found = true;
arch/x86/platform/intel-quark/imr.c
466
if (!found) {
arch/x86/xen/enlighten_pv.c
802
bool found = false;
arch/x86/xen/enlighten_pv.c
817
found = true;
arch/x86/xen/enlighten_pv.c
828
found = true;
arch/x86/xen/enlighten_pv.c
831
if (!found)
arch/x86/xen/enlighten_pv.c
834
if (WARN_ON(found && ist != 0 && !ist_okay))
block/elevator.c
776
struct elevator_type *found;
block/elevator.c
779
found = __elevator_find(elevator_name);
block/elevator.c
782
if (!found)
block/partitions/ldm.c
1244
goto found;
block/partitions/ldm.c
1259
found:
crypto/algapi.c
374
goto found;
crypto/algapi.c
381
found:
drivers/accel/amdxdna/aie.c
71
bool found = false;
drivers/accel/amdxdna/aie.c
85
found = true;
drivers/accel/amdxdna/aie.c
88
return found ? 0 : -EOPNOTSUPP;
drivers/accel/amdxdna/aie2_ctx.c
1047
bool found;
drivers/accel/amdxdna/aie2_ctx.c
1052
found = false;
drivers/accel/amdxdna/aie2_ctx.c
1056
found = true;
drivers/accel/amdxdna/aie2_ctx.c
1061
if (!found) {
drivers/accel/habanalabs/common/asid.c
34
unsigned long found;
drivers/accel/habanalabs/common/asid.c
38
found = find_first_zero_bit(hdev->asid_bitmap,
drivers/accel/habanalabs/common/asid.c
40
if (found == hdev->asic_prop.max_asid)
drivers/accel/habanalabs/common/asid.c
41
found = 0;
drivers/accel/habanalabs/common/asid.c
43
set_bit(found, hdev->asid_bitmap);
drivers/accel/habanalabs/common/asid.c
47
return found;
drivers/accel/habanalabs/common/debugfs.c
1098
bool user_address, found = false;
drivers/accel/habanalabs/common/debugfs.c
1109
rc = hl_access_dev_mem_by_region(hdev, addr, val, acc_type, &found);
drivers/accel/habanalabs/common/debugfs.c
1117
if (found)
drivers/accel/habanalabs/common/debugfs.c
939
u64 *val, enum debugfs_access_type acc_type, bool *found)
drivers/accel/habanalabs/common/debugfs.c
952
*found = true;
drivers/accel/qaic/qaic_control.c
1411
bool found = false;
drivers/accel/qaic/qaic_control.c
1416
found = true;
drivers/accel/qaic/qaic_control.c
1425
if (!found) {
drivers/accessibility/speakup/i18n.c
415
int found = 0;
drivers/accessibility/speakup/i18n.c
418
while (next_percent && !found) {
drivers/accessibility/speakup/i18n.c
426
found = 1;
drivers/acpi/acpi_watchdog.c
133
bool found;
drivers/acpi/acpi_watchdog.c
149
found = false;
drivers/acpi/acpi_watchdog.c
153
found = true;
drivers/acpi/acpi_watchdog.c
158
if (!found) {
drivers/acpi/acpica/nsxfeval.c
646
u8 found;
drivers/acpi/acpica/nsxfeval.c
703
found = FALSE;
drivers/acpi/acpica/nsxfeval.c
709
found = TRUE;
drivers/acpi/acpica/nsxfeval.c
715
if (!found) {
drivers/acpi/acpica/utpredef.c
346
u32 found;
drivers/acpi/acpica/utpredef.c
350
found = 0;
drivers/acpi/acpica/utpredef.c
356
found++;
drivers/acpi/acpica/utpredef.c
362
return (found);
drivers/acpi/nfit/core.c
1020
struct nfit_mem *nfit_mem, *found;
drivers/acpi/nfit/core.c
1050
found = NULL;
drivers/acpi/nfit/core.c
1056
found = nfit_mem;
drivers/acpi/nfit/core.c
1060
if (found)
drivers/acpi/nfit/core.c
1061
nfit_mem = found;
drivers/acpi/pptt.c
118
struct acpi_pptt_cache **found,
drivers/acpi/pptt.c
142
if (*found != NULL && cache != *found)
drivers/acpi/pptt.c
146
*found = cache;
drivers/acpi/pptt.c
346
struct acpi_pptt_cache *found = NULL;
drivers/acpi/pptt.c
355
while (cpu_node && !found) {
drivers/acpi/pptt.c
356
found = acpi_find_cache_level(table_hdr, cpu_node,
drivers/acpi/pptt.c
362
return found;
drivers/acpi/resource.c
1123
int ret, found = 0;
drivers/acpi/resource.c
1132
found = 1;
drivers/acpi/resource.c
1139
return found;
drivers/acpi/utils.c
893
bool found = false;
drivers/acpi/utils.c
898
found = true;
drivers/acpi/utils.c
903
return found;
drivers/android/binder.c
5746
bool found = false;
drivers/android/binder.c
5755
found = true;
drivers/android/binder.c
5766
if (!found)
drivers/ata/libata-core.c
3608
int rc = 0, used_dma = 0, found = 0;
drivers/ata/libata-core.c
3635
found = 1;
drivers/ata/libata-core.c
3639
if (!found)
drivers/atm/solos-pci.c
415
int found = 0, err;
drivers/atm/solos-pci.c
436
found = 1;
drivers/atm/solos-pci.c
441
return found;
drivers/base/firmware_loader/main.c
1435
goto found;
drivers/base/firmware_loader/main.c
1443
found:
drivers/base/map.c
73
struct probe *found = NULL;
drivers/base/map.c
85
if (!found)
drivers/base/map.c
86
found = p;
drivers/base/map.c
92
kfree(found);
drivers/block/drbd/drbd_bitmap.c
1322
goto found;
drivers/block/drbd/drbd_bitmap.c
1328
found:
drivers/block/drbd/drbd_main.c
2390
goto found;
drivers/block/drbd/drbd_main.c
2394
found:
drivers/block/drbd/drbd_main.c
2413
goto found;
drivers/block/drbd/drbd_main.c
2418
found:
drivers/block/loop.c
2197
goto found;
drivers/block/loop.c
2201
found:
drivers/block/rbd.c
1137
u64 *found;
drivers/block/rbd.c
1139
found = bsearch(&snap_id, &snapc->snaps, snapc->num_snaps,
drivers/block/rbd.c
1142
return found ? (u32)(found - &snapc->snaps[0]) : BAD_SNAP_INDEX;
drivers/block/rbd.c
5928
bool found = false;
drivers/block/rbd.c
5931
for (which = 0; !found && which < snapc->num_snaps; which++) {
drivers/block/rbd.c
5943
found = !strcmp(name, snap_name);
drivers/block/rbd.c
5946
return found ? snap_id : CEPH_NOSNAP;
drivers/block/rnbd/rnbd-clt.c
1471
bool found = false;
drivers/block/rnbd/rnbd-clt.c
1481
found = true;
drivers/block/rnbd/rnbd-clt.c
1486
if (found)
drivers/block/rnbd/rnbd-clt.c
1490
return found;
drivers/block/rnbd/rnbd-clt.c
1495
bool found;
drivers/block/rnbd/rnbd-clt.c
1498
found = __exists_dev(pathname, sessname);
drivers/block/rnbd/rnbd-clt.c
1501
return found;
drivers/block/rnbd/rnbd-clt.c
1506
bool found;
drivers/block/rnbd/rnbd-clt.c
1510
found = __exists_dev(dev->pathname, sess->sessname);
drivers/block/rnbd/rnbd-clt.c
1511
if (!found) {
drivers/block/rnbd/rnbd-clt.c
1518
return found;
drivers/block/virtio_blk.c
1211
int found = 0;
drivers/block/virtio_blk.c
1219
found++;
drivers/block/virtio_blk.c
1226
if (found)
drivers/block/virtio_blk.c
1231
return found;
drivers/bluetooth/btrtl.c
1465
bool found = false;
drivers/bluetooth/btrtl.c
1503
found = true;
drivers/bluetooth/btrtl.c
1515
if (!found) {
drivers/bus/fsl-mc/fsl-mc-bus.c
101
found = true;
drivers/bus/fsl-mc/fsl-mc-bus.c
125
found = true;
drivers/bus/fsl-mc/fsl-mc-bus.c
132
dev_dbg(dev, "%smatched\n", found ? "" : "not ");
drivers/bus/fsl-mc/fsl-mc-bus.c
133
return found;
drivers/bus/fsl-mc/fsl-mc-bus.c
95
bool found = false;
drivers/bus/hisi_lpc.c
492
bool found = false;
drivers/bus/hisi_lpc.c
546
found = true;
drivers/bus/hisi_lpc.c
551
if (!found) {
drivers/char/agp/ali-agp.c
316
goto found;
drivers/char/agp/ali-agp.c
324
found:
drivers/char/agp/ati-agp.c
498
goto found;
drivers/char/agp/ati-agp.c
505
found:
drivers/char/agp/uninorth-agp.c
618
goto found;
drivers/char/agp/uninorth-agp.c
626
found:
drivers/char/hw_random/amd-rng.c
139
goto found;
drivers/char/hw_random/amd-rng.c
144
found:
drivers/char/hw_random/geode-rng.c
104
goto found;
drivers/char/hw_random/geode-rng.c
109
found:
drivers/char/ipmi/ipmi_msghandler.c
1258
goto found;
drivers/char/ipmi/ipmi_msghandler.c
1264
found:
drivers/char/ipmi/ipmi_poweroff.c
613
goto found;
drivers/char/ipmi/ipmi_poweroff.c
621
found:
drivers/char/ipmi/ipmi_ssif.c
1427
struct ssif_addr_info *info, *found = NULL;
drivers/char/ipmi/ipmi_ssif.c
1447
found = info;
drivers/char/ipmi/ipmi_ssif.c
1452
if (!found && match_null_name) {
drivers/char/ipmi/ipmi_ssif.c
1459
return found;
drivers/char/ipmi/ipmi_ssif.c
1824
goto found;
drivers/char/ipmi/ipmi_ssif.c
1832
goto found;
drivers/char/ipmi/ipmi_ssif.c
1844
goto found;
drivers/char/ipmi/ipmi_ssif.c
1855
goto found;
drivers/char/ipmi/ipmi_ssif.c
1866
goto found;
drivers/char/ipmi/ipmi_ssif.c
1875
found:
drivers/char/sonypi.c
845
goto found;
drivers/char/sonypi.c
859
found:
drivers/clk/clk.c
4801
goto found;
drivers/clk/clk.c
4813
found:
drivers/clk/clk.c
5359
bool found = false;
drivers/clk/clk.c
5379
found = true;
drivers/clk/clk.c
5385
if (of_property_present(clkspec.np, "clock-indices") && !found) {
drivers/clk/imx/clk-pll14xx.c
209
goto found;
drivers/clk/imx/clk-pll14xx.c
213
found:
drivers/clk/imx/clk-pllv4.c
105
bool found = false;
drivers/clk/imx/clk-pllv4.c
116
found = true;
drivers/clk/imx/clk-pllv4.c
122
found = true;
drivers/clk/imx/clk-pllv4.c
128
if (!found) {
drivers/clk/mmp/clk-mix.c
235
goto found;
drivers/clk/mmp/clk-mix.c
253
goto found;
drivers/clk/mmp/clk-mix.c
259
found:
drivers/clk/renesas/clk-mstp.c
264
goto found;
drivers/clk/renesas/clk-mstp.c
268
goto found;
drivers/clk/renesas/clk-mstp.c
276
found:
drivers/clk/renesas/renesas-cpg-mssr.c
619
goto found;
drivers/clk/renesas/renesas-cpg-mssr.c
627
found:
drivers/clk/starfive/clk-starfive-jh7110-pll.c
370
goto found;
drivers/clk/starfive/clk-starfive-jh7110-pll.c
374
found:
drivers/clocksource/timer-ti-dm.c
566
goto found;
drivers/clocksource/timer-ti-dm.c
586
goto found;
drivers/clocksource/timer-ti-dm.c
593
goto found;
drivers/clocksource/timer-ti-dm.c
600
goto found;
drivers/clocksource/timer-ti-dm.c
603
found:
drivers/connector/cn_queue.c
102
found = 1;
drivers/connector/cn_queue.c
108
if (found)
drivers/connector/cn_queue.c
65
int found = 0;
drivers/connector/cn_queue.c
74
found = 1;
drivers/connector/cn_queue.c
78
if (!found)
drivers/connector/cn_queue.c
82
if (found) {
drivers/connector/cn_queue.c
96
int found = 0;
drivers/connector/connector.c
72
int found = 0;
drivers/connector/connector.c
81
found = 1;
drivers/connector/connector.c
88
if (!found)
drivers/cpufreq/amd-pstate-ut.c
518
bool expected, found;
drivers/cpufreq/amd-pstate-ut.c
538
found = attr_in_driver(driver_attrs,
drivers/cpufreq/amd-pstate-ut.c
541
if (expected != found) {
drivers/cpufreq/amd-pstate-ut.c
547
found ? "visible" : "hidden");
drivers/cpufreq/freq_table.c
70
bool found = false;
drivers/cpufreq/freq_table.c
81
found = true;
drivers/cpufreq/freq_table.c
89
if (!found) {
drivers/cpufreq/s3c64xx-cpufreq.c
110
int count, v, i, found;
drivers/cpufreq/s3c64xx-cpufreq.c
124
found = 0;
drivers/cpufreq/s3c64xx-cpufreq.c
129
found = 1;
drivers/cpufreq/s3c64xx-cpufreq.c
132
if (!found) {
drivers/crypto/intel/iaa/iaa_crypto_main.c
737
struct iaa_device *iaa_device, *found = NULL;
drivers/crypto/intel/iaa/iaa_crypto_main.c
758
found = iaa_device;
drivers/crypto/intel/iaa/iaa_crypto_main.c
768
if (!found) {
drivers/crypto/intel/qat/qat_common/adf_mstate_mgr.c
296
goto found;
drivers/crypto/intel/qat/qat_common/adf_mstate_mgr.c
303
found:
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
63
bool found = false;
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
78
found = true;
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
82
if (!found)
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
35
bool found = false;
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
51
found = true;
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
55
if (!found)
drivers/cxl/core/cdat.c
266
bool found = false;
drivers/cxl/core/cdat.c
278
found = true;
drivers/cxl/core/cdat.c
283
if (!found)
drivers/cxl/core/region.c
1214
int found = 0;
drivers/cxl/core/region.c
1226
found++;
drivers/cxl/core/region.c
1235
if (!found || !ep->next) {
drivers/cxl/core/region.c
1336
int found = 0;
drivers/cxl/core/region.c
1341
found++;
drivers/cxl/core/region.c
1345
if (!found)
drivers/dma/acpi-dma.c
360
int found;
drivers/dma/acpi-dma.c
387
found = acpi_dma_update_dma_spec(adma, dma_spec);
drivers/dma/acpi-dma.c
388
if (found < 0)
drivers/dma/acpi-dma.c
396
if (found > 0 || chan)
drivers/dma/bcm-sba-raid.c
198
bool found = false;
drivers/dma/bcm-sba-raid.c
206
found = true;
drivers/dma/bcm-sba-raid.c
212
if (!found) {
drivers/dma/cv1800b-dmamux.c
137
goto found;
drivers/dma/cv1800b-dmamux.c
152
found:
drivers/dma/dmaengine.c
830
goto found;
drivers/dma/dmaengine.c
855
found:
drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.c
402
int found;
drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.c
427
found = 0;
drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.c
445
found = 1;
drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.c
450
if (found)
drivers/dma/fsl_raid.c
165
int found;
drivers/dma/fsl_raid.c
172
found = 0;
drivers/dma/fsl_raid.c
179
found = 1;
drivers/dma/fsl_raid.c
184
if (found) {
drivers/dma/idxd/submit.c
100
struct idxd_desc *d, *t, *found = NULL;
drivers/dma/idxd/submit.c
114
found = desc;
drivers/dma/idxd/submit.c
125
if (!found)
drivers/dma/idxd/submit.c
126
found = list_abort_desc(wq, ie, desc);
drivers/dma/idxd/submit.c
129
if (found)
drivers/dma/idxd/submit.c
130
idxd_dma_complete_txd(found, IDXD_COMPLETE_ABORT, false,
drivers/dma/mmp_pdma.c
412
struct mmp_pdma_phy *phy, *found = NULL;
drivers/dma/mmp_pdma.c
431
found = phy;
drivers/dma/mmp_pdma.c
439
return found;
drivers/dma/mv_xor_v2.c
342
bool found = false;
drivers/dma/mv_xor_v2.c
356
found = true;
drivers/dma/mv_xor_v2.c
361
if (!found) {
drivers/dma/nbpfaxi.c
1135
bool found = false, must_put, recycling = false;
drivers/dma/nbpfaxi.c
1142
found = true;
drivers/dma/nbpfaxi.c
1160
if (!found) {
drivers/dma/nbpfaxi.c
644
bool found = false;
drivers/dma/nbpfaxi.c
648
found = true;
drivers/dma/nbpfaxi.c
652
if (!found)
drivers/dma/nbpfaxi.c
655
found = true;
drivers/dma/nbpfaxi.c
660
state->residue = found ? desc->length : 0;
drivers/dma/pl330.c
2930
int found = -1;
drivers/dma/pl330.c
2938
found = pr;
drivers/dma/pl330.c
2942
if (found == -1)
drivers/dma/pl330.c
2945
seq_printf(s, "%d\n", found);
drivers/dma/pxa_dma.c
372
struct pxad_phy *phy, *found = NULL;
drivers/dma/pxa_dma.c
391
found = phy;
drivers/dma/pxa_dma.c
400
"%s(): phy=%p(%d)\n", __func__, found,
drivers/dma/pxa_dma.c
401
found ? found->idx : -1);
drivers/dma/pxa_dma.c
403
return found;
drivers/dma/tegra20-apb-dma.c
908
goto found;
drivers/dma/tegra20-apb-dma.c
918
goto found;
drivers/dma/tegra20-apb-dma.c
925
found:
drivers/edac/amd64_edac.c
330
goto found;
drivers/edac/amd64_edac.c
360
found:
drivers/firewire/core-device.c
1079
struct device *found;
drivers/firewire/core-device.c
1113
found = device_find_child(card->device, device->config_rom,
drivers/firewire/core-device.c
1116
if (found) {
drivers/firewire/core-device.c
1117
struct fw_device *reused = fw_device(found);
drivers/firewire/core-device.c
1138
dev_name(found));
drivers/firewire/core-device.c
1147
put_device(found);
drivers/firewire/core-device.c
1153
put_device(found);
drivers/firmware/arm_scmi/transports/virtio.c
679
bool pending, found = false;
drivers/firmware/arm_scmi/transports/virtio.c
740
found = true;
drivers/firmware/arm_scmi/transports/virtio.c
774
if (found) {
drivers/firmware/arm_scmi/transports/virtio.c
788
return found;
drivers/firmware/arm_sdei.c
168
struct sdei_event *e, *found = NULL;
drivers/firmware/arm_sdei.c
175
found = e;
drivers/firmware/arm_sdei.c
181
return found;
drivers/firmware/broadcom/bcm47xx_nvram.c
102
goto found;
drivers/firmware/broadcom/bcm47xx_nvram.c
107
found:
drivers/firmware/broadcom/bcm47xx_nvram.c
90
goto found;
drivers/firmware/broadcom/bcm47xx_nvram.c
98
goto found;
drivers/firmware/efi/libstub/file.c
100
bool found = false;
drivers/firmware/efi/libstub/file.c
105
found = true;
drivers/firmware/efi/libstub/file.c
110
if (!found)
drivers/firmware/qcom/qcom_scm.c
271
goto found;
drivers/firmware/qcom/qcom_scm.c
282
goto found;
drivers/firmware/qcom/qcom_scm.c
289
goto found;
drivers/firmware/qcom/qcom_scm.c
292
found:
drivers/gpio/gpio-amd8111.c
193
goto found;
drivers/gpio/gpio-amd8111.c
198
found:
drivers/gpio/gpio-max3191x.c
322
int found = gpiod_count(dev, con_id);
drivers/gpio/gpio-max3191x.c
324
if (found == -ENOENT)
drivers/gpio/gpio-max3191x.c
327
if (found != expected && found != 1) {
drivers/gpio/gpio-max3191x.c
329
con_id, found, expected);
drivers/gpio/gpio-rockchip.c
706
int i, found = 0;
drivers/gpio/gpio-rockchip.c
712
found = 1;
drivers/gpio/gpio-rockchip.c
717
return found ? bank : NULL;
drivers/gpio/gpiolib-acpi-core.c
1137
bool found;
drivers/gpio/gpiolib-acpi-core.c
1141
found = false;
drivers/gpio/gpiolib-acpi-core.c
1144
found = true;
drivers/gpio/gpiolib-acpi-core.c
1155
if (!found && agpio->shareable == ACPI_SHARED &&
drivers/gpio/gpiolib-acpi-core.c
1162
found = true;
drivers/gpio/gpiolib-acpi-core.c
1168
if (!found) {
drivers/gpu/drm/amd/amdgpu/amdgpu_aca.c
252
bool found = false;
drivers/gpu/drm/amd/amdgpu/amdgpu_aca.c
259
found = true;
drivers/gpu/drm/amd/amdgpu/amdgpu_aca.c
267
return found ? bank_error : NULL;
drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c
313
bool found = false;
drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c
330
found = true;
drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c
335
if (!found)
drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c
575
bool found;
drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c
578
found = amdgpu_get_bios_apu(adev);
drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c
580
found = amdgpu_get_bios_dgpu(adev);
drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c
582
if (found)
drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c
585
return found;
drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c
1371
bool found = false;
drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c
1376
found = true;
drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c
1379
return found;
drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c
101
return found;
drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c
109
struct drm_connector *connector, *found = NULL;
drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c
117
found = connector;
drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c
122
return found;
drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c
88
struct drm_connector *connector, *found = NULL;
drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c
96
found = connector;
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
667
int i, found, ret;
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
678
for (i = 0, found = 0; i < adev->mode_info.num_crtc; i++) {
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
684
found = 1;
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
688
if (!found) {
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2046
bool found = false;
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2090
found = true;
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2098
if (found)
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2109
if (found && (numa_node < 0 ||
drivers/gpu/drm/amd/amdkfd/kfd_debug.c
1007
found = true;
drivers/gpu/drm/amd/amdkfd/kfd_debug.c
1012
if (!found) {
drivers/gpu/drm/amd/amdkfd/kfd_debug.c
957
bool found = false;
drivers/gpu/drm/amd/amdkfd/kfd_debug.c
980
if (!found && queue->properties.queue_id == source_id) {
drivers/gpu/drm/amd/amdkfd/kfd_debug.c
981
found = true;
drivers/gpu/drm/amd/amdkfd/kfd_debug.c
985
if (found)
drivers/gpu/drm/amd/amdkfd/kfd_debug.c
989
if (!found) {
drivers/gpu/drm/amd/amdkfd/kfd_device.c
1339
unsigned int found, start_search, cur_size;
drivers/gpu/drm/amd/amdkfd/kfd_device.c
1360
found = find_next_zero_bit(kfd->gtt_sa_bitmap,
drivers/gpu/drm/amd/amdkfd/kfd_device.c
1364
pr_debug("Found = %d\n", found);
drivers/gpu/drm/amd/amdkfd/kfd_device.c
1367
if (found == kfd->gtt_sa_num_of_chunks)
drivers/gpu/drm/amd/amdkfd/kfd_device.c
1371
(*mem_obj)->range_start = found;
drivers/gpu/drm/amd/amdkfd/kfd_device.c
1372
(*mem_obj)->range_end = found;
drivers/gpu/drm/amd/amdkfd/kfd_device.c
1375
found,
drivers/gpu/drm/amd/amdkfd/kfd_device.c
1379
found,
drivers/gpu/drm/amd/amdkfd/kfd_device.c
1388
__set_bit(found, kfd->gtt_sa_bitmap);
drivers/gpu/drm/amd/amdkfd/kfd_device.c
1397
kfd->gtt_sa_num_of_chunks, ++found);
drivers/gpu/drm/amd/amdkfd/kfd_device.c
1403
if ((*mem_obj)->range_end != found) {
drivers/gpu/drm/amd/amdkfd/kfd_device.c
1404
start_search = found;
drivers/gpu/drm/amd/amdkfd/kfd_device.c
1411
if (found == kfd->gtt_sa_num_of_chunks)
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
2833
bool found = false;
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
2859
found = true;
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
2869
if (found)
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
2969
bool found = false;
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
3009
found = true;
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
3043
if (found)
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
625
unsigned int found;
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
627
found = find_first_zero_bit(qpd->doorbell_bitmap,
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
629
if (found >= KFD_MAX_NUM_OF_QUEUES_PER_PROCESS) {
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
633
set_bit(found, qpd->doorbell_bitmap);
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
634
q->doorbell_id = found;
drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
64
unsigned long found;
drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
66
found = find_first_zero_bit(pqm->queue_slot_bitmap,
drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
69
pr_debug("The new slot id %lu\n", found);
drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
71
if (found >= KFD_MAX_NUM_OF_QUEUES_PER_PROCESS) {
drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
77
set_bit(found, pqm->queue_slot_bitmap);
drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
78
*qid = found;
drivers/gpu/drm/amd/amdkfd/kfd_topology.c
1691
bool found = false;
drivers/gpu/drm/amd/amdkfd/kfd_topology.c
1700
for (i = 0; i < gfx_info->max_shader_engines && !found; i++) {
drivers/gpu/drm/amd/amdkfd/kfd_topology.c
1701
for (j = 0; j < gfx_info->max_sh_per_se && !found; j++) {
drivers/gpu/drm/amd/amdkfd/kfd_topology.c
1705
found = true;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
232
bool found = false;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
252
found = true;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
269
found = true;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
283
found = true;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
296
if (found) {
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_wb.c
49
bool found = false;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_wb.c
64
found = true;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_wb.c
67
if (!found) {
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
4420
bool found = false;
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
4432
found = true;
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
4437
if (!found)
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
4440
found = false;
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
4449
found = true;
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
4454
if (!found)
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
4457
found = false;
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
4467
found = true;
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
4472
if (!found) {
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
4476
found = true;
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
4482
if (!found)
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
4485
found = false;
drivers/gpu/drm/amd/display/dc/dce/dce_audio.c
101
if (found) {
drivers/gpu/drm/amd/display/dc/dce/dce_audio.c
110
found = true;
drivers/gpu/drm/amd/display/dc/dce/dce_audio.c
117
if (found && format_index != NULL)
drivers/gpu/drm/amd/display/dc/dce/dce_audio.c
120
return found;
drivers/gpu/drm/amd/display/dc/dce/dce_audio.c
93
bool found = false;
drivers/gpu/drm/amd/display/dc/dce/dce_audio.c
96
return found;
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
905
bool found = false;
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
937
if (!found && pipe_mall_type == SUBVP_NONE) {
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
940
found = true;
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
946
if (found && subvp_pipe) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
525
bool found = false;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
556
if (!found && pipe_mall_type == SUBVP_NONE) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
560
found = true;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
574
if (found && context->res_ctx.pipe_ctx[vblank_index].stream->ignore_msa_timing_param) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
577
} else if (found) {
drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c
617
bool found = false;
drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c
654
found = true;
drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c
657
return found;
drivers/gpu/drm/amd/display/dc/mpc/dcn10/dcn10_mpc.c
275
bool found = false;
drivers/gpu/drm/amd/display/dc/mpc/dcn10/dcn10_mpc.c
279
found = true;
drivers/gpu/drm/amd/display/dc/mpc/dcn10/dcn10_mpc.c
298
found = true;
drivers/gpu/drm/amd/display/dc/mpc/dcn10/dcn10_mpc.c
314
if (found) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c
206
bool found = false;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c
222
found = false;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c
226
found = true;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c
231
if (!found) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
1024
bool found = false;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
1039
found = false;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
1043
found = true;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
1048
if (!found) {
drivers/gpu/drm/armada/armada_crtc.c
868
goto found;
drivers/gpu/drm/armada/armada_crtc.c
893
goto found;
drivers/gpu/drm/armada/armada_crtc.c
898
found:
drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c
1193
bool found = false;
drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c
1279
found = true;
drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c
1284
if (!found) {
drivers/gpu/drm/bridge/tc358768.c
418
goto found;
drivers/gpu/drm/bridge/tc358768.c
428
found:
drivers/gpu/drm/display/drm_dp_mst_topology.c
5293
bool found = false;
drivers/gpu/drm/display/drm_dp_mst_topology.c
5303
found = true;
drivers/gpu/drm/display/drm_dp_mst_topology.c
5306
if (!found)
drivers/gpu/drm/drm_connector.c
3483
struct drm_connector *connector, *found = ERR_PTR(-ENODEV);
drivers/gpu/drm/drm_connector.c
3494
found = connector;
drivers/gpu/drm/drm_connector.c
3501
return found;
drivers/gpu/drm/drm_edid.c
4234
bool found = false;
drivers/gpu/drm/drm_edid.c
4240
found = true;
drivers/gpu/drm/drm_edid.c
4246
if (found)
drivers/gpu/drm/drm_edid.c
4253
found = true;
drivers/gpu/drm/drm_edid.c
4259
return found;
drivers/gpu/drm/drm_framebuffer.c
403
bool found = false;
drivers/gpu/drm/drm_framebuffer.c
408
found = true;
drivers/gpu/drm/drm_framebuffer.c
410
if (!found) {
drivers/gpu/drm/drm_property.c
894
bool found = false;
drivers/gpu/drm/drm_property.c
908
found = true;
drivers/gpu/drm/drm_property.c
913
if (!found) {
drivers/gpu/drm/etnaviv/etnaviv_mmu.c
152
bool found;
drivers/gpu/drm/etnaviv/etnaviv_mmu.c
162
found = 0;
drivers/gpu/drm/etnaviv/etnaviv_mmu.c
178
found = true;
drivers/gpu/drm/etnaviv/etnaviv_mmu.c
183
if (!found) {
drivers/gpu/drm/i915/display/intel_display.c
7865
int found;
drivers/gpu/drm/i915/display/intel_display.c
7882
found = intel_sdvo_init(display, PCH_SDVOB, PORT_B);
drivers/gpu/drm/i915/display/intel_display.c
7883
if (!found)
drivers/gpu/drm/i915/display/intel_display.c
7885
if (!found && (intel_de_read(display, PCH_DP_B) & DP_DETECTED))
drivers/gpu/drm/i915/display/intel_display.c
7952
bool found = false;
drivers/gpu/drm/i915/display/intel_display.c
7961
found = intel_sdvo_init(display, GEN3_SDVOB, PORT_B);
drivers/gpu/drm/i915/display/intel_display.c
7962
if (!found && display->platform.g4x) {
drivers/gpu/drm/i915/display/intel_display.c
7968
if (!found && display->platform.g4x)
drivers/gpu/drm/i915/display/intel_display.c
7976
found = intel_sdvo_init(display, GEN3_SDVOC, PORT_C);
drivers/gpu/drm/i915/display/intel_display.c
7979
if (!found && (intel_de_read(display, GEN3_SDVOC) & SDVO_DETECTED)) {
drivers/gpu/drm/i915/display/intel_display_irq.c
1256
bool found = false;
drivers/gpu/drm/i915/display/intel_display_irq.c
1261
found = true;
drivers/gpu/drm/i915/display/intel_display_irq.c
1273
found = true;
drivers/gpu/drm/i915/display/intel_display_irq.c
1279
found = true;
drivers/gpu/drm/i915/display/intel_display_irq.c
1283
found = true;
drivers/gpu/drm/i915/display/intel_display_irq.c
1303
found = true;
drivers/gpu/drm/i915/display/intel_display_irq.c
1313
if (!found)
drivers/gpu/drm/i915/display/intel_display_irq.c
1441
bool found = false;
drivers/gpu/drm/i915/display/intel_display_irq.c
1447
found = true;
drivers/gpu/drm/i915/display/intel_display_irq.c
1455
found = true;
drivers/gpu/drm/i915/display/intel_display_irq.c
1462
found = true;
drivers/gpu/drm/i915/display/intel_display_irq.c
1469
found = true;
drivers/gpu/drm/i915/display/intel_display_irq.c
1477
found = true;
drivers/gpu/drm/i915/display/intel_display_irq.c
1481
if (!found)
drivers/gpu/drm/i915/display/intel_dmc.c
685
u32 expected, found;
drivers/gpu/drm/i915/display/intel_dmc.c
691
found = intel_de_read(display, DMC_PROGRAM(dmc->dmc_info[dmc_id].start_mmioaddr, 0));
drivers/gpu/drm/i915/display/intel_dmc.c
694
drm_WARN(display->drm, found != expected,
drivers/gpu/drm/i915/display/intel_dmc.c
696
dmc_id, expected, found);
drivers/gpu/drm/i915/display/intel_dmc.c
701
found = intel_de_read(display, reg);
drivers/gpu/drm/i915/display/intel_dmc.c
704
drm_WARN(display->drm, found != expected,
drivers/gpu/drm/i915/display/intel_dmc.c
706
dmc_id, i, intel_reg_offset(reg), expected, found);
drivers/gpu/drm/i915/display/intel_dpll.c
778
bool found = false;
drivers/gpu/drm/i915/display/intel_dpll.c
809
found = true;
drivers/gpu/drm/i915/display/intel_dpll.c
815
return found;
drivers/gpu/drm/i915/display/intel_dpll.c
874
bool found = false;
drivers/gpu/drm/i915/display/intel_dpll.c
906
found = true;
drivers/gpu/drm/i915/display/intel_dpll.c
912
return found;
drivers/gpu/drm/i915/display/intel_dpll.c
930
int found = false;
drivers/gpu/drm/i915/display/intel_dpll.c
970
found = true;
drivers/gpu/drm/i915/display/intel_dpll.c
974
return found;
drivers/gpu/drm/i915/display/intel_load_detect.c
120
found:
drivers/gpu/drm/i915/display/intel_load_detect.c
88
goto found;
drivers/gpu/drm/i915/display/intel_lt_phy.c
1517
bool found = false;
drivers/gpu/drm/i915/display/intel_lt_phy.c
1551
found = calculate_target_dco_and_loop_cnt(frequency_khz, &target_dco_mhz, &loop_cnt);
drivers/gpu/drm/i915/display/intel_lt_phy.c
1552
if (!found)
drivers/gpu/drm/i915/display/intel_modeset_verify.c
122
bool enabled = false, found = false;
drivers/gpu/drm/i915/display/intel_modeset_verify.c
132
found = true;
drivers/gpu/drm/i915/display/intel_modeset_verify.c
137
found = true;
drivers/gpu/drm/i915/display/intel_modeset_verify.c
145
if (!found)
drivers/gpu/drm/i915/gem/i915_gem_context.c
1379
bool found;
drivers/gpu/drm/i915/gem/i915_gem_context.c
1386
found = true;
drivers/gpu/drm/i915/gem/i915_gem_context.c
1388
found = i915_request_active_engine(rq, &engine);
drivers/gpu/drm/i915/gem/i915_gem_context.c
1391
if (found)
drivers/gpu/drm/i915/gem/selftests/i915_gem_coherency.c
391
u32 found;
drivers/gpu/drm/i915/gem/selftests/i915_gem_coherency.c
393
err = read->get(&ctx, offsets[n], &found);
drivers/gpu/drm/i915/gem/selftests/i915_gem_coherency.c
400
if (found != values[n]) {
drivers/gpu/drm/i915/gem/selftests/i915_gem_coherency.c
404
read->name, found,
drivers/gpu/drm/i915/gt/selftest_llc.c
27
unsigned int ia_freq, ring_freq, found;
drivers/gpu/drm/i915/gt/selftest_llc.c
41
found = (val >> 0) & 0xff;
drivers/gpu/drm/i915/gt/selftest_llc.c
42
if (found != ia_freq) {
drivers/gpu/drm/i915/gt/selftest_llc.c
46
found, ia_freq);
drivers/gpu/drm/i915/gt/selftest_llc.c
51
found = (val >> 8) & 0xff;
drivers/gpu/drm/i915/gt/selftest_llc.c
52
if (found != ring_freq) {
drivers/gpu/drm/i915/gt/selftest_llc.c
56
found, ring_freq);
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c
954
struct __guc_capture_parsed_output *found = NULL;
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c
961
found = n;
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c
970
found = n;
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c
972
if (found)
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c
973
list_del(&found->link);
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c
975
if (found)
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c
976
guc_capture_init_node(guc, found);
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c
978
return found;
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1005
bool found = false;
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1012
found = true;
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1028
return found;
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1046
bool found = false;
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1074
found = true;
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1079
if (!found && ct_to_guc(ct)->fast_response_selftest) {
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1082
found = true;
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1086
if (!found) {
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
5402
bool found;
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
5420
found = false;
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
5426
found = true;
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
5431
if (found) {
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
291
bool found;
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
306
found = false;
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
334
found = true;
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
338
if (!found && uc_fw->file_selected.path) {
drivers/gpu/drm/i915/gvt/gtt.c
2179
bool found = false;
drivers/gpu/drm/i915/gvt/gtt.c
2196
found = true;
drivers/gpu/drm/i915/gvt/gtt.c
2207
if (!found) {
drivers/gpu/drm/i915/i915_gem_evict.c
231
goto found;
drivers/gpu/drm/i915/i915_gem_evict.c
275
found:
drivers/gpu/drm/i915/i915_perf.c
1449
bool found = false;
drivers/gpu/drm/i915/i915_perf.c
1454
found = true;
drivers/gpu/drm/i915/i915_perf.c
1460
return found;
drivers/gpu/drm/i915/i915_request.c
2248
bool found;
drivers/gpu/drm/i915/i915_request.c
2254
found = false;
drivers/gpu/drm/i915/i915_request.c
2257
found = engine_match_ring(engine, rq);
drivers/gpu/drm/i915/i915_request.c
2258
if (found)
drivers/gpu/drm/i915/i915_request.c
2262
return found;
drivers/gpu/drm/i915/i915_syncmap.c
161
goto found;
drivers/gpu/drm/i915/i915_syncmap.c
187
found:
drivers/gpu/drm/i915/i915_syncmap.c
237
goto found;
drivers/gpu/drm/i915/i915_syncmap.c
329
found:
drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c
574
goto found;
drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c
582
goto found;
drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c
587
found:
drivers/gpu/drm/nouveau/dispnv04/arb.c
58
int found, mclk_extra, mclk_loop, cbs, m1, p1;
drivers/gpu/drm/nouveau/dispnv04/arb.c
74
found = 0;
drivers/gpu/drm/nouveau/dispnv04/arb.c
76
while (!found) {
drivers/gpu/drm/nouveau/dispnv04/arb.c
77
found = 1;
drivers/gpu/drm/nouveau/dispnv04/arb.c
96
found = !mclk_extra;
drivers/gpu/drm/nouveau/nouveau_bo.c
113
struct nouveau_drm_tile *tile, *found = NULL;
drivers/gpu/drm/nouveau/nouveau_bo.c
119
if (pitch && !found) {
drivers/gpu/drm/nouveau/nouveau_bo.c
120
found = tile;
drivers/gpu/drm/nouveau/nouveau_bo.c
131
if (found)
drivers/gpu/drm/nouveau/nouveau_bo.c
132
nv10_bo_update_tile_region(dev, found, addr, size, pitch, zeta);
drivers/gpu/drm/nouveau/nouveau_bo.c
133
return found;
drivers/gpu/drm/nouveau/nouveau_connector.c
415
struct nouveau_encoder *nv_encoder = NULL, *found = NULL;
drivers/gpu/drm/nouveau/nouveau_connector.c
461
found = nv_encoder;
drivers/gpu/drm/nouveau/nouveau_connector.c
465
if (found)
drivers/gpu/drm/nouveau/nouveau_connector.c
469
return found;
drivers/gpu/drm/omapdrm/dss/base.c
48
bool found = false;
drivers/gpu/drm/omapdrm/dss/base.c
54
found = true;
drivers/gpu/drm/omapdrm/dss/base.c
60
return found;
drivers/gpu/drm/panthor/panthor_mmu.c
2457
bool found = false;
drivers/gpu/drm/panthor/panthor_mmu.c
2483
found = true;
drivers/gpu/drm/panthor/panthor_mmu.c
2488
if (found) {
drivers/gpu/drm/radeon/radeon_bios.c
196
bool found = false;
drivers/gpu/drm/radeon/radeon_bios.c
213
found = true;
drivers/gpu/drm/radeon/radeon_bios.c
218
if (!found)
drivers/gpu/drm/radeon/radeon_combios.c
1002
int found = 0;
drivers/gpu/drm/radeon/radeon_combios.c
1026
found = 1;
drivers/gpu/drm/radeon/radeon_combios.c
1041
found = 1;
drivers/gpu/drm/radeon/radeon_combios.c
1045
if (!found) {
drivers/gpu/drm/radeon/radeon_combios.c
1060
found = 1;
drivers/gpu/drm/radeon/radeon_combios.c
1070
found = 1;
drivers/gpu/drm/radeon/radeon_combios.c
1077
if (!found) /* fallback to defaults */
drivers/gpu/drm/radeon/radeon_combios.c
852
int found = 0;
drivers/gpu/drm/radeon/radeon_combios.c
874
found = 0;
drivers/gpu/drm/radeon/radeon_combios.c
876
found = 1;
drivers/gpu/drm/radeon/radeon_combios.c
889
found = 0;
drivers/gpu/drm/radeon/radeon_combios.c
892
if (!found) /* fallback to defaults */
drivers/gpu/drm/radeon/radeon_connectors.c
1588
bool found = false;
drivers/gpu/drm/radeon/radeon_connectors.c
1593
found = true;
drivers/gpu/drm/radeon/radeon_connectors.c
1596
return found;
drivers/gpu/drm/radeon/radeon_kms.c
238
int i, found;
drivers/gpu/drm/radeon/radeon_kms.c
266
for (i = 0, found = 0; i < rdev->num_crtc; i++) {
drivers/gpu/drm/radeon/radeon_kms.c
271
found = 1;
drivers/gpu/drm/radeon/radeon_kms.c
275
if (!found) {
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1306
bool found = false;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1354
found = true;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1357
found = true;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1367
return found;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1377
bool found = false;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1420
found = true;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1423
found = true;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1431
return found;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1444
bool found = false;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1494
found = true;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1496
if (found)
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1521
return found;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1532
enum drm_connector_status found = connector_status_disconnected;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1558
found = connector_status_connected;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1559
return found;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1571
found = connector_status_connected;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1572
return found;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1646
found = connector_status_connected;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1649
found = connector_status_connected;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1671
return found;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
641
enum drm_connector_status found = connector_status_disconnected;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
697
found = connector_status_connected;
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
706
return found;
drivers/gpu/drm/rockchip/rockchip_drm_drv.c
425
bool found = false;
drivers/gpu/drm/rockchip/rockchip_drm_drv.c
441
found = true;
drivers/gpu/drm/rockchip/rockchip_drm_drv.c
450
if (!found) {
drivers/gpu/drm/scheduler/tests/mock_scheduler.c
346
unsigned int found = 0;
drivers/gpu/drm/scheduler/tests/mock_scheduler.c
360
found++;
drivers/gpu/drm/scheduler/tests/mock_scheduler.c
365
return found;
drivers/gpu/drm/vc4/vc4_hvs.c
944
bool found = false;
drivers/gpu/drm/vc4/vc4_hvs.c
964
found = false;
drivers/gpu/drm/vc4/vc4_hvs.c
986
found = true;
drivers/gpu/drm/vc4/vc4_hvs.c
990
} while (found);
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
1104
struct vmw_resource *found = NULL;
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
1124
found = cur_res;
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
1134
while (found) {
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
1135
ret = vmw_resource_clean(found);
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
1138
last_cleaned = found->guest_memory_offset + found->guest_memory_size;
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
1139
cur = rb_next(&found->mob_node);
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
1143
found = container_of(cur, struct vmw_resource, mob_node);
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
1144
if (found->guest_memory_offset >= res_end)
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
54
int idx = 0, found = 0, id, tx_idx, rx_idx;
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
64
found++;
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
658
int i, found = 0;
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
68
found++;
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
695
found++;
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
698
KUNIT_ASSERT_GT_MSG(test, found, 1, "insufficient G2G channels running: %d", found);
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
700
kunit_info(test, "Testing across %d GTs\n", found);
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
71
if (found == 2)
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
77
if (found != 2)
drivers/gpu/drm/xe/xe_configfs.c
968
const struct pci_device_id *found = pci_match_id(ids, pdev);
drivers/gpu/drm/xe/xe_configfs.c
970
return found ? (const void *)found->driver_data : NULL;
drivers/gpu/drm/xe/xe_gsc.c
129
struct xe_uc_fw_version *compat = &gsc->fw.versions.found[XE_UC_FW_VER_COMPATIBILITY];
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
125
struct xe_uc_fw_version *found)
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
148
memset(found, 0, sizeof(struct xe_uc_fw_version));
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
149
found->branch = FIELD_GET(VF2GUC_MATCH_VERSION_RESPONSE_MSG_1_BRANCH, response[1]);
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
150
found->major = FIELD_GET(VF2GUC_MATCH_VERSION_RESPONSE_MSG_1_MAJOR, response[1]);
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
151
found->minor = FIELD_GET(VF2GUC_MATCH_VERSION_RESPONSE_MSG_1_MINOR, response[1]);
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
152
found->patch = FIELD_GET(VF2GUC_MATCH_VERSION_RESPONSE_MSG_1_PATCH, response[1]);
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
158
struct xe_uc_fw_version *found)
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
167
return guc_action_match_version(guc, &wanted, found);
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
321
struct xe_uc_fw_version *found)
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
329
if (found)
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
330
*found = gt->sriov.vf.guc_version;
drivers/gpu/drm/xe/xe_gt_sriov_vf.h
20
struct xe_uc_fw_version *found);
drivers/gpu/drm/xe/xe_guc.h
26
MAKE_GUC_VER_STRUCT((guc)->fw.versions.found[XE_UC_FW_VER_COMPATIBILITY])
drivers/gpu/drm/xe/xe_guc.h
28
MAKE_GUC_VER_STRUCT((guc)->fw.versions.found[XE_UC_FW_VER_RELEASE])
drivers/gpu/drm/xe/xe_guc_capture.c
1104
struct __guc_capture_parsed_output *found = NULL;
drivers/gpu/drm/xe/xe_guc_capture.c
1111
found = n;
drivers/gpu/drm/xe/xe_guc_capture.c
1123
found = n;
drivers/gpu/drm/xe/xe_guc_capture.c
1126
if (found) {
drivers/gpu/drm/xe/xe_guc_capture.c
1127
list_del(&found->link);
drivers/gpu/drm/xe/xe_guc_capture.c
1128
guc_capture_init_node(guc, found);
drivers/gpu/drm/xe/xe_guc_capture.c
1131
return found;
drivers/gpu/drm/xe/xe_guc_engine_activity.c
127
struct xe_uc_fw_version *version = &guc->fw.versions.found[XE_UC_FW_VER_COMPATIBILITY];
drivers/gpu/drm/xe/xe_guc_hwconfig.c
172
bool found = false;
drivers/gpu/drm/xe/xe_guc_hwconfig.c
195
found = true;
drivers/gpu/drm/xe/xe_guc_hwconfig.c
201
return found ? 0 : -ENOENT;
drivers/gpu/drm/xe/xe_guc_id_mgr.c
109
unsigned int found = total;
drivers/gpu/drm/xe/xe_guc_id_mgr.c
116
found = rs + (range - count);
drivers/gpu/drm/xe/xe_guc_id_mgr.c
118
return found;
drivers/gpu/drm/xe/xe_guc_log.c
221
snapshot->ver_found = guc->fw.versions.found[XE_UC_FW_VER_RELEASE];
drivers/gpu/drm/xe/xe_pxp.c
392
gt->uc.gsc.fw.versions.found[XE_UC_FW_VER_RELEASE].build < 1396) {
drivers/gpu/drm/xe/xe_query.c
594
version = &guc->fw.versions.found[XE_UC_FW_VER_COMPATIBILITY];
drivers/gpu/drm/xe/xe_query.c
620
version = &huc->fw.versions.found[XE_UC_FW_VER_RELEASE];
drivers/gpu/drm/xe/xe_sriov_pf_provision.c
244
const char *what, u32 found, u32 expected)
drivers/gpu/drm/xe/xe_sriov_pf_provision.c
250
gt->info.id, what, found, expected);
drivers/gpu/drm/xe/xe_uc_fw.c
346
struct xe_uc_fw_version *release = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE];
drivers/gpu/drm/xe/xe_uc_fw.c
347
struct xe_uc_fw_version *compatibility = &uc_fw->versions.found[XE_UC_FW_VER_COMPATIBILITY];
drivers/gpu/drm/xe/xe_uc_fw.c
372
struct xe_uc_fw_version *found = &uc_fw->versions.found[uc_fw->versions.wanted_type];
drivers/gpu/drm/xe/xe_uc_fw.c
382
if (wanted->major != found->major ||
drivers/gpu/drm/xe/xe_uc_fw.c
384
((wanted->minor != found->minor) ||
drivers/gpu/drm/xe/xe_uc_fw.c
385
(wanted->patch != found->patch)))) {
drivers/gpu/drm/xe/xe_uc_fw.c
388
found->major, found->minor, found->patch,
drivers/gpu/drm/xe/xe_uc_fw.c
393
if (wanted->minor > found->minor ||
drivers/gpu/drm/xe/xe_uc_fw.c
394
(wanted->minor == found->minor && wanted->patch > found->patch)) {
drivers/gpu/drm/xe/xe_uc_fw.c
398
found->major, found->minor, found->patch,
drivers/gpu/drm/xe/xe_uc_fw.c
417
struct xe_uc_fw_version *release = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE];
drivers/gpu/drm/xe/xe_uc_fw.c
497
struct xe_uc_fw_version *release = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE];
drivers/gpu/drm/xe/xe_uc_fw.c
683
struct xe_uc_fw_version *compat = &uc_fw->versions.found[XE_UC_FW_VER_COMPATIBILITY];
drivers/gpu/drm/xe/xe_uc_fw.c
762
&uc_fw->versions.found[XE_UC_FW_VER_RELEASE],
drivers/gpu/drm/xe/xe_uc_fw.c
961
struct xe_uc_fw_version *ver = &uc_fw->versions.found[i];
drivers/gpu/drm/xe/xe_uc_fw_types.h
138
struct xe_uc_fw_version found[XE_UC_FW_VER_TYPE_COUNT];
drivers/greybus/connection.c
63
goto found;
drivers/greybus/connection.c
66
found:
drivers/greybus/manifest.c
189
bool found = false;
drivers/greybus/manifest.c
202
found = true;
drivers/greybus/manifest.c
206
if (!found)
drivers/greybus/manifest.c
459
u32 found = 0;
drivers/greybus/manifest.c
509
if (!found++)
drivers/greybus/manifest.c
512
if (found != 1) {
drivers/greybus/manifest.c
514
found);
drivers/greybus/operation.c
200
bool found = false;
drivers/greybus/operation.c
207
found = true;
drivers/greybus/operation.c
212
return found ? operation : NULL;
drivers/hid/hid-lenovo.c
1325
bool found;
drivers/hid/hid-lenovo.c
1333
found = false;
drivers/hid/hid-lenovo.c
1337
found = true;
drivers/hid/hid-lenovo.c
1339
if (!found)
drivers/hid/hid-uclogic-params.c
1001
rc = uclogic_params_pen_init_v1(&p.pen, &found, hdev);
drivers/hid/hid-uclogic-params.c
1006
} else if (found) {
drivers/hid/hid-uclogic-params.c
1010
&found, hdev);
drivers/hid/hid-uclogic-params.c
1016
(found ? "" : " not"));
drivers/hid/hid-uclogic-params.c
1017
if (found) {
drivers/hid/hid-uclogic-params.c
1683
bool found;
drivers/hid/hid-uclogic-params.c
1750
&found, hdev);
drivers/hid/hid-uclogic-params.c
1757
if (!found) {
drivers/hid/hid-uclogic-params.c
1861
rc = uclogic_params_pen_init_v1(&p.pen, &found, hdev);
drivers/hid/hid-uclogic-params.c
1866
if (!found) {
drivers/hid/hid-uclogic-params.c
1879
rc = uclogic_params_pen_init_v1(&p.pen, &found, hdev);
drivers/hid/hid-uclogic-params.c
1922
rc = uclogic_params_pen_init_v1(&p.pen, &found, hdev);
drivers/hid/hid-uclogic-params.c
1926
} else if (found) {
drivers/hid/hid-uclogic-params.c
1956
rc = uclogic_params_pen_init_v1(&p.pen, &found, hdev);
drivers/hid/hid-uclogic-params.c
1960
} else if (found) {
drivers/hid/hid-uclogic-params.c
237
bool found = false;
drivers/hid/hid-uclogic-params.c
319
found = true;
drivers/hid/hid-uclogic-params.c
321
*pfound = found;
drivers/hid/hid-uclogic-params.c
377
bool found = false;
drivers/hid/hid-uclogic-params.c
481
found = true;
drivers/hid/hid-uclogic-params.c
490
*pfound = found;
drivers/hid/hid-uclogic-params.c
569
bool found = false;
drivers/hid/hid-uclogic-params.c
610
found = true;
drivers/hid/hid-uclogic-params.c
613
*pfound = found;
drivers/hid/hid-uclogic-params.c
838
bool found;
drivers/hid/hid-uclogic-params.c
898
rc = uclogic_params_pen_init_v2(&p.pen, &found,
drivers/hid/hid-uclogic-params.c
905
} else if (found) {
drivers/hid/usbhid/hid-pidff.c
1089
int found = pidff_find_field_with_usage(&index, report,
drivers/hid/usbhid/hid-pidff.c
1092
if (found >= 0) {
drivers/hid/usbhid/hid-pidff.c
1093
pr_debug("found %d at %d->%d\n", i, found, index);
drivers/hid/usbhid/hid-pidff.c
1094
usage[i].field = report->field[found];
drivers/hid/usbhid/hid-pidff.c
1095
usage[i].value = &report->field[found]->value[index];
drivers/hid/usbhid/hid-pidff.c
1227
int found = 0;
drivers/hid/usbhid/hid-pidff.c
1235
found++;
drivers/hid/usbhid/hid-pidff.c
1237
return found;
drivers/hid/usbhid/hid-pidff.c
1345
uint found = PIDFF_FIND_GENERAL_DESKTOP(direction_axis_id, axes_enable,
drivers/hid/usbhid/hid-pidff.c
1348
pidff->axis_count = found;
drivers/hid/usbhid/hid-pidff.c
1349
hid_dbg(pidff->hid, "found direction axes: %u", found);
drivers/hid/usbhid/hid-pidff.c
1359
if (pidff->axes_enable && found != pidff->axes_enable->report_count)
drivers/hid/usbhid/hid-pidff.c
1361
pidff->axes_enable->report_count, found);
drivers/hv/hv_balloon.c
605
bool found;
drivers/hv/hv_balloon.c
612
found = false;
drivers/hv/hv_balloon.c
617
found = true;
drivers/hv/hv_balloon.c
629
if (!found)
drivers/hwmon/fschmd.c
1003
if (found & (1 << in))
drivers/hwmon/fschmd.c
1009
found |= 1 << in;
drivers/hwmon/fschmd.c
1015
if (found & 0x08)
drivers/hwmon/fschmd.c
1020
found |= 0x08;
drivers/hwmon/fschmd.c
1024
if (found == 0x0F) {
drivers/hwmon/fschmd.c
969
int i, mult[3] = { 0 }, offset[3] = { 0 }, vref = 0, found = 0;
drivers/hwmon/it87.c
3785
bool found = false;
drivers/hwmon/it87.c
3811
found = true;
drivers/hwmon/it87.c
3821
if (!found) {
drivers/hwmon/lm78.c
831
int val, save, found = 0;
drivers/hwmon/lm78.c
905
found = 1;
drivers/hwmon/lm78.c
907
if (found)
drivers/hwmon/lm78.c
914
return found;
drivers/hwmon/nct6683.c
1444
bool found = false;
drivers/hwmon/nct6683.c
1464
found = true;
drivers/hwmon/nct6683.c
1499
if (!found) {
drivers/hwmon/nct6775-platform.c
1529
bool found = false;
drivers/hwmon/nct6775-platform.c
1575
found = true;
drivers/hwmon/nct6775-platform.c
1622
if (!found) {
drivers/hwmon/w83781d.c
1838
int val, save, found = 0;
drivers/hwmon/w83781d.c
1922
found = 1;
drivers/hwmon/w83781d.c
1924
if (found)
drivers/hwmon/w83781d.c
1931
return found;
drivers/hwtracing/coresight/coresight-core.c
1014
found = true;
drivers/hwtracing/coresight/coresight-core.c
1019
if (!found)
drivers/hwtracing/coresight/coresight-core.c
988
bool found = false;
drivers/hwtracing/coresight/coresight-core.c
998
found = true;
drivers/hwtracing/coresight/coresight-stm.c
666
int index = 0, found = 0;
drivers/hwtracing/coresight/coresight-stm.c
676
found = 1;
drivers/hwtracing/coresight/coresight-stm.c
680
if (!found)
drivers/hwtracing/intel_th/core.c
750
goto found;
drivers/hwtracing/intel_th/core.c
755
found:
drivers/hwtracing/intel_th/gth.c
679
goto found;
drivers/hwtracing/intel_th/gth.c
686
found:
drivers/hwtracing/intel_th/msu.c
1417
goto found;
drivers/hwtracing/intel_th/msu.c
1421
found:
drivers/hwtracing/intel_th/msu.c
1899
goto found;
drivers/hwtracing/intel_th/msu.c
1911
goto found;
drivers/hwtracing/intel_th/msu.c
1915
found:
drivers/hwtracing/intel_th/msu.c
366
unsigned int found = 0;
drivers/hwtracing/intel_th/msu.c
378
found++;
drivers/hwtracing/intel_th/msu.c
384
if (found)
drivers/i2c/busses/i2c-viapro.c
321
goto found;
drivers/i2c/busses/i2c-viapro.c
345
found:
drivers/i2c/i2c-atr.c
292
bool found = false;
drivers/i2c/i2c-atr.c
305
found = true;
drivers/i2c/i2c-atr.c
310
if (!found)
drivers/i2c/i2c-core-base.c
1805
struct i2c_adapter *found;
drivers/i2c/i2c-core-base.c
1809
found = idr_find(&i2c_adapter_idr, adap->nr);
drivers/i2c/i2c-core-base.c
1810
if (found == adap)
drivers/i2c/i2c-core-base.c
1813
if (found != adap) {
drivers/i2c/i2c-dev.c
60
goto found;
drivers/i2c/i2c-dev.c
63
found:
drivers/iio/adc/ad4691.c
787
unsigned int osr, found;
drivers/iio/adc/ad4691.c
800
found = ad4691_find_osc_freq(st, (unsigned int)freq * osr, osr);
drivers/iio/adc/ad4691.c
801
if (!found)
drivers/iio/adc/ad4691.c
809
st->target_osc_freq_Hz = found;
drivers/iio/adc/ad4691.c
960
unsigned int old_effective, found, osr_idx;
drivers/iio/adc/ad4691.c
979
found = ad4691_find_osc_freq(st, old_effective * (unsigned int)val, val);
drivers/iio/adc/ad4691.c
980
if (!found)
drivers/iio/adc/ad4691.c
982
st->target_osc_freq_Hz = found;
drivers/iio/adc/max1363.c
700
bool found = false;
drivers/iio/adc/max1363.c
707
found = true;
drivers/iio/adc/max1363.c
710
if (!found)
drivers/iio/adc/ti_am335x_adc.c
437
bool found = false;
drivers/iio/adc/ti_am335x_adc.c
508
found = true;
drivers/iio/adc/ti_am335x_adc.c
515
if (!found)
drivers/iio/common/st_sensors/st_sensors_core.c
165
bool found = false;
drivers/iio/common/st_sensors/st_sensors_core.c
180
found = true;
drivers/iio/common/st_sensors/st_sensors_core.c
190
if (found)
drivers/iio/gyro/fxas21002c_core.c
256
bool found = false;
drivers/iio/gyro/fxas21002c_core.c
263
found = true;
drivers/iio/gyro/fxas21002c_core.c
267
if (!found)
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c
832
bool found = false;
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c
874
found = true;
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c
887
return found ? 0 : -ENODEV;
drivers/iio/light/rohm-bu27034.c
478
bool found = false;
drivers/iio/light/rohm-bu27034.c
539
found = true;
drivers/iio/light/rohm-bu27034.c
543
if (!found) {
drivers/infiniband/core/addr.c
109
found = 1;
drivers/infiniband/core/addr.c
114
if (!found)
drivers/infiniband/core/addr.c
751
struct addr_req *found = NULL;
drivers/infiniband/core/addr.c
761
found = req;
drivers/infiniband/core/addr.c
767
if (!found)
drivers/infiniband/core/addr.c
774
cancel_delayed_work_sync(&found->work);
drivers/infiniband/core/addr.c
775
kfree(found);
drivers/infiniband/core/addr.c
87
int found = 0;
drivers/infiniband/core/cache.c
470
int found = -1;
drivers/infiniband/core/cache.c
473
while (i < table->sz && (found < 0 || empty < 0)) {
drivers/infiniband/core/cache.c
510
if (found >= 0)
drivers/infiniband/core/cache.c
530
found = curr_index;
drivers/infiniband/core/cache.c
536
return found;
drivers/infiniband/core/cma.c
3232
bool found;
drivers/infiniband/core/cma.c
3249
map->found = true;
drivers/infiniband/core/cma.c
3273
if (prio_tc_map.found)
drivers/infiniband/core/cma.c
971
goto found;
drivers/infiniband/core/cma.c
980
goto found;
drivers/infiniband/core/cma.c
988
found:
drivers/infiniband/core/cq.c
445
struct ib_cq *cq, *found = NULL;
drivers/infiniband/core/cq.c
467
while (!found) {
drivers/infiniband/core/cq.c
479
found = cq;
drivers/infiniband/core/cq.c
483
if (found) {
drivers/infiniband/core/cq.c
484
found->cqe_used += nr_cqe;
drivers/infiniband/core/cq.c
487
return found;
drivers/infiniband/core/cq.c
500
return found;
drivers/infiniband/core/multicast.c
569
goto found;
drivers/infiniband/core/multicast.c
593
found:
drivers/infiniband/core/sa_query.c
909
int found = 0;
drivers/infiniband/core/sa_query.c
918
found = 1;
drivers/infiniband/core/sa_query.c
925
return found;
drivers/infiniband/core/security.c
259
bool found = false;
drivers/infiniband/core/security.c
275
found = true;
drivers/infiniband/core/security.c
280
if (!found) {
drivers/infiniband/core/user_mad.c
729
goto found;
drivers/infiniband/core/user_mad.c
737
found:
drivers/infiniband/core/user_mad.c
843
goto found;
drivers/infiniband/core/user_mad.c
850
found:
drivers/infiniband/core/uverbs_cmd.c
2554
bool found = false;
drivers/infiniband/core/uverbs_cmd.c
2572
found = true;
drivers/infiniband/core/uverbs_cmd.c
2576
if (!found) {
drivers/infiniband/hw/cxgb4/cm.c
3238
int found = 0;
drivers/infiniband/hw/cxgb4/cm.c
3252
found = 1;
drivers/infiniband/hw/cxgb4/cm.c
3258
return found ? 0 : -EADDRNOTAVAIL;
drivers/infiniband/hw/erdma/erdma_verbs.c
893
goto found;
drivers/infiniband/hw/erdma/erdma_verbs.c
914
found:
drivers/infiniband/hw/hfi1/mad.c
120
int found = 0;
drivers/infiniband/hw/hfi1/mad.c
143
found = 1;
drivers/infiniband/hw/hfi1/mad.c
149
if (!found) {
drivers/infiniband/hw/hns/hns_roce_db.c
102
goto found;
drivers/infiniband/hw/hns/hns_roce_db.c
107
found:
drivers/infiniband/hw/hns/hns_roce_db.c
22
goto found;
drivers/infiniband/hw/hns/hns_roce_db.c
42
found:
drivers/infiniband/hw/hns/hns_roce_hem.c
1002
struct hns_roce_hem_item *found = NULL;
drivers/infiniband/hw/hns/hns_roce_hem.c
1006
found = hem;
drivers/infiniband/hw/hns/hns_roce_hem.c
1011
return found;
drivers/infiniband/hw/mlx4/doorbell.c
57
goto found;
drivers/infiniband/hw/mlx4/doorbell.c
77
found:
drivers/infiniband/hw/mlx4/main.c
261
int free = -1, found = -1;
drivers/infiniband/hw/mlx4/main.c
288
found = i;
drivers/infiniband/hw/mlx4/main.c
295
if (found < 0) {
drivers/infiniband/hw/mlx4/main.c
314
struct gid_cache_context *ctx = port_gid_table->gids[found].ctx;
drivers/infiniband/hw/mlx4/mcg.c
821
goto found;
drivers/infiniband/hw/mlx4/mcg.c
852
goto found;
drivers/infiniband/hw/mlx4/mcg.c
864
found:
drivers/infiniband/hw/mlx5/doorbell.c
126
found:
drivers/infiniband/hw/mlx5/doorbell.c
80
goto found;
drivers/infiniband/hw/mthca/mthca_memfree.c
608
goto found;
drivers/infiniband/hw/mthca/mthca_memfree.c
648
found:
drivers/infiniband/hw/mthca/mthca_mr.c
103
found:
drivers/infiniband/hw/mthca/mthca_mr.c
97
goto found;
drivers/infiniband/hw/ocrdma/ocrdma_hw.c
2080
bool found = false;
drivers/infiniband/hw/ocrdma/ocrdma_hw.c
2083
found = true;
drivers/infiniband/hw/ocrdma/ocrdma_hw.c
2087
return found;
drivers/infiniband/hw/ocrdma/ocrdma_hw.c
2093
bool found = false;
drivers/infiniband/hw/ocrdma/ocrdma_hw.c
2096
found = true;
drivers/infiniband/hw/ocrdma/ocrdma_hw.c
2100
return found;
drivers/infiniband/hw/ocrdma/ocrdma_hw.c
2105
bool found;
drivers/infiniband/hw/ocrdma/ocrdma_hw.c
2110
found = ocrdma_is_qp_in_sq_flushlist(qp->sq_cq, qp);
drivers/infiniband/hw/ocrdma/ocrdma_hw.c
2111
if (!found)
drivers/infiniband/hw/ocrdma/ocrdma_hw.c
2114
found = ocrdma_is_qp_in_rq_flushlist(qp->rq_cq, qp);
drivers/infiniband/hw/ocrdma/ocrdma_hw.c
2115
if (!found)
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c
1649
int found = false;
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c
1655
found = ocrdma_is_qp_in_sq_flushlist(qp->sq_cq, qp);
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c
1656
if (found)
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c
1659
found = ocrdma_is_qp_in_rq_flushlist(qp->rq_cq, qp);
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c
1660
if (found)
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c
233
bool found = false;
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c
241
found = true;
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c
245
return found;
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c
549
bool found;
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c
553
found = ocrdma_search_mmap(ucontext, vma->vm_pgoff << PAGE_SHIFT, len);
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c
554
if (!found)
drivers/infiniband/hw/usnic/usnic_ib_main.c
479
bool found = false;
drivers/infiniband/hw/usnic/usnic_ib_main.c
487
found = true;
drivers/infiniband/hw/usnic/usnic_ib_main.c
494
if (found)
drivers/infiniband/hw/usnic/usnic_uiom.c
504
int found = 0;
drivers/infiniband/hw/usnic/usnic_uiom.c
509
found = 1;
drivers/infiniband/hw/usnic/usnic_uiom.c
514
if (!found) {
drivers/infiniband/hw/usnic/usnic_vnic.c
156
int found, i, j;
drivers/infiniband/hw/usnic/usnic_vnic.c
159
found = 0;
drivers/infiniband/hw/usnic/usnic_vnic.c
165
found = 1;
drivers/infiniband/hw/usnic/usnic_vnic.c
172
if (!found)
drivers/infiniband/sw/rdmavt/mcast.c
110
struct rvt_mcast *found = NULL;
drivers/infiniband/sw/rdmavt/mcast.c
130
found = mcast;
drivers/infiniband/sw/rdmavt/mcast.c
136
return found;
drivers/infiniband/sw/siw/siw_mem.c
101
found = xa_erase(&mem->sdev->mem_xa, mem->stag >> 8);
drivers/infiniband/sw/siw/siw_mem.c
102
WARN_ON(found != mem);
drivers/infiniband/sw/siw/siw_mem.c
94
struct siw_mem *mem = mr->mem, *found;
drivers/infiniband/sw/siw/siw_qp.c
1297
struct siw_qp *found, *qp = container_of(ref, struct siw_qp, ref);
drivers/infiniband/sw/siw/siw_qp.c
1304
found = xa_erase(&sdev->qp_xa, qp_id(qp));
drivers/infiniband/sw/siw/siw_qp.c
1305
WARN_ON(found != qp);
drivers/infiniband/ulp/rtrs/rtrs-srv.c
778
bool found = false;
drivers/infiniband/ulp/rtrs/rtrs-srv.c
793
found = true;
drivers/infiniband/ulp/rtrs/rtrs-srv.c
798
if (found)
drivers/infiniband/ulp/rtrs/rtrs-srv.c
802
return found;
drivers/input/joystick/n64joy.c
244
u32 i, j, found = 0;
drivers/input/joystick/n64joy.c
264
found++;
drivers/input/joystick/n64joy.c
316
pr_info("%u controller(s) connected\n", found);
drivers/input/joystick/n64joy.c
318
if (!found)
drivers/input/misc/apanel.c
231
int found = 0;
drivers/input/misc/apanel.c
279
++found;
drivers/input/misc/apanel.c
284
if (found == 0) {
drivers/input/misc/keyspan_remote.c
182
int found = 0;
drivers/input/misc/keyspan_remote.c
211
found = 0;
drivers/input/misc/keyspan_remote.c
212
while ((remote->data.bits_left >= 14 || remote->data.pos < remote->data.len) && !found) {
drivers/input/misc/keyspan_remote.c
222
found = 1;
drivers/input/misc/keyspan_remote.c
231
if (!found) {
drivers/input/mouse/psmouse-base.c
505
bool found = false;
drivers/input/mouse/psmouse-base.c
519
found = true;
drivers/input/mouse/psmouse-base.c
525
return found;
drivers/input/serio/hil_mlc.c
111
int j, found = 0;
drivers/input/serio/hil_mlc.c
116
found++;
drivers/input/serio/hil_mlc.c
118
if (found)
drivers/input/serio/hil_mlc.c
136
int j, found = 0;
drivers/input/serio/hil_mlc.c
140
found++;
drivers/input/serio/hil_mlc.c
142
if (!found)
drivers/input/serio/hil_mlc.c
154
int j, found = 0;
drivers/input/serio/hil_mlc.c
158
found++;
drivers/input/serio/hil_mlc.c
160
if (!found)
drivers/input/serio/hil_mlc.c
987
goto found;
drivers/input/serio/hil_mlc.c
994
found:
drivers/interconnect/core.c
207
bool found = false;
drivers/interconnect/core.c
219
found = true;
drivers/interconnect/core.c
241
if (found)
drivers/interconnect/core.c
258
if (found)
drivers/iommu/amd/init.c
3752
goto found;
drivers/iommu/amd/init.c
3758
goto found;
drivers/iommu/amd/init.c
3764
found:
drivers/iommu/amd/init.c
3790
goto found;
drivers/iommu/amd/init.c
3796
goto found;
drivers/iommu/amd/init.c
3802
found:
drivers/iommu/amd/init.c
3844
goto found;
drivers/iommu/amd/init.c
3860
goto found;
drivers/iommu/amd/init.c
3866
found:
drivers/iommu/fsl_pamu.c
261
int len, found = 0;
drivers/iommu/fsl_pamu.c
285
found = 1;
drivers/iommu/fsl_pamu.c
293
for (cache_level = PAMU_ATTR_CACHE_L1; (cache_level < PAMU_ATTR_CACHE_L3) && found; cache_level++) {
drivers/iommu/intel/debugfs.c
349
bool scalable, found = false;
drivers/iommu/intel/debugfs.c
465
found = true;
drivers/iommu/intel/debugfs.c
468
if (found)
drivers/iommu/riscv/iommu.c
889
struct riscv_iommu_bond *bond, *found = NULL;
drivers/iommu/riscv/iommu.c
898
if (found && count)
drivers/iommu/riscv/iommu.c
901
found = bond;
drivers/iommu/riscv/iommu.c
905
if (found)
drivers/iommu/riscv/iommu.c
906
list_del_rcu(&found->list);
drivers/iommu/riscv/iommu.c
908
kfree_rcu(found, rcu);
drivers/irqchip/irq-imgpdc.c
233
goto found;
drivers/irqchip/irq-imgpdc.c
237
found:
drivers/leds/led-triggers.c
287
bool found = false;
drivers/leds/led-triggers.c
300
found = led_match_default_trigger(led_cdev, trig);
drivers/leds/led-triggers.c
301
if (found)
drivers/leds/led-triggers.c
311
if (!found)
drivers/mailbox/arm_mhuv2.c
545
int i, found = 0;
drivers/mailbox/arm_mhuv2.c
601
found++;
drivers/mailbox/arm_mhuv2.c
607
if (!found) {
drivers/mailbox/arm_mhuv3.c
876
unsigned int i, found = 0;
drivers/mailbox/arm_mhuv3.c
894
found++;
drivers/mailbox/arm_mhuv3.c
906
if (found == 0)
drivers/mailbox/arm_mhuv3.c
914
unsigned int i, found = 0;
drivers/mailbox/arm_mhuv3.c
933
found++;
drivers/mailbox/arm_mhuv3.c
966
if (found == 0)
drivers/mailbox/bcm74110-mailbox.c
221
bool found = false;
drivers/mailbox/bcm74110-mailbox.c
228
found = true;
drivers/mailbox/bcm74110-mailbox.c
234
if (!found)
drivers/mailbox/mailbox-mchp-ipc-sbi.c
178
bool found = false;
drivers/mailbox/mailbox-mchp-ipc-sbi.c
183
found = true;
drivers/mailbox/mailbox-mchp-ipc-sbi.c
188
if (unlikely(!found))
drivers/md/bcache/alloc.c
561
goto found;
drivers/md/bcache/alloc.c
567
found:
drivers/md/bcache/request.c
433
goto found;
drivers/md/bcache/request.c
439
found:
drivers/md/bcache/super.c
2173
goto found;
drivers/md/bcache/super.c
2191
found:
drivers/md/dm-bufio.c
826
found = container_of(*new, struct dm_buffer, node);
drivers/md/dm-bufio.c
828
if (found->block == b->block)
drivers/md/dm-bufio.c
832
new = b->block < found->block ?
drivers/md/dm-bufio.c
833
&found->node.rb_left : &found->node.rb_right;
drivers/md/dm-integrity.c
1341
unsigned int found = NOT_FOUND;
drivers/md/dm-integrity.c
1348
found = j - ic->journal_tree;
drivers/md/dm-integrity.c
1357
return found;
drivers/md/dm-snap.c
289
int found = 0;
drivers/md/dm-snap.c
296
found = 1;
drivers/md/dm-snap.c
303
return found;
drivers/md/dm-table.c
456
int found = 0;
drivers/md/dm-table.c
462
found = 1;
drivers/md/dm-table.c
466
if (!found) {
drivers/md/dm-vdo/dedupe.c
1610
if ((request->status != UDS_SUCCESS) || !request->found)
drivers/md/dm-vdo/indexer/chapter-index.c
100
result = VDO_ASSERT(!(found && entry.is_collision),
drivers/md/dm-vdo/indexer/chapter-index.c
106
found_name = (found ? name->name : NULL);
drivers/md/dm-vdo/indexer/chapter-index.c
81
bool found;
drivers/md/dm-vdo/indexer/chapter-index.c
99
found = was_entry_found(&entry, address);
drivers/md/dm-vdo/indexer/index-session.c
129
request->found = false;
drivers/md/dm-vdo/indexer/index-session.c
162
if (request->found)
drivers/md/dm-vdo/indexer/index-session.c
176
if (request->found)
drivers/md/dm-vdo/indexer/index-session.c
183
if (request->found)
drivers/md/dm-vdo/indexer/index-session.c
191
if (request->found)
drivers/md/dm-vdo/indexer/index.c
324
request->found = ((new_location == UDS_LOCATION_IN_OPEN_CHAPTER) ||
drivers/md/dm-vdo/indexer/index.c
332
request->found = true;
drivers/md/dm-vdo/indexer/index.c
342
u64 virtual_chapter, bool *found)
drivers/md/dm-vdo/indexer/index.c
358
record_page_number, found);
drivers/md/dm-vdo/indexer/index.c
362
bool *found)
drivers/md/dm-vdo/indexer/index.c
367
*found = true;
drivers/md/dm-vdo/indexer/index.c
370
*found = false;
drivers/md/dm-vdo/indexer/index.c
376
&request->old_metadata, found);
drivers/md/dm-vdo/indexer/index.c
384
&request->old_metadata, found);
drivers/md/dm-vdo/indexer/index.c
393
request->virtual_chapter, found);
drivers/md/dm-vdo/indexer/index.c
395
return uds_search_volume_page_cache(volume, request, found);
drivers/md/dm-vdo/indexer/index.c
415
bool overflow_record, found = false;
drivers/md/dm-vdo/indexer/index.c
429
result = get_record_from_zone(zone, request, &found);
drivers/md/dm-vdo/indexer/index.c
434
if (found)
drivers/md/dm-vdo/indexer/index.c
443
overflow_record = (record.is_found && record.is_collision && !found);
drivers/md/dm-vdo/indexer/index.c
445
if (found || overflow_record) {
drivers/md/dm-vdo/indexer/index.c
470
found = true;
drivers/md/dm-vdo/indexer/index.c
472
found = false;
drivers/md/dm-vdo/indexer/index.c
477
&found);
drivers/md/dm-vdo/indexer/index.c
482
if (found)
drivers/md/dm-vdo/indexer/index.c
486
((request->type == UDS_QUERY) && !found)) {
drivers/md/dm-vdo/indexer/index.c
509
if (!found || (request->type == UDS_UPDATE)) {
drivers/md/dm-vdo/indexer/index.c
539
bool found;
drivers/md/dm-vdo/indexer/index.c
545
result = get_record_from_zone(zone, request, &found);
drivers/md/dm-vdo/indexer/index.c
549
if (!found) {
drivers/md/dm-vdo/indexer/index.c
640
if (!request->found)
drivers/md/dm-vdo/indexer/indexer.h
258
bool found;
drivers/md/dm-vdo/indexer/open-chapter.c
135
struct uds_record_data *metadata, bool *found)
drivers/md/dm-vdo/indexer/open-chapter.c
143
*found = false;
drivers/md/dm-vdo/indexer/open-chapter.c
145
*found = true;
drivers/md/dm-vdo/indexer/open-chapter.h
54
struct uds_record_data *metadata, bool *found);
drivers/md/dm-vdo/indexer/volume.c
1006
*found = false;
drivers/md/dm-vdo/indexer/volume.c
1027
*found = search_record_page(dm_bufio_get_block_data(page->buffer), name,
drivers/md/dm-vdo/indexer/volume.c
537
request->found = false;
drivers/md/dm-vdo/indexer/volume.c
882
u32 chapter, u16 record_page_number, bool *found)
drivers/md/dm-vdo/indexer/volume.c
890
*found = false;
drivers/md/dm-vdo/indexer/volume.c
920
*found = true;
drivers/md/dm-vdo/indexer/volume.c
968
bool *found)
drivers/md/dm-vdo/indexer/volume.c
991
record_page_number, found);
drivers/md/dm-vdo/indexer/volume.c
996
u64 virtual_chapter, bool *found)
drivers/md/dm-vdo/indexer/volume.h
141
bool *found);
drivers/md/dm-vdo/indexer/volume.h
146
bool *found);
drivers/md/dm-vdo/indexer/volume.h
150
u16 record_page_number, bool *found);
drivers/md/raid1.c
111
int found = 0;
drivers/md/raid1.c
120
found = 1;
drivers/md/raid1.c
124
if (found) {
drivers/md/raid5-cache.c
1198
bool found = false;
drivers/md/raid5-cache.c
1213
found = true;
drivers/md/raid5-cache.c
1216
return found;
drivers/media/common/saa7146/saa7146_video.c
461
int found = 0;
drivers/media/common/saa7146/saa7146_video.c
483
found = 1;
drivers/media/common/saa7146/saa7146_video.c
486
if (!found) {
drivers/media/common/siano/smscoreapi.c
1452
goto found;
drivers/media/common/siano/smscoreapi.c
1456
found:
drivers/media/dvb-core/dvb_ca_en50221.c
1554
int found = 0;
drivers/media/dvb-core/dvb_ca_en50221.c
1558
while ((slot_count < ca->slot_count) && (!found)) {
drivers/media/dvb-core/dvb_ca_en50221.c
1575
found = 1;
drivers/media/dvb-core/dvb_ca_en50221.c
1589
return found;
drivers/media/dvb-frontends/dib3000mc.c
748
int i = 1000, found;
drivers/media/dvb-frontends/dib3000mc.c
753
found = dib3000mc_autosearch_is_irq(fe);
drivers/media/dvb-frontends/dib3000mc.c
754
} while (found == 0 && i--);
drivers/media/dvb-frontends/dib3000mc.c
756
dprintk("autosearch returns: %d\n",found);
drivers/media/dvb-frontends/dib3000mc.c
757
if (found == 0 || found == 1)
drivers/media/dvb-frontends/dib7000m.c
1241
int i = 800, found;
drivers/media/dvb-frontends/dib7000m.c
1246
found = dib7000m_autosearch_is_irq(fe);
drivers/media/dvb-frontends/dib7000m.c
1247
} while (found == 0 && i--);
drivers/media/dvb-frontends/dib7000m.c
1249
dprintk("autosearch returns: %d\n", found);
drivers/media/dvb-frontends/dib7000m.c
1250
if (found == 0 || found == 1)
drivers/media/dvb-frontends/dib7000p.c
1539
int i = 800, found;
drivers/media/dvb-frontends/dib7000p.c
1544
found = dib7000p_autosearch_is_irq(fe);
drivers/media/dvb-frontends/dib7000p.c
1545
} while (found == 0 && i--);
drivers/media/dvb-frontends/dib7000p.c
1547
dprintk("autosearch returns: %d\n", found);
drivers/media/dvb-frontends/dib7000p.c
1548
if (found == 0 || found == 1)
drivers/media/i2c/adv7604.c
1604
goto found;
drivers/media/i2c/adv7604.c
1638
goto found;
drivers/media/i2c/adv7604.c
1642
goto found;
drivers/media/i2c/adv7604.c
1672
found:
drivers/media/i2c/adv7842.c
1611
goto found;
drivers/media/i2c/adv7842.c
1615
goto found;
drivers/media/i2c/adv7842.c
1645
found:
drivers/media/mc/mc-request.c
363
struct media_request_object *found = NULL;
drivers/media/mc/mc-request.c
373
found = obj;
drivers/media/mc/mc-request.c
378
return found;
drivers/media/pci/cobalt/cobalt-cpld.c
238
int found = 0;
drivers/media/pci/cobalt/cobalt-cpld.c
250
found = 1;
drivers/media/pci/cobalt/cobalt-cpld.c
255
if (!found)
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
349
bool found = false;
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
358
found = true;
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
362
if (!found)
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
406
bool found = false;
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
446
found = false;
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
451
found = (iter->index == output_tag &&
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
454
if (found) {
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
465
found = (buf->index == output_tag &&
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
468
if (found)
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
472
if (!found)
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
603
bool found = false;
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
610
found = true;
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
614
if (!found || hdr->size < pkt_info->pkt_sz) {
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
616
hdr->size, pkt_info->pkt_sz, hdr->pkt_type, found);
drivers/media/platform/qcom/iris/iris_hfi_gen2_response.c
325
bool found = false;
drivers/media/platform/qcom/iris/iris_hfi_gen2_response.c
330
found = true;
drivers/media/platform/qcom/iris/iris_hfi_gen2_response.c
334
if (!found)
drivers/media/platform/qcom/iris/iris_hfi_gen2_response.c
354
bool found = false;
drivers/media/platform/qcom/iris/iris_hfi_gen2_response.c
374
found = true;
drivers/media/platform/qcom/iris/iris_hfi_gen2_response.c
378
if (!found)
drivers/media/platform/qcom/iris/iris_hfi_gen2_response.c
436
bool found = false;
drivers/media/platform/qcom/iris/iris_hfi_gen2_response.c
440
found = true;
drivers/media/platform/qcom/iris/iris_hfi_gen2_response.c
445
if (!found)
drivers/media/platform/qcom/iris/iris_vb2.c
56
bool found = false;
drivers/media/platform/qcom/iris/iris_vb2.c
61
found = true;
drivers/media/platform/qcom/iris/iris_vb2.c
64
if (!found) {
drivers/media/platform/qcom/venus/helpers.c
1764
bool found, found_ubwc;
drivers/media/platform/qcom/venus/helpers.c
1778
found = find_fmt_from_caps(caps, HFI_BUFFER_OUTPUT2, fmt);
drivers/media/platform/qcom/venus/helpers.c
1779
if (found_ubwc && found) {
drivers/media/platform/qcom/venus/helpers.c
1795
found = find_fmt_from_caps(caps, HFI_BUFFER_OUTPUT2, fmt);
drivers/media/platform/qcom/venus/helpers.c
1797
if (found_ubwc && found) {
drivers/media/platform/qcom/venus/helpers.c
1804
found = find_fmt_from_caps(caps, HFI_BUFFER_OUTPUT, fmt);
drivers/media/platform/qcom/venus/helpers.c
1805
if (found) {
drivers/media/platform/qcom/venus/helpers.c
1811
found = find_fmt_from_caps(caps, HFI_BUFFER_OUTPUT2, fmt);
drivers/media/platform/qcom/venus/helpers.c
1812
if (found) {
drivers/media/platform/qcom/venus/helpers.c
1827
bool found;
drivers/media/platform/qcom/venus/helpers.c
1836
found = find_fmt_from_caps(caps, HFI_BUFFER_OUTPUT, fmt);
drivers/media/platform/qcom/venus/helpers.c
1837
if (found)
drivers/media/platform/qcom/venus/helpers.c
1840
found = find_fmt_from_caps(caps, HFI_BUFFER_OUTPUT2, fmt);
drivers/media/platform/qcom/venus/helpers.c
1842
return found;
drivers/media/platform/qcom/venus/hfi_msgs.c
812
bool found = false;
drivers/media/platform/qcom/venus/hfi_msgs.c
819
found = true;
drivers/media/platform/qcom/venus/hfi_msgs.c
823
if (!found)
drivers/media/platform/qcom/venus/hfi_platform_v4.c
419
const struct hfi_platform_codec_freq_data *found = NULL;
drivers/media/platform/qcom/venus/hfi_platform_v4.c
431
found = &data[i];
drivers/media/platform/qcom/venus/hfi_platform_v4.c
436
return found;
drivers/media/platform/qcom/venus/hfi_platform_v6.c
289
const struct hfi_platform_codec_freq_data *found = NULL;
drivers/media/platform/qcom/venus/hfi_platform_v6.c
296
found = &data[i];
drivers/media/platform/qcom/venus/hfi_platform_v6.c
301
return found;
drivers/media/platform/qcom/venus/venc_ctrls.c
29
bool found = false;
drivers/media/platform/qcom/venus/venc_ctrls.c
50
found = true;
drivers/media/platform/qcom/venus/venc_ctrls.c
58
if (!found)
drivers/media/platform/renesas/sh_vou.c
524
unsigned int found = geo->output.width * vou_scale_h_den[i] /
drivers/media/platform/renesas/sh_vou.c
527
if (found > VOU_MAX_IMAGE_WIDTH)
drivers/media/platform/renesas/sh_vou.c
531
err = abs(found - geo->in_width);
drivers/media/platform/renesas/sh_vou.c
535
best = found;
drivers/media/platform/renesas/sh_vou.c
549
unsigned int found = geo->output.height * vou_scale_v_den[i] /
drivers/media/platform/renesas/sh_vou.c
552
if (found > img_height_max)
drivers/media/platform/renesas/sh_vou.c
556
err = abs(found - geo->in_height);
drivers/media/platform/renesas/sh_vou.c
560
best = found;
drivers/media/platform/renesas/sh_vou.c
593
unsigned int found = geo->in_width * vou_scale_h_num[i] /
drivers/media/platform/renesas/sh_vou.c
596
if (found > VOU_MAX_IMAGE_WIDTH)
drivers/media/platform/renesas/sh_vou.c
600
err = abs(found - geo->output.width);
drivers/media/platform/renesas/sh_vou.c
604
best = found;
drivers/media/platform/renesas/sh_vou.c
623
unsigned int found = geo->in_height * vou_scale_v_num[i] /
drivers/media/platform/renesas/sh_vou.c
626
if (found > img_height_max)
drivers/media/platform/renesas/sh_vou.c
630
err = abs(found - geo->output.height);
drivers/media/platform/renesas/sh_vou.c
634
best = found;
drivers/media/platform/st/sti/hva/hva-v4l2.c
1001
bool found = false;
drivers/media/platform/st/sti/hva/hva-v4l2.c
1021
found = true;
drivers/media/platform/st/sti/hva/hva-v4l2.c
1026
if (!found) {
drivers/media/platform/st/sti/hva/hva-v4l2.c
143
bool found = false;
drivers/media/platform/st/sti/hva/hva-v4l2.c
147
found = true;
drivers/media/platform/st/sti/hva/hva-v4l2.c
152
if (!found)
drivers/media/platform/st/stm32/stm32-dcmi.c
708
bool found = false;
drivers/media/platform/st/stm32/stm32-dcmi.c
723
found = true;
drivers/media/platform/st/stm32/stm32-dcmi.c
727
if (!found)
drivers/media/platform/ti/am437x/am437x-vpfe.c
1396
int ret, found;
drivers/media/platform/ti/am437x/am437x-vpfe.c
1411
found = false;
drivers/media/platform/ti/am437x/am437x-vpfe.c
1422
found = true;
drivers/media/platform/ti/am437x/am437x-vpfe.c
1428
found = true;
drivers/media/platform/ti/am437x/am437x-vpfe.c
1433
if (!found) {
drivers/media/platform/ti/am437x/am437x-vpfe.c
2149
bool found = false;
drivers/media/platform/ti/am437x/am437x-vpfe.c
2158
found = true;
drivers/media/platform/ti/am437x/am437x-vpfe.c
2163
if (!found) {
drivers/media/platform/ti/cal/cal-video.c
186
int found;
drivers/media/platform/ti/cal/cal-video.c
201
found = false;
drivers/media/platform/ti/cal/cal-video.c
214
found = true;
drivers/media/platform/ti/cal/cal-video.c
220
found = true;
drivers/media/platform/ti/cal/cal-video.c
225
if (!found) {
drivers/media/platform/ti/davinci/vpif.c
326
u8 channel_id, u8 found)
drivers/media/platform/ti/davinci/vpif.c
334
end = channel_id + found;
drivers/media/platform/ti/davinci/vpif.c
384
int found = 1;
drivers/media/platform/ti/davinci/vpif.c
390
found = 2;
drivers/media/platform/ti/davinci/vpif.c
393
config_vpif_params(vpifparams, channel_id, found);
drivers/media/platform/ti/davinci/vpif.c
398
return found;
drivers/media/platform/ti/omap3isp/ispstat.c
187
struct ispstat_buffer *found = NULL;
drivers/media/platform/ti/omap3isp/ispstat.c
206
found = curr;
drivers/media/platform/ti/omap3isp/ispstat.c
211
if (!found ||
drivers/media/platform/ti/omap3isp/ispstat.c
212
(s32)curr->frame_number - (s32)found->frame_number < 0)
drivers/media/platform/ti/omap3isp/ispstat.c
213
found = curr;
drivers/media/platform/ti/omap3isp/ispstat.c
216
return found;
drivers/media/platform/ti/vpe/vip.c
1455
int ret, found;
drivers/media/platform/ti/vpe/vip.c
1498
found = false;
drivers/media/platform/ti/vpe/vip.c
1544
found = true;
drivers/media/platform/ti/vpe/vip.c
1555
found = true;
drivers/media/platform/ti/vpe/vip.c
1563
if (found) {
drivers/media/platform/xilinx/xilinx-vtc.c
254
struct xvtc_device *found = NULL;
drivers/media/platform/xilinx/xilinx-vtc.c
267
found = xvtc;
drivers/media/platform/xilinx/xilinx-vtc.c
275
if (!found)
drivers/media/platform/xilinx/xilinx-vtc.c
278
return found;
drivers/media/radio/radio-isa.c
310
bool found = ops->probe(isa, io);
drivers/media/radio/radio-isa.c
313
if (found) {
drivers/media/tuners/xc2028.c
472
goto found;
drivers/media/tuners/xc2028.c
488
goto found; /* Supports all the requested standards */
drivers/media/tuners/xc2028.c
504
goto found;
drivers/media/tuners/xc2028.c
512
found:
drivers/media/tuners/xc4000.c
498
int found = 1;
drivers/media/tuners/xc4000.c
514
found = 0;
drivers/media/tuners/xc4000.c
526
return found;
drivers/media/tuners/xc4000.c
646
goto found;
drivers/media/tuners/xc4000.c
667
found:
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
349
goto found;
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
362
goto found;
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
368
goto found;
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
370
found:
drivers/media/usb/dvb-usb/m920x.c
842
goto found;
drivers/media/usb/dvb-usb/m920x.c
849
goto found;
drivers/media/usb/dvb-usb/m920x.c
857
goto found;
drivers/media/usb/dvb-usb/m920x.c
864
goto found;
drivers/media/usb/dvb-usb/m920x.c
871
goto found;
drivers/media/usb/dvb-usb/m920x.c
878
goto found;
drivers/media/usb/dvb-usb/m920x.c
891
found:
drivers/media/usb/gspca/gspca.c
577
int i, j, nbalt, psize, found;
drivers/media/usb/gspca/gspca.c
589
found = 0;
drivers/media/usb/gspca/gspca.c
612
found = 1;
drivers/media/usb/gspca/gspca.c
615
if (!found)
drivers/media/usb/uvc/uvc_ctrl.c
3039
bool found;
drivers/media/usb/uvc/uvc_ctrl.c
3062
found = false;
drivers/media/usb/uvc/uvc_ctrl.c
3066
found = true;
drivers/media/usb/uvc/uvc_ctrl.c
3071
if (!found) {
drivers/media/usb/uvc/uvc_ctrl.c
3329
int found = 0;
drivers/media/usb/uvc/uvc_ctrl.c
3350
found = 1;
drivers/media/usb/uvc/uvc_ctrl.c
3355
if (found)
drivers/media/usb/uvc/uvc_ctrl.c
3358
if (!found)
drivers/media/usb/uvc/uvc_driver.c
1516
int found;
drivers/media/usb/uvc/uvc_driver.c
1520
found = 0;
drivers/media/usb/uvc/uvc_driver.c
1571
if (!found)
drivers/media/usb/uvc/uvc_driver.c
1575
found = 1;
drivers/media/usb/uvc/uvc_driver.c
1597
if (!found)
drivers/media/usb/uvc/uvc_driver.c
1601
found = 1;
drivers/media/usb/uvc/uvc_driver.c
1605
if (found)
drivers/mfd/dln2.c
162
bool found = false;
drivers/mfd/dln2.c
169
found = true;
drivers/mfd/dln2.c
176
if (found) {
drivers/misc/hpilo.c
437
int err, found, cnt, pkt_id, pkt_len;
drivers/misc/hpilo.c
461
found = ilo_pkt_dequeue(hw, driver_ccb, RECVQ, &pkt_id,
drivers/misc/hpilo.c
463
if (found)
drivers/misc/hpilo.c
467
} while (!found && cnt);
drivers/misc/hpilo.c
469
if (!found)
drivers/misc/ocxl/pasid.c
64
bool found = false;
drivers/misc/ocxl/pasid.c
69
found = true;
drivers/misc/ocxl/pasid.c
75
WARN_ON(!found);
drivers/mmc/host/dw_mmc-exynos.c
539
s8 found;
drivers/mmc/host/dw_mmc-exynos.c
553
found = dw_mci_exynos_get_best_clksmpl(candidates);
drivers/mmc/host/dw_mmc-exynos.c
554
if (found >= 0) {
drivers/mmc/host/dw_mmc-exynos.c
555
dw_mci_exynos_set_clksmpl(host, found);
drivers/mmc/host/dw_mmc-exynos.c
556
priv->tuned_sample = found;
drivers/mmc/host/dw_mmc-hi3798cv200.c
66
int found = 0;
drivers/mmc/host/dw_mmc-hi3798cv200.c
75
found = 1;
drivers/mmc/host/dw_mmc-hi3798cv200.c
91
if (found) {
drivers/mmc/host/dw_mmc-hi3798mv200.c
121
found = 1;
drivers/mmc/host/dw_mmc-hi3798mv200.c
141
if (found) {
drivers/mmc/host/dw_mmc-hi3798mv200.c
97
int found = 0;
drivers/most/most_snd.c
456
goto found;
drivers/most/most_snd.c
461
found:
drivers/mtd/devices/pmc551.c
655
int found = 0;
drivers/mtd/devices/pmc551.c
802
found++;
drivers/mtd/devices/pmc551.c
812
printk(KERN_NOTICE "pmc551: %d pmc551 devices loaded\n", found);
drivers/mtd/devices/pmc551.c
822
int found = 0;
drivers/mtd/devices/pmc551.c
840
found++;
drivers/mtd/devices/pmc551.c
843
printk(KERN_NOTICE "pmc551: %d pmc551 devices unloaded\n", found);
drivers/mtd/lpddr/lpddr2_nvm.c
266
unsigned int found = 1;
drivers/mtd/lpddr/lpddr2_nvm.c
280
found = 0;
drivers/mtd/lpddr/lpddr2_nvm.c
282
found = 0;
drivers/mtd/lpddr/lpddr2_nvm.c
284
found = 0;
drivers/mtd/lpddr/lpddr2_nvm.c
286
found = 0;
drivers/mtd/lpddr/lpddr2_nvm.c
292
return found;
drivers/mtd/maps/amd76xrom.c
224
goto found;
drivers/mtd/maps/amd76xrom.c
229
found:
drivers/mtd/maps/ck804xrom.c
254
goto found;
drivers/mtd/maps/ck804xrom.c
259
found:
drivers/mtd/maps/esb2rom.c
316
goto found;
drivers/mtd/maps/esb2rom.c
321
found:
drivers/mtd/maps/ichxrom.c
251
goto found;
drivers/mtd/maps/ichxrom.c
256
found:
drivers/mtd/nand/onenand/onenand_base.c
900
int blockpage, found = 0;
drivers/mtd/nand/onenand/onenand_base.c
911
found = 1;
drivers/mtd/nand/onenand/onenand_base.c
917
found = 1;
drivers/mtd/nand/onenand/onenand_base.c
921
if (found && ONENAND_IS_DDP(this)) {
drivers/mtd/nand/onenand/onenand_base.c
928
return found;
drivers/mtd/nand/raw/brcmnand/brcmnand.c
2767
int i, found;
drivers/mtd/nand/raw/brcmnand/brcmnand.c
2769
for (i = 0, found = 0; ctrl->block_sizes[i]; i++)
drivers/mtd/nand/raw/brcmnand/brcmnand.c
2772
found = 1;
drivers/mtd/nand/raw/brcmnand/brcmnand.c
2774
if (!found) {
drivers/mtd/nand/raw/brcmnand/brcmnand.c
2791
int i, found;
drivers/mtd/nand/raw/brcmnand/brcmnand.c
2793
for (i = 0, found = 0; ctrl->page_sizes[i]; i++)
drivers/mtd/nand/raw/brcmnand/brcmnand.c
2796
found = 1;
drivers/mtd/nand/raw/brcmnand/brcmnand.c
2798
if (!found) {
drivers/mtd/nand/raw/nandsim.c
1222
int found = 1;
drivers/mtd/nand/raw/nandsim.c
1239
found = 0;
drivers/mtd/nand/raw/nandsim.c
1243
if (found) {
drivers/mtd/nand/raw/sunxi_nand.c
896
bool found = false;
drivers/mtd/nand/raw/sunxi_nand.c
906
found = true;
drivers/mtd/nand/raw/sunxi_nand.c
911
if (!found) {
drivers/mtd/ssfdc.c
77
int found = 0;
drivers/mtd/ssfdc.c
90
found = 1;
drivers/mtd/ssfdc.c
93
return found;
drivers/mtd/ubi/wl.c
1439
int found = 1;
drivers/mtd/ubi/wl.c
1448
while (found) {
drivers/mtd/ubi/wl.c
1450
found = 0;
drivers/mtd/ubi/wl.c
1469
found = 1;
drivers/net/amt.c
1282
goto found;
drivers/net/amt.c
1287
goto found;
drivers/net/amt.c
1292
found:
drivers/net/bonding/bond_3ad.c
1575
int found = 0;
drivers/net/bonding/bond_3ad.c
1668
found = 1;
drivers/net/bonding/bond_3ad.c
1676
if (!found) {
drivers/net/bonding/bond_alb.c
311
bool found = false;
drivers/net/bonding/bond_alb.c
316
if (!found) {
drivers/net/bonding/bond_alb.c
324
found = true;
drivers/net/bonding/bond_main.c
3110
goto found;
drivers/net/bonding/bond_main.c
3117
goto found;
drivers/net/bonding/bond_main.c
3126
found:
drivers/net/bonding/bond_main.c
3293
goto found;
drivers/net/bonding/bond_main.c
3300
goto found;
drivers/net/bonding/bond_main.c
3309
found:
drivers/net/bonding/bond_main.c
3768
bool found = false;
drivers/net/bonding/bond_main.c
3793
if (!found && !before && bond_slave_is_up(slave))
drivers/net/bonding/bond_main.c
3796
if (found && !new_slave && bond_slave_is_up(slave))
drivers/net/bonding/bond_main.c
3817
found = true;
drivers/net/bonding/bond_procfs.c
37
bool found = false;
drivers/net/bonding/bond_procfs.c
44
if (found)
drivers/net/bonding/bond_procfs.c
47
found = true;
drivers/net/dsa/microchip/ksz_dcb.c
449
int i, j, found;
drivers/net/dsa/microchip/ksz_dcb.c
454
found = 0;
drivers/net/dsa/microchip/ksz_dcb.c
461
found = 1;
drivers/net/dsa/microchip/ksz_dcb.c
473
if (!found)
drivers/net/dsa/mv88e6xxx/chip.c
1528
bool found = false;
drivers/net/dsa/mv88e6xxx/chip.c
1539
found = true;
drivers/net/dsa/mv88e6xxx/chip.c
1554
found = true;
drivers/net/dsa/mv88e6xxx/chip.c
1560
if (!found)
drivers/net/dsa/mxl862xx/mxl862xx-api.h
184
u8 found;
drivers/net/dsa/mxl862xx/mxl862xx.c
1548
if (qparam.found)
drivers/net/dsa/mxl862xx/mxl862xx.c
1578
if (!qparam.found)
drivers/net/ethernet/amd/atarilance.c
374
static int found;
drivers/net/ethernet/amd/atarilance.c
378
if (!MACH_IS_ATARI || found)
drivers/net/ethernet/amd/atarilance.c
389
found = 1;
drivers/net/ethernet/amd/sun3lance.c
252
static int found;
drivers/net/ethernet/amd/sun3lance.c
270
if (found)
drivers/net/ethernet/amd/sun3lance.c
283
found = 1;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
12974
bool found = false;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
12981
found = true;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
12985
if (!found) {
drivers/net/ethernet/chelsio/cxgb3/l2t.c
192
goto found;
drivers/net/ethernet/chelsio/cxgb3/l2t.c
195
found:
drivers/net/ethernet/chelsio/cxgb3/l2t.c
375
goto found;
drivers/net/ethernet/chelsio/cxgb3/l2t.c
380
found:
drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c
171
goto found;
drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c
177
found:
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c
1186
u8 mc, found = 0;
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c
1219
found = 1;
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c
1223
if (!found)
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c
2264
u32 i, j, value, found;
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c
2274
found = 0;
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c
2281
found = 1;
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c
2296
if (!found)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c
554
bool found = false;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c
642
found = true;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c
676
found = true;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c
686
return found ? ftid : -ENOMEM;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
694
bool found = false;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
708
found = true;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
716
if (!found) {
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
796
u32 found = 0;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
817
found++;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
834
if (!found)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c
118
bool found = false;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c
127
found = true;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c
135
if (!found)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c
229
bool found = false;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c
263
found = true;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c
268
if (!found)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c
289
if (!found)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c
359
bool found = false;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c
377
found = true;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c
393
found = true;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c
417
if (!found)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c
53
bool found;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c
70
found = false;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c
74
found = true;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c
82
if (!found)
drivers/net/ethernet/chelsio/cxgb4/l2t.c
274
goto found;
drivers/net/ethernet/chelsio/cxgb4/l2t.c
278
found:
drivers/net/ethernet/chelsio/cxgb4/l2t.c
319
goto found;
drivers/net/ethernet/chelsio/cxgb4/l2t.c
324
found:
drivers/net/ethernet/chelsio/cxgb4/l2t.c
524
goto found;
drivers/net/ethernet/chelsio/cxgb4/l2t.c
531
found:
drivers/net/ethernet/chelsio/cxgb4/sched.c
126
void *found = NULL;
drivers/net/ethernet/chelsio/cxgb4/sched.c
141
found = qe;
drivers/net/ethernet/chelsio/cxgb4/sched.c
152
found = fe;
drivers/net/ethernet/chelsio/cxgb4/sched.c
162
if (found)
drivers/net/ethernet/chelsio/cxgb4/sched.c
166
return found;
drivers/net/ethernet/chelsio/cxgb4/sched.c
483
struct ch_sched_class *found = NULL;
drivers/net/ethernet/chelsio/cxgb4/sched.c
491
found = e;
drivers/net/ethernet/chelsio/cxgb4/sched.c
516
found = e;
drivers/net/ethernet/chelsio/cxgb4/sched.c
522
return found;
drivers/net/ethernet/chelsio/cxgb4/smt.c
87
goto found;
drivers/net/ethernet/chelsio/cxgb4/smt.c
91
found:
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
8978
goto found;
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
9090
found:
drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c
1088
bool found = false;
drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c
1114
found = true;
drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c
1120
if (!found) {
drivers/net/ethernet/hisilicon/hns/hns_enet.c
1637
bool found;
drivers/net/ethernet/hisilicon/hns/hns_enet.c
1667
found = false;
drivers/net/ethernet/hisilicon/hns/hns_enet.c
1672
found = true;
drivers/net/ethernet/hisilicon/hns/hns_enet.c
1681
if (found) {
drivers/net/ethernet/huawei/hinic3/hinic3_filter.c
335
bool found = false;
drivers/net/ethernet/huawei/hinic3/hinic3_filter.c
340
found = true;
drivers/net/ethernet/huawei/hinic3/hinic3_filter.c
345
if (found)
drivers/net/ethernet/huawei/hinic3/hinic3_hw_cfg.c
219
u16 i, found = 0;
drivers/net/ethernet/huawei/hinic3/hinic3_hw_cfg.c
223
for (i = 0; i < irq_info->num_irq && found < num; i++) {
drivers/net/ethernet/huawei/hinic3/hinic3_hw_cfg.c
228
alloc_arr[found].vector = curr->irq_id;
drivers/net/ethernet/huawei/hinic3/hinic3_hw_cfg.c
229
alloc_arr[found].entry = curr->msix_entry_idx;
drivers/net/ethernet/huawei/hinic3/hinic3_hw_cfg.c
230
found++;
drivers/net/ethernet/huawei/hinic3/hinic3_hw_cfg.c
234
*act_num = found;
drivers/net/ethernet/huawei/hinic3/hinic3_hw_cfg.c
236
return found == 0 ? -ENOMEM : 0;
drivers/net/ethernet/i825xx/82596.c
1149
goto found;
drivers/net/ethernet/i825xx/82596.c
1164
goto found;
drivers/net/ethernet/i825xx/82596.c
1170
found:
drivers/net/ethernet/i825xx/sun3_82586.c
285
static int found = 0;
drivers/net/ethernet/i825xx/sun3_82586.c
299
if (found)
drivers/net/ethernet/i825xx/sun3_82586.c
305
found = 1;
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
3809
bool found = false;
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
3816
found = true;
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
3824
if (!found) {
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
3832
bool found = false;
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
3842
found = true;
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
3850
if (!found) {
drivers/net/ethernet/intel/i40e/i40e_main.c
1780
bool found = false;
drivers/net/ethernet/intel/i40e/i40e_main.c
1787
found = true;
drivers/net/ethernet/intel/i40e/i40e_main.c
1791
if (found)
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
3601
bool found = false;
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
3643
found = true;
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
3647
if (!found) {
drivers/net/ethernet/intel/ice/ice_common.c
2373
bool found = true;
drivers/net/ethernet/intel/ice/ice_common.c
2484
found = false;
drivers/net/ethernet/intel/ice/ice_common.c
2487
return found;
drivers/net/ethernet/intel/ice/ice_common.c
2683
bool found;
drivers/net/ethernet/intel/ice/ice_common.c
2685
found = ice_parse_common_caps(hw, &func_p->common_cap,
drivers/net/ethernet/intel/ice/ice_common.c
2703
if (!found)
drivers/net/ethernet/intel/ice/ice_common.c
2946
bool found;
drivers/net/ethernet/intel/ice/ice_common.c
2948
found = ice_parse_common_caps(hw, &dev_p->common_cap,
drivers/net/ethernet/intel/ice/ice_common.c
2975
if (!found)
drivers/net/ethernet/intel/ice/ice_flex_pipe.c
1160
bool found = false;
drivers/net/ethernet/intel/ice/ice_flex_pipe.c
1174
found = true;
drivers/net/ethernet/intel/ice/ice_flex_pipe.c
1181
if (found)
drivers/net/ethernet/intel/ice/ice_flex_pipe.c
2958
bool found = false;
drivers/net/ethernet/intel/ice/ice_flex_pipe.c
2963
found = true;
drivers/net/ethernet/intel/ice/ice_flex_pipe.c
2973
if (!found)
drivers/net/ethernet/intel/ice/ice_main.c
1363
bool found = false;
drivers/net/ethernet/intel/ice/ice_main.c
1384
found = true;
drivers/net/ethernet/intel/ice/ice_main.c
1388
if (found)
drivers/net/ethernet/intel/ice/ice_sched.c
3242
bool found = false;
drivers/net/ethernet/intel/ice/ice_sched.c
3275
found = true;
drivers/net/ethernet/intel/ice/ice_sched.c
3279
if (found) {
drivers/net/ethernet/intel/ice/ice_sriov.c
1129
struct ice_vf *found;
drivers/net/ethernet/intel/ice/ice_sriov.c
1132
found = vf;
drivers/net/ethernet/intel/ice/ice_sriov.c
1134
found = NULL;
drivers/net/ethernet/intel/ice/ice_sriov.c
1136
return found;
drivers/net/ethernet/intel/ice/ice_switch.c
4753
bool found = true;
drivers/net/ethernet/intel/ice/ice_switch.c
4777
found = false;
drivers/net/ethernet/intel/ice/ice_switch.c
4786
if (found && recp[i].tun_type == rinfo->tun_type &&
drivers/net/ethernet/intel/ice/ice_switch.c
4901
bool found = false;
drivers/net/ethernet/intel/ice/ice_switch.c
4907
found = true;
drivers/net/ethernet/intel/ice/ice_switch.c
4919
if (!found)
drivers/net/ethernet/intel/ice/ice_switch.c
5659
bool found = false;
drivers/net/ethernet/intel/ice/ice_switch.c
5672
found = true;
drivers/net/ethernet/intel/ice/ice_switch.c
5677
if (!found)
drivers/net/ethernet/intel/ice/ice_vf_lib.c
32
struct ice_vf *found;
drivers/net/ethernet/intel/ice/ice_vf_lib.c
35
found = vf;
drivers/net/ethernet/intel/ice/ice_vf_lib.c
37
found = NULL;
drivers/net/ethernet/intel/ice/ice_vf_lib.c
40
return found;
drivers/net/ethernet/intel/igb/igb_main.c
7927
bool found = false;
drivers/net/ethernet/intel/igb/igb_main.c
7959
found = true;
drivers/net/ethernet/intel/igb/igb_main.c
7964
if (found) {
drivers/net/ethernet/intel/igc/igc_main.c
2923
bool found = false;
drivers/net/ethernet/intel/igc/igc_main.c
2942
found = true;
drivers/net/ethernet/intel/igc/igc_main.c
2948
if (!found) {
drivers/net/ethernet/intel/igc/igc_ptp.c
721
bool found = false;
drivers/net/ethernet/intel/igc/igc_ptp.c
736
found = true;
drivers/net/ethernet/intel/igc/igc_ptp.c
739
if (found) {
drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c
647
bool found = false;
drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c
671
found = true;
drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c
684
if (!found)
drivers/net/ethernet/marvell/octeontx2/af/rvu_sdp.c
23
u32 found = 0, i = 0;
drivers/net/ethernet/marvell/octeontx2/af/rvu_sdp.c
27
found = 1;
drivers/net/ethernet/marvell/octeontx2/af/rvu_sdp.c
31
if (!found)
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
1498
bool found = false;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
1507
found = true;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
1518
if (found) {
drivers/net/ethernet/mediatek/mtk_eth_soc.c
3564
goto found;
drivers/net/ethernet/mediatek/mtk_eth_soc.c
3569
found:
drivers/net/ethernet/mediatek/mtk_ppe.c
747
bool found = false;
drivers/net/ethernet/mediatek/mtk_ppe.c
766
if (found || !mtk_flow_entry_match(ppe->eth, entry, hwe)) {
drivers/net/ethernet/mediatek/mtk_ppe.c
774
found = true;
drivers/net/ethernet/mediatek/mtk_ppe.c
777
if (found)
drivers/net/ethernet/mellanox/mlx4/alloc.c
670
goto found;
drivers/net/ethernet/mellanox/mlx4/alloc.c
675
found:
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
1145
bool found;
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
1161
found = false;
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
1165
found = true;
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
1173
found = true;
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
1175
if (!found) {
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
1202
found = false;
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
1206
found = true;
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
1211
if (!found) {
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
845
bool found;
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
851
found = false;
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
854
found = true;
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
858
if (!found)
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
866
found = false;
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
870
found = true;
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
874
if (!found) {
drivers/net/ethernet/mellanox/mlx4/mcg.c
430
bool found;
drivers/net/ethernet/mellanox/mlx4/mcg.c
475
found = false;
drivers/net/ethernet/mellanox/mlx4/mcg.c
490
found = true;
drivers/net/ethernet/mellanox/mlx4/mcg.c
493
if (!found) {
drivers/net/ethernet/mellanox/mlx4/mcg.c
559
bool found;
drivers/net/ethernet/mellanox/mlx4/mcg.c
603
found = false;
drivers/net/ethernet/mellanox/mlx4/mcg.c
606
found = true;
drivers/net/ethernet/mellanox/mlx4/mcg.c
610
if (found) {
drivers/net/ethernet/mellanox/mlx4/mr.c
59
goto found;
drivers/net/ethernet/mellanox/mlx4/mr.c
65
found:
drivers/net/ethernet/mellanox/mlx5/core/en/mod_hdr.c
58
struct mlx5e_mod_hdr_handle *mh, *found = NULL;
drivers/net/ethernet/mellanox/mlx5/core/en/mod_hdr.c
63
found = mh;
drivers/net/ethernet/mellanox/mlx5/core/en/mod_hdr.c
68
return found;
drivers/net/ethernet/mellanox/mlx5/core/en/rep/bond.c
39
struct mlx5e_rep_bond_metadata *found = NULL;
drivers/net/ethernet/mellanox/mlx5/core/en/rep/bond.c
44
found = cur;
drivers/net/ethernet/mellanox/mlx5/core/en/rep/bond.c
49
return found;
drivers/net/ethernet/mellanox/mlx5/core/en/rep/bond.c
56
struct mlx5e_rep_bond_slave_entry *found = NULL;
drivers/net/ethernet/mellanox/mlx5/core/en/rep/bond.c
61
found = cur;
drivers/net/ethernet/mellanox/mlx5/core/en/rep/bond.c
66
return found;
drivers/net/ethernet/mellanox/mlx5/core/en/rep/neigh.c
215
bool found = false;
drivers/net/ethernet/mellanox/mlx5/core/en/rep/neigh.c
252
found = true;
drivers/net/ethernet/mellanox/mlx5/core/en/rep/neigh.c
257
if (!found)
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c
104
found:
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c
72
goto found;
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c
77
found:
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c
99
goto found;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
1008
found:
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
976
goto found;
drivers/net/ethernet/mellanox/mlx5/core/en_fs.c
117
int found = 0;
drivers/net/ethernet/mellanox/mlx5/core/en_fs.c
121
found = 1;
drivers/net/ethernet/mellanox/mlx5/core/en_fs.c
125
if (found) {
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c
118
bool found = false;
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c
128
found = true;
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c
132
if (found)
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
4067
bool found = false;
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
4073
found = true;
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
4078
if (!found) {
drivers/net/ethernet/mellanox/mlx5/core/lib/mpfs.h
58
bool found = false; \
drivers/net/ethernet/mellanox/mlx5/core/lib/mpfs.h
63
found = true; \
drivers/net/ethernet/mellanox/mlx5/core/lib/mpfs.h
66
if (!found) \
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c
75
bool found = false;
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c
83
found = true;
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c
88
return found;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action_ste_pool.c
408
bool found;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action_ste_pool.c
422
found = false;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action_ste_pool.c
425
found = true;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action_ste_pool.c
430
if (!found) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c
1999
bool found;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c
2006
found = hws_definer_best_hl_fit_recu(&ctrl, 0, (u32 *)hl);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c
2007
if (found) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c
2023
found = hws_definer_best_hl_fit_recu(&ctrl, 0, (u32 *)hl);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c
2024
if (found) {
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_icm_pool.c
400
goto found;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_icm_pool.c
424
found:
drivers/net/ethernet/mellanox/mlxsw/core.c
2948
bool found = false;
drivers/net/ethernet/mellanox/mlxsw/core.c
2979
found = true;
drivers/net/ethernet/mellanox/mlxsw/core.c
2983
if (!found) {
drivers/net/ethernet/mellanox/mlxsw/core_linecards.c
554
bool found = false;
drivers/net/ethernet/mellanox/mlxsw/core_linecards.c
562
found = true;
drivers/net/ethernet/mellanox/mlxsw/core_linecards.c
568
if (!found)
drivers/net/ethernet/microchip/lan966x/lan966x_mac.c
435
bool found = false;
drivers/net/ethernet/microchip/lan966x/lan966x_mac.c
460
found = true;
drivers/net/ethernet/microchip/lan966x/lan966x_mac.c
465
if (!found) {
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
190
bool found = false;
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
205
found = true;
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
214
found = true;
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
223
found = true;
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
237
found = true;
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
258
found = true;
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
261
if (!found)
drivers/net/ethernet/microchip/sparx5/sparx5_mactable.c
368
bool found = false;
drivers/net/ethernet/microchip/sparx5/sparx5_mactable.c
386
found = true;
drivers/net/ethernet/microchip/sparx5/sparx5_mactable.c
400
if (found && !(mact_entry->flags & MAC_ENT_MOVED))
drivers/net/ethernet/microchip/sparx5/sparx5_mactable.c
404
if (!found) {
drivers/net/ethernet/microchip/sparx5/sparx5_switchdev.c
516
struct sparx5_mdb_entry *e, *found = NULL;
drivers/net/ethernet/microchip/sparx5/sparx5_switchdev.c
521
found = e;
drivers/net/ethernet/microchip/sparx5/sparx5_switchdev.c
528
return found;
drivers/net/ethernet/microchip/vcap/vcap_api.c
1881
int keyset, found, keycount, map_size;
drivers/net/ethernet/microchip/vcap/vcap_api.c
1901
found = 0;
drivers/net/ethernet/microchip/vcap/vcap_api.c
1905
++found;
drivers/net/ethernet/microchip/vcap/vcap_api.c
1908
if (found == keycount)
drivers/net/ethernet/microchip/vcap/vcap_api.c
1958
int actionset, found, actioncount, map_size;
drivers/net/ethernet/microchip/vcap/vcap_api.c
1979
found = 0;
drivers/net/ethernet/microchip/vcap/vcap_api.c
1984
++found;
drivers/net/ethernet/microchip/vcap/vcap_api.c
1987
if (found == actioncount)
drivers/net/ethernet/microchip/vcap/vcap_api.c
3169
struct vcap_admin *found = NULL, *admin;
drivers/net/ethernet/microchip/vcap/vcap_api.c
3176
found = admin;
drivers/net/ethernet/microchip/vcap/vcap_api.c
3198
vcap_lock(found);
drivers/net/ethernet/microchip/vcap/vcap_api.c
3200
vcap_unlock(found);
drivers/net/ethernet/qlogic/netxen/netxen_nic.h
1838
int i, found = 0;
drivers/net/ethernet/qlogic/netxen/netxen_nic.h
1842
found = 1;
drivers/net/ethernet/qlogic/netxen/netxen_nic.h
1847
if (!found) {
drivers/net/ethernet/qlogic/qed/qed_iwarp.c
1601
bool found = false;
drivers/net/ethernet/qlogic/qed/qed_iwarp.c
1613
found = true;
drivers/net/ethernet/qlogic/qed/qed_iwarp.c
1618
if (found) {
drivers/net/ethernet/qlogic/qed/qed_iwarp.c
1635
bool found = false;
drivers/net/ethernet/qlogic/qed/qed_iwarp.c
1643
found = true;
drivers/net/ethernet/qlogic/qed/qed_iwarp.c
1651
found = true;
drivers/net/ethernet/qlogic/qed/qed_iwarp.c
1657
if (found) {
drivers/net/ethernet/qlogic/qed/qed_mcp.c
2021
bool found = false;
drivers/net/ethernet/qlogic/qed/qed_mcp.c
2034
found = true;
drivers/net/ethernet/qlogic/qed/qed_mcp.c
2123
if (!found) {
drivers/net/ethernet/qlogic/qed/qed_spq.c
940
struct qed_spq_entry *found = NULL;
drivers/net/ethernet/qlogic/qed/qed_spq.c
955
found = p_ent;
drivers/net/ethernet/qlogic/qed/qed_spq.c
973
if (!found) {
drivers/net/ethernet/qlogic/qed/qed_spq.c
984
if (found->comp_cb.function)
drivers/net/ethernet/qlogic/qed/qed_spq.c
985
found->comp_cb.function(p_hwfn, found->comp_cb.cookie, p_data,
drivers/net/ethernet/qlogic/qed/qed_spq.c
992
if (found->comp_mode != QED_SPQ_MODE_EBLOCK)
drivers/net/ethernet/qlogic/qed/qed_spq.c
996
qed_spq_return_entry(p_hwfn, found);
drivers/net/ethernet/qlogic/qed/qed_sriov.c
3773
bool found = false;
drivers/net/ethernet/qlogic/qed/qed_sriov.c
3813
found = true;
drivers/net/ethernet/qlogic/qed/qed_sriov.c
3817
return found;
drivers/net/ethernet/qlogic/qede/qede_rdma.c
250
bool found = false;
drivers/net/ethernet/qlogic/qede/qede_rdma.c
255
found = true;
drivers/net/ethernet/qlogic/qede/qede_rdma.c
260
if (!found) {
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
1197
int i, found = 0;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
1203
found = 1;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
1208
if (!found)
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
1154
u8 found = 0, active = 0;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
1161
found = 1;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
1167
if (found) {
drivers/net/ethernet/rocker/rocker_ofdpa.c
1052
struct ofdpa_group_tbl_entry *found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1054
hash_for_each_possible(ofdpa->group_tbl, found,
drivers/net/ethernet/rocker/rocker_ofdpa.c
1056
if (found->group_id == match->group_id)
drivers/net/ethernet/rocker/rocker_ofdpa.c
1057
return found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1067
struct ofdpa_group_tbl_entry *found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1072
found = ofdpa_group_tbl_find(ofdpa, match);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1074
if (found) {
drivers/net/ethernet/rocker/rocker_ofdpa.c
1075
hash_del(&found->entry);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1076
kfree(found);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1077
found = match;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1078
found->cmd = ROCKER_TLV_CMD_TYPE_OF_DPA_GROUP_MOD;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1080
found = match;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1081
found->cmd = ROCKER_TLV_CMD_TYPE_OF_DPA_GROUP_ADD;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1084
hash_add(ofdpa->group_tbl, &found->entry, found->group_id);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1091
found, NULL, NULL);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1098
struct ofdpa_group_tbl_entry *found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1104
found = ofdpa_group_tbl_find(ofdpa, match);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1106
if (found) {
drivers/net/ethernet/rocker/rocker_ofdpa.c
1107
hash_del(&found->entry);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1108
found->cmd = ROCKER_TLV_CMD_TYPE_OF_DPA_GROUP_DEL;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1115
if (found) {
drivers/net/ethernet/rocker/rocker_ofdpa.c
1119
found, NULL, NULL);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1120
kfree(found);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1204
struct ofdpa_neigh_tbl_entry *found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1206
hash_for_each_possible(ofdpa->neigh_tbl, found,
drivers/net/ethernet/rocker/rocker_ofdpa.c
1208
if (found->ip_addr == ip_addr)
drivers/net/ethernet/rocker/rocker_ofdpa.c
1209
return found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1247
struct ofdpa_neigh_tbl_entry *found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1265
found = ofdpa_neigh_tbl_find(ofdpa, ip_addr);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1267
updating = found && adding;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1268
removing = found && !adding;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1269
adding = !found && adding;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1278
memcpy(entry, found, sizeof(*entry));
drivers/net/ethernet/rocker/rocker_ofdpa.c
1279
ofdpa_neigh_del(found);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1281
ofdpa_neigh_update(found, eth_dst, true);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1282
memcpy(entry, found, sizeof(*entry));
drivers/net/ethernet/rocker/rocker_ofdpa.c
1364
struct ofdpa_neigh_tbl_entry *found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1378
found = ofdpa_neigh_tbl_find(ofdpa, ip_addr);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1380
updating = found && adding;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1381
removing = found && !adding;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1382
adding = !found && adding;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1391
*index = found->index;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1392
ofdpa_neigh_del(found);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1394
ofdpa_neigh_update(found, NULL, false);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1395
resolved = !is_zero_ether_addr(found->eth_dst);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1396
*index = found->index;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1871
struct ofdpa_fdb_tbl_entry *found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1873
hash_for_each_possible(ofdpa->fdb_tbl, found, entry, match->key_crc32)
drivers/net/ethernet/rocker/rocker_ofdpa.c
1874
if (memcmp(&found->key, &match->key, sizeof(found->key)) == 0)
drivers/net/ethernet/rocker/rocker_ofdpa.c
1875
return found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1886
struct ofdpa_fdb_tbl_entry *found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1903
found = ofdpa_fdb_tbl_find(ofdpa, fdb);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1905
if (found) {
drivers/net/ethernet/rocker/rocker_ofdpa.c
1906
found->touched = jiffies;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1909
hash_del(&found->entry);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1919
if (!found == removing) {
drivers/net/ethernet/rocker/rocker_ofdpa.c
1921
if (!found && removing)
drivers/net/ethernet/rocker/rocker_ofdpa.c
1927
if (found && removing)
drivers/net/ethernet/rocker/rocker_ofdpa.c
1928
kfree(found);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1936
struct ofdpa_fdb_tbl_entry *found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1950
hash_for_each_safe(ofdpa->fdb_tbl, bkt, tmp, found, entry) {
drivers/net/ethernet/rocker/rocker_ofdpa.c
1951
if (found->key.ofdpa_port != ofdpa_port)
drivers/net/ethernet/rocker/rocker_ofdpa.c
1953
if (!found->learned)
drivers/net/ethernet/rocker/rocker_ofdpa.c
1956
found->key.addr,
drivers/net/ethernet/rocker/rocker_ofdpa.c
1957
found->key.vlan_id);
drivers/net/ethernet/rocker/rocker_ofdpa.c
1960
hash_del(&found->entry);
drivers/net/ethernet/rocker/rocker_ofdpa.c
2201
struct ofdpa_internal_vlan_tbl_entry *found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
2203
hash_for_each_possible(ofdpa->internal_vlan_tbl, found,
drivers/net/ethernet/rocker/rocker_ofdpa.c
2205
if (found->ifindex == ifindex)
drivers/net/ethernet/rocker/rocker_ofdpa.c
2206
return found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
2217
struct ofdpa_internal_vlan_tbl_entry *found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
2229
found = ofdpa_internal_vlan_tbl_find(ofdpa, ifindex);
drivers/net/ethernet/rocker/rocker_ofdpa.c
2230
if (found) {
drivers/net/ethernet/rocker/rocker_ofdpa.c
2232
goto found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
2235
found = entry;
drivers/net/ethernet/rocker/rocker_ofdpa.c
2236
hash_add(ofdpa->internal_vlan_tbl, &found->entry, found->ifindex);
drivers/net/ethernet/rocker/rocker_ofdpa.c
2241
found->vlan_id = htons(OFDPA_INTERNAL_VLAN_ID_BASE + i);
drivers/net/ethernet/rocker/rocker_ofdpa.c
2242
goto found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
2247
found:
drivers/net/ethernet/rocker/rocker_ofdpa.c
2248
found->ref_count++;
drivers/net/ethernet/rocker/rocker_ofdpa.c
2251
return found->vlan_id;
drivers/net/ethernet/rocker/rocker_ofdpa.c
2304
struct ofdpa_internal_vlan_tbl_entry *found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
2310
found = ofdpa_internal_vlan_tbl_find(ofdpa, ifindex);
drivers/net/ethernet/rocker/rocker_ofdpa.c
2311
if (!found) {
drivers/net/ethernet/rocker/rocker_ofdpa.c
2318
if (--found->ref_count <= 0) {
drivers/net/ethernet/rocker/rocker_ofdpa.c
2319
bit = ntohs(found->vlan_id) - OFDPA_INTERNAL_VLAN_ID_BASE;
drivers/net/ethernet/rocker/rocker_ofdpa.c
2321
hash_del(&found->entry);
drivers/net/ethernet/rocker/rocker_ofdpa.c
2322
kfree(found);
drivers/net/ethernet/rocker/rocker_ofdpa.c
745
struct ofdpa_flow_tbl_entry *found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
746
size_t key_len = match->key_len ? match->key_len : sizeof(found->key);
drivers/net/ethernet/rocker/rocker_ofdpa.c
748
hash_for_each_possible(ofdpa->flow_tbl, found,
drivers/net/ethernet/rocker/rocker_ofdpa.c
750
if (memcmp(&found->key, &match->key, key_len) == 0)
drivers/net/ethernet/rocker/rocker_ofdpa.c
751
return found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
761
struct ofdpa_flow_tbl_entry *found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
762
size_t key_len = match->key_len ? match->key_len : sizeof(found->key);
drivers/net/ethernet/rocker/rocker_ofdpa.c
769
found = ofdpa_flow_tbl_find(ofdpa, match);
drivers/net/ethernet/rocker/rocker_ofdpa.c
771
if (found) {
drivers/net/ethernet/rocker/rocker_ofdpa.c
772
match->cookie = found->cookie;
drivers/net/ethernet/rocker/rocker_ofdpa.c
773
hash_del(&found->entry);
drivers/net/ethernet/rocker/rocker_ofdpa.c
774
kfree(found);
drivers/net/ethernet/rocker/rocker_ofdpa.c
775
found = match;
drivers/net/ethernet/rocker/rocker_ofdpa.c
776
found->cmd = ROCKER_TLV_CMD_TYPE_OF_DPA_FLOW_MOD;
drivers/net/ethernet/rocker/rocker_ofdpa.c
778
found = match;
drivers/net/ethernet/rocker/rocker_ofdpa.c
779
found->cookie = ofdpa->flow_tbl_next_cookie++;
drivers/net/ethernet/rocker/rocker_ofdpa.c
780
found->cmd = ROCKER_TLV_CMD_TYPE_OF_DPA_FLOW_ADD;
drivers/net/ethernet/rocker/rocker_ofdpa.c
783
hash_add(ofdpa->flow_tbl, &found->entry, found->key_crc32);
drivers/net/ethernet/rocker/rocker_ofdpa.c
789
found, NULL, NULL);
drivers/net/ethernet/rocker/rocker_ofdpa.c
796
struct ofdpa_flow_tbl_entry *found;
drivers/net/ethernet/rocker/rocker_ofdpa.c
797
size_t key_len = match->key_len ? match->key_len : sizeof(found->key);
drivers/net/ethernet/rocker/rocker_ofdpa.c
805
found = ofdpa_flow_tbl_find(ofdpa, match);
drivers/net/ethernet/rocker/rocker_ofdpa.c
807
if (found) {
drivers/net/ethernet/rocker/rocker_ofdpa.c
808
hash_del(&found->entry);
drivers/net/ethernet/rocker/rocker_ofdpa.c
809
found->cmd = ROCKER_TLV_CMD_TYPE_OF_DPA_FLOW_DEL;
drivers/net/ethernet/rocker/rocker_ofdpa.c
816
if (found) {
drivers/net/ethernet/rocker/rocker_ofdpa.c
820
found, NULL, NULL);
drivers/net/ethernet/rocker/rocker_ofdpa.c
821
kfree(found);
drivers/net/ethernet/sfc/ef10.c
3499
unsigned long *found)
drivers/net/ethernet/sfc/ef10.c
3537
if (__test_and_set_bit(type_idx, found))
drivers/net/ethernet/sfc/ef10.c
3573
DECLARE_BITMAP(found, EF10_NVRAM_PARTITION_COUNT) = { 0 };
drivers/net/ethernet/sfc/ef10.c
3603
found);
drivers/net/ethernet/sfc/tc.c
1676
bool found = false, uplinked = false;
drivers/net/ethernet/sfc/tc.c
1748
found = true;
drivers/net/ethernet/sfc/tc.c
1754
if (!found) { /* We don't care. */
drivers/net/ethernet/stmicro/stmmac/dwmac5.c
400
bool found = false;
drivers/net/ethernet/stmicro/stmmac/dwmac5.c
424
found = true;
drivers/net/ethernet/stmicro/stmmac/dwmac5.c
428
if (found)
drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c
1022
bool found = false;
drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c
1046
found = true;
drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c
1050
if (found)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
2639
bool found = false;
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
2648
found = true;
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
2650
found = true;
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
2653
if (found) {
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
537
bool found = false;
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
550
found = true;
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
552
found = true;
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
555
if (found) {
drivers/net/ethernet/sun/cassini.c
3134
int found = 0;
drivers/net/ethernet/sun/cassini.c
3257
if (found & VPD_FOUND_PHY)
drivers/net/ethernet/sun/cassini.c
3276
found |= VPD_FOUND_MAC;
drivers/net/ethernet/sun/cassini.c
3280
found |= VPD_FOUND_PHY;
drivers/net/ethernet/sun/cassini.c
3289
if (found & VPD_FOUND_MAC)
drivers/net/ethernet/sun/niu.c
3308
goto found;
drivers/net/ethernet/sun/niu.c
3313
found:
drivers/net/ethernet/sun/sungem.c
2747
int found;
drivers/net/ethernet/sun/sungem.c
2749
found = readb(p) == 0x55 &&
drivers/net/ethernet/sun/sungem.c
2753
if (found)
drivers/net/ethernet/sun/sunhme.c
2371
int found;
drivers/net/ethernet/sun/sunhme.c
2376
found = readb(p) == 0x55 &&
drivers/net/ethernet/sun/sunhme.c
2380
if (found)
drivers/net/ethernet/sun/sunvnet_common.c
674
int found = 0;
drivers/net/ethernet/sun/sunvnet_common.c
678
found = 1;
drivers/net/ethernet/sun/sunvnet_common.c
683
return found;
drivers/net/ethernet/ti/am65-cpts.c
796
bool found = false;
drivers/net/ethernet/ti/am65-cpts.c
823
found = true;
drivers/net/ethernet/ti/am65-cpts.c
846
return found;
drivers/net/ethernet/ti/cpsw.c
207
int found = 0, ret = 0;
drivers/net/ethernet/ti/cpsw.c
215
found = ha->sync_cnt;
drivers/net/ethernet/ti/cpsw.c
220
if (found)
drivers/net/ethernet/ti/cpsw.c
224
if (!found)
drivers/net/ethernet/ti/cpsw.c
229
if (found)
drivers/net/ethernet/ti/cpsw.c
272
int found = 0;
drivers/net/ethernet/ti/cpsw.c
280
found = ha->sync_cnt;
drivers/net/ethernet/ti/cpsw.c
285
if (!found)
drivers/net/ethernet/ti/cpsw_new.c
150
int found = 0, ret = 0;
drivers/net/ethernet/ti/cpsw_new.c
158
found = ha->sync_cnt;
drivers/net/ethernet/ti/cpsw_new.c
163
if (found)
drivers/net/ethernet/ti/cpsw_new.c
167
if (!found)
drivers/net/ethernet/ti/cpsw_new.c
172
if (found)
drivers/net/ethernet/ti/cpsw_new.c
215
int found = 0;
drivers/net/ethernet/ti/cpsw_new.c
223
found = ha->sync_cnt;
drivers/net/ethernet/ti/cpsw_new.c
228
if (!found)
drivers/net/ethernet/ti/cpts.c
319
bool found = false;
drivers/net/ethernet/ti/cpts.c
342
found = true;
drivers/net/ethernet/ti/cpts.c
362
return found;
drivers/net/ethernet/toshiba/ps3_gelic_wireless.c
1505
unsigned int data_len, i, found, r;
drivers/net/ethernet/toshiba/ps3_gelic_wireless.c
1572
found = 0;
drivers/net/ethernet/toshiba/ps3_gelic_wireless.c
1577
found = 1;
drivers/net/ethernet/toshiba/ps3_gelic_wireless.c
1587
if (!found) {
drivers/net/fddi/skfp/smt.c
1661
void *found = NULL;
drivers/net/fddi/skfp/smt.c
1669
found = (void *) p ;
drivers/net/fddi/skfp/smt.c
1681
if (found)
drivers/net/fddi/skfp/smt.c
1682
return found;
drivers/net/geneve.c
436
goto found;
drivers/net/geneve.c
448
found:
drivers/net/gtp.c
1832
bool found = false;
drivers/net/gtp.c
1877
found = true;
drivers/net/gtp.c
1887
found = true;
drivers/net/gtp.c
1889
if (found) {
drivers/net/hyperv/rndis_filter.c
283
bool found = false;
drivers/net/hyperv/rndis_filter.c
315
found = true;
drivers/net/hyperv/rndis_filter.c
321
if (found) {
drivers/net/phy/sfp-bus.c
389
struct sfp_bus *sfp, *new, *found = NULL;
drivers/net/phy/sfp-bus.c
398
found = sfp;
drivers/net/phy/sfp-bus.c
403
if (!found && new) {
drivers/net/phy/sfp-bus.c
407
found = new;
drivers/net/phy/sfp-bus.c
415
return found;
drivers/net/pse-pd/pd692x0.c
1097
bool found = false;
drivers/net/pse-pd/pd692x0.c
1108
found = true;
drivers/net/pse-pd/pd692x0.c
1114
if (found)
drivers/net/pse-pd/pd692x0.c
1118
if (!found)
drivers/net/rionet.c
408
int state, found = 0;
drivers/net/rionet.c
428
found = 1;
drivers/net/rionet.c
434
if (found) {
drivers/net/slip/slhc.c
305
goto found;
drivers/net/slip/slhc.c
327
found:
drivers/net/usb/lan78xx.c
2973
goto found;
drivers/net/usb/lan78xx.c
2976
found:
drivers/net/usb/usbnet.c
743
goto found;
drivers/net/usb/usbnet.c
746
found:
drivers/net/virtio_net.c
4731
goto found;
drivers/net/virtio_net.c
4738
goto found;
drivers/net/virtio_net.c
4745
goto found;
drivers/net/virtio_net.c
4752
goto found;
drivers/net/virtio_net.c
4759
goto found;
drivers/net/virtio_net.c
4766
goto found;
drivers/net/virtio_net.c
4773
goto found;
drivers/net/virtio_net.c
4780
goto found;
drivers/net/virtio_net.c
4785
found:
drivers/net/virtio_net.c
4854
goto found;
drivers/net/virtio_net.c
4863
goto found;
drivers/net/virtio_net.c
4872
goto found;
drivers/net/virtio_net.c
4881
goto found;
drivers/net/virtio_net.c
4890
goto found;
drivers/net/virtio_net.c
4899
goto found;
drivers/net/virtio_net.c
4908
goto found;
drivers/net/virtio_net.c
4915
found:
drivers/net/wireguard/allowedips.c
109
struct allowedips_node *node = trie, *found = NULL;
drivers/net/wireguard/allowedips.c
113
found = node;
drivers/net/wireguard/allowedips.c
118
return found;
drivers/net/wireless/ath/ath10k/wmi.c
5406
bool found;
drivers/net/wireless/ath/ath10k/wmi.c
5428
found = false;
drivers/net/wireless/ath/ath10k/wmi.c
5433
found = true;
drivers/net/wireless/ath/ath10k/wmi.c
5438
if (!found)
drivers/net/wireless/ath/ath11k/dp_rx.c
4344
bool found = false;
drivers/net/wireless/ath/ath11k/dp_rx.c
4397
found = true;
drivers/net/wireless/ath/ath11k/dp_rx.c
4404
if (found) {
drivers/net/wireless/ath/ath11k/dp_rx.c
4410
found = false;
drivers/net/wireless/ath/ath12k/core.c
1296
bool found = false;
drivers/net/wireless/ath/ath12k/core.c
1304
if (found)
drivers/net/wireless/ath/ath12k/core.c
1307
found = (partner_ab == ab);
drivers/net/wireless/ath/ath12k/debugfs_sta.c
28
bool found;
drivers/net/wireless/ath/ath12k/debugfs_sta.c
83
found = false;
drivers/net/wireless/ath/ath12k/debugfs_sta.c
87
found = true;
drivers/net/wireless/ath/ath12k/debugfs_sta.c
92
if (!found)
drivers/net/wireless/ath/ath12k/wifi7/dp_rx.c
2235
bool found = false;
drivers/net/wireless/ath/ath12k/wifi7/dp_rx.c
2288
found = true;
drivers/net/wireless/ath/ath12k/wifi7/dp_rx.c
2295
if (found) {
drivers/net/wireless/ath/ath12k/wifi7/dp_rx.c
2301
found = false;
drivers/net/wireless/ath/ath6kl/main.c
1160
bool found;
drivers/net/wireless/ath/ath6kl/main.c
1208
found = false;
drivers/net/wireless/ath/ath6kl/main.c
1212
found = true;
drivers/net/wireless/ath/ath6kl/main.c
1217
if (!found) {
drivers/net/wireless/ath/ath6kl/main.c
1242
found = false;
drivers/net/wireless/ath/ath6kl/main.c
1246
found = true;
drivers/net/wireless/ath/ath6kl/main.c
1251
if (!found) {
drivers/net/wireless/ath/ath6kl/wmi.c
138
struct ath6kl_vif *vif, *found = NULL;
drivers/net/wireless/ath/ath6kl/wmi.c
147
found = vif;
drivers/net/wireless/ath/ath6kl/wmi.c
153
return found;
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
3311
goto found;
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
3317
goto found;
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
3323
goto found;
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
3329
goto found;
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
3334
goto found;
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
3338
found:
drivers/net/wireless/ath/carl9170/fw.c
368
int scan = 0, found = 0;
drivers/net/wireless/ath/carl9170/fw.c
376
if (fw_data[scan++] == otus_magic[found])
drivers/net/wireless/ath/carl9170/fw.c
377
found++;
drivers/net/wireless/ath/carl9170/fw.c
379
found = 0;
drivers/net/wireless/ath/carl9170/fw.c
384
if (found == sizeof(otus_magic))
drivers/net/wireless/ath/carl9170/fw.c
388
if (found != sizeof(otus_magic))
drivers/net/wireless/ath/carl9170/fw.c
391
return (void *)&fw_data[scan - found];
drivers/net/wireless/ath/carl9170/main.c
1636
goto found;
drivers/net/wireless/ath/carl9170/main.c
1642
found:
drivers/net/wireless/ath/wcn36xx/smd.c
2754
bool found = false;
drivers/net/wireless/ath/wcn36xx/smd.c
2776
found = true;
drivers/net/wireless/ath/wcn36xx/smd.c
2785
found = true;
drivers/net/wireless/ath/wcn36xx/smd.c
2791
if (found)
drivers/net/wireless/ath/wil6210/txrx.c
1579
goto found;
drivers/net/wireless/ath/wil6210/txrx.c
1586
found:
drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
518
bool found;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
541
found = false;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
556
found = true;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
561
if (!found) {
drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c
247
bool found;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c
268
found = false;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c
278
found = true;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c
285
if (!found)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.c
110
bool found;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.c
129
found = false;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.c
134
found = true;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.c
140
if (found) {
drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.c
65
bool found;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.c
84
found = false;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.c
90
found = true;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.c
96
if (found)
drivers/net/wireless/intel/ipw2x00/libipw_crypto.c
187
goto found;
drivers/net/wireless/intel/ipw2x00/libipw_crypto.c
192
found:
drivers/net/wireless/intel/ipw2x00/libipw_crypto.c
210
goto found;
drivers/net/wireless/intel/ipw2x00/libipw_crypto.c
215
found:
drivers/net/wireless/intel/iwlegacy/common.c
2241
bool found = false;
drivers/net/wireless/intel/iwlegacy/common.c
2259
found = true;
drivers/net/wireless/intel/iwlegacy/common.c
2297
if (!found)
drivers/net/wireless/intel/iwlwifi/dvm/sta.c
648
bool found = false;
drivers/net/wireless/intel/iwlwifi/dvm/sta.c
669
found = true;
drivers/net/wireless/intel/iwlwifi/dvm/sta.c
712
if (!found)
drivers/net/wireless/intel/iwlwifi/fw/acpi.c
311
goto found;
drivers/net/wireless/intel/iwlwifi/fw/acpi.c
316
found:
drivers/net/wireless/intel/iwlwifi/fw/notif-wait.c
32
bool found = false;
drivers/net/wireless/intel/iwlwifi/fw/notif-wait.c
50
found = true;
drivers/net/wireless/intel/iwlwifi/fw/notif-wait.c
54
if (!found)
drivers/net/wireless/intel/iwlwifi/mld/roc.c
37
bool found;
drivers/net/wireless/intel/iwlwifi/mld/roc.c
50
if (WARN_ON(roc_data->found)) {
drivers/net/wireless/intel/iwlwifi/mld/roc.c
55
roc_data->found = true;
drivers/net/wireless/intel/iwlwifi/mld/roc.c
64
.found = false,
drivers/net/wireless/intel/iwlwifi/mld/scan.c
1000
found = false;
drivers/net/wireless/intel/iwlwifi/mld/scan.c
1010
found = true;
drivers/net/wireless/intel/iwlwifi/mld/scan.c
1031
found = true;
drivers/net/wireless/intel/iwlwifi/mld/scan.c
1036
if (found)
drivers/net/wireless/intel/iwlwifi/mld/scan.c
906
bool force_passive = false, found = false, allow_passive = true,
drivers/net/wireless/intel/iwlwifi/mvm/offloading.c
125
bool found = false;
drivers/net/wireless/intel/iwlwifi/mvm/offloading.c
140
found = true;
drivers/net/wireless/intel/iwlwifi/mvm/offloading.c
142
if (found) {
drivers/net/wireless/intel/iwlwifi/mvm/offloading.c
147
bool found = false;
drivers/net/wireless/intel/iwlwifi/mvm/offloading.c
161
found = true;
drivers/net/wireless/intel/iwlwifi/mvm/offloading.c
164
if (found) {
drivers/net/wireless/intel/iwlwifi/mvm/scan.c
1778
bool force_passive = false, found = false, allow_passive = true,
drivers/net/wireless/intel/iwlwifi/mvm/scan.c
1879
found = false;
drivers/net/wireless/intel/iwlwifi/mvm/scan.c
1889
found = true;
drivers/net/wireless/intel/iwlwifi/mvm/scan.c
1911
found = true;
drivers/net/wireless/intel/iwlwifi/mvm/scan.c
1916
if (found)
drivers/net/wireless/intel/iwlwifi/mvm/time-event.c
399
bool found;
drivers/net/wireless/intel/iwlwifi/mvm/time-event.c
409
data->found = true;
drivers/net/wireless/intel/iwlwifi/mvm/time-event.c
437
if (!data.found)
drivers/net/wireless/intersil/p54/eeprom.c
603
int i, found = -1;
drivers/net/wireless/intersil/p54/eeprom.c
613
if (found == -1) {
drivers/net/wireless/intersil/p54/eeprom.c
614
found = i;
drivers/net/wireless/intersil/p54/eeprom.c
620
abs(freq - entry[found].freq)) {
drivers/net/wireless/intersil/p54/eeprom.c
621
found = i;
drivers/net/wireless/intersil/p54/eeprom.c
628
return found < 0 ? &p54_rssi_default : &entry[found];
drivers/net/wireless/marvell/mwifiex/wmm.c
1128
goto found;
drivers/net/wireless/marvell/mwifiex/wmm.c
1149
found:
drivers/net/wireless/mediatek/mt76/mac80211.c
399
bool found = false;
drivers/net/wireless/mediatek/mt76/mac80211.c
409
found = true;
drivers/net/wireless/mediatek/mt76/mac80211.c
413
if (found) {
drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.c
295
int found;
drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.c
297
found = mt76_eeprom_init(&dev->mt76, MT76X0_EEPROM_SIZE);
drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.c
298
if (found < 0)
drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.c
299
return found;
drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.c
301
if (found && !mt76x0_check_eeprom(dev))
drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.c
304
found = mt76x0_efuse_physical_size_check(dev);
drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.c
305
if (found < 0)
drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.c
306
return found;
drivers/net/wireless/mediatek/mt76/mt76x2/eeprom.c
144
bool found;
drivers/net/wireless/mediatek/mt76/mt76x2/eeprom.c
151
found = ret;
drivers/net/wireless/mediatek/mt76/mt76x2/eeprom.c
152
if (found)
drivers/net/wireless/mediatek/mt76/mt76x2/eeprom.c
153
found = !mt76x2_check_eeprom(dev);
drivers/net/wireless/mediatek/mt76/mt76x2/eeprom.c
167
if (found) {
drivers/net/wireless/mediatek/mt76/mt76x2/eeprom.c
171
found = true;
drivers/net/wireless/mediatek/mt76/mt76x2/eeprom.c
176
if (!found)
drivers/net/wireless/purelifi/plfxlc/mac.c
298
bool found = false;
drivers/net/wireless/purelifi/plfxlc/mac.c
306
found = true;
drivers/net/wireless/purelifi/plfxlc/mac.c
311
if (!found)
drivers/net/wireless/purelifi/plfxlc/mac.c
346
bool found = false;
drivers/net/wireless/purelifi/plfxlc/mac.c
369
found = 1;
drivers/net/wireless/purelifi/plfxlc/mac.c
374
if (found) {
drivers/net/wireless/realtek/rtw89/fw.c
637
goto found;
drivers/net/wireless/realtek/rtw89/fw.c
650
goto found;
drivers/net/wireless/realtek/rtw89/fw.c
656
found:
drivers/net/wireless/realtek/rtw89/fw.c
8464
bool found;
drivers/net/wireless/realtek/rtw89/fw.c
8478
found = false;
drivers/net/wireless/realtek/rtw89/fw.c
8481
found = true;
drivers/net/wireless/realtek/rtw89/fw.c
8485
if (found)
drivers/net/wireless/realtek/rtw89/phy.c
8296
unsigned int found;
drivers/net/wireless/realtek/rtw89/phy.c
8304
iter_data->found++;
drivers/net/wireless/realtek/rtw89/phy.c
8325
if (!iter_data.found && sel == -1)
drivers/net/wireless/st/cw1200/wsm.c
1634
goto found;
drivers/net/wireless/st/cw1200/wsm.c
1652
found:
drivers/net/wireless/ti/wlcore/event.c
264
bool found = false;
drivers/net/wireless/ti/wlcore/event.c
269
found = true;
drivers/net/wireless/ti/wlcore/event.c
272
if (!found)
drivers/net/wireless/ti/wlcore/tx.c
719
bool found = false;
drivers/net/wireless/ti/wlcore/tx.c
722
found = true;
drivers/net/wireless/ti/wlcore/tx.c
727
if (!found)
drivers/net/wireless/virtual/mac80211_hwsim_main.c
1513
bool found = false;
drivers/net/wireless/virtual/mac80211_hwsim_main.c
1520
found = true;
drivers/net/wireless/virtual/mac80211_hwsim_main.c
1526
if (!found)
drivers/net/wireless/virtual/mac80211_hwsim_main.c
6345
bool found = false;
drivers/net/wireless/virtual/mac80211_hwsim_main.c
6381
found = true;
drivers/net/wireless/virtual/mac80211_hwsim_main.c
6388
if (!found)
drivers/net/wireless/virtual/mac80211_hwsim_main.c
6587
int found = 0;
drivers/net/wireless/virtual/mac80211_hwsim_main.c
6591
found = 1;
drivers/net/wireless/virtual/mac80211_hwsim_main.c
6596
if (!found)
drivers/net/wireless/zydas/zd1211rw/zd_mac.c
495
int found = 0;
drivers/net/wireless/zydas/zd1211rw/zd_mac.c
539
found = 1;
drivers/net/wireless/zydas/zd1211rw/zd_mac.c
543
if (found) {
drivers/net/wireless/zydas/zd1211rw/zd_mac.c
970
int found = 0;
drivers/net/wireless/zydas/zd1211rw/zd_mac.c
989
found = 1;
drivers/net/wireless/zydas/zd1211rw/zd_mac.c
994
if (found) {
drivers/net/xen-netback/hash.c
120
bool found;
drivers/net/xen-netback/hash.c
130
found = false;
drivers/net/xen-netback/hash.c
137
found = true;
drivers/net/xen-netback/hash.c
144
if (!found)
drivers/net/xen-netback/hash.c
40
bool found;
drivers/net/xen-netback/hash.c
52
found = false;
drivers/net/xen-netback/hash.c
59
found = true;
drivers/net/xen-netback/hash.c
64
if (!found) {
drivers/net/xen-netback/hash.c
77
if (found)
drivers/nvdimm/bus.c
1209
struct nvdimm_bus *nvdimm_bus, *found = NULL;
drivers/nvdimm/bus.c
1225
found = nvdimm_bus;
drivers/nvdimm/bus.c
1227
found = nvdimm_bus;
drivers/nvdimm/bus.c
1230
if (found) {
drivers/nvdimm/bus.c
1237
if (!found)
drivers/nvdimm/bus.c
1240
nvdimm_bus = found;
drivers/nvdimm/claim.c
121
struct device *found;
drivers/nvdimm/claim.c
152
found = device_find_child_by_name(dev->parent, name);
drivers/nvdimm/claim.c
153
if (!found) {
drivers/nvdimm/claim.c
160
ndns = to_ndns(found);
drivers/nvdimm/namespace_devs.c
1559
struct nd_namespace_label *found = NULL;
drivers/nvdimm/namespace_devs.c
1596
found = nd_label;
drivers/nvdimm/namespace_devs.c
1599
if (found)
drivers/nvdimm/namespace_devs.c
1602
return found != NULL;
drivers/nvme/host/apple.c
655
bool found = false;
drivers/nvme/host/apple.c
658
found = true;
drivers/nvme/host/apple.c
669
if (found)
drivers/nvme/host/apple.c
672
return found;
drivers/nvme/host/apple.c
677
bool found;
drivers/nvme/host/apple.c
683
found = apple_nvme_poll_cq(q, &iob);
drivers/nvme/host/apple.c
688
return found;
drivers/nvme/host/apple.c
980
bool found;
drivers/nvme/host/apple.c
984
found = apple_nvme_poll_cq(q, iob);
drivers/nvme/host/apple.c
987
return found;
drivers/nvme/host/core.c
3276
struct nvme_subsystem *subsys, *found;
drivers/nvme/host/core.c
3317
found = __nvme_find_get_subsystem(subsys->subnqn);
drivers/nvme/host/core.c
3318
if (found) {
drivers/nvme/host/core.c
3320
subsys = found;
drivers/nvme/host/core.c
3346
if (!found)
drivers/nvme/host/fc.c
3421
bool found = false;
drivers/nvme/host/fc.c
3425
found = nvmf_ctlr_matches_baseopts(&ctrl->ctrl, opts);
drivers/nvme/host/fc.c
3426
if (found)
drivers/nvme/host/fc.c
3431
return found;
drivers/nvme/host/multipath.c
311
struct nvme_ns *found = NULL, *fallback = NULL, *ns;
drivers/nvme/host/multipath.c
328
found = ns;
drivers/nvme/host/multipath.c
342
if (!found)
drivers/nvme/host/multipath.c
343
found = fallback;
drivers/nvme/host/multipath.c
344
if (found)
drivers/nvme/host/multipath.c
345
rcu_assign_pointer(head->current_path[node], found);
drivers/nvme/host/multipath.c
346
return found;
drivers/nvme/host/multipath.c
361
struct nvme_ns *ns, *found = NULL;
drivers/nvme/host/multipath.c
382
found = ns;
drivers/nvme/host/multipath.c
386
found = ns;
drivers/nvme/host/multipath.c
397
(!found && old->ana_state == NVME_ANA_NONOPTIMIZED)))
drivers/nvme/host/multipath.c
400
if (!found)
drivers/nvme/host/multipath.c
403
rcu_assign_pointer(head->current_path[node], found);
drivers/nvme/host/multipath.c
404
return found;
drivers/nvme/host/pci.c
120
bool disabled, found;
drivers/nvme/host/pci.c
125
found = false;
drivers/nvme/host/pci.c
148
found = true;
drivers/nvme/host/pci.c
153
if (!found) {
drivers/nvme/host/pci.c
1612
bool found = false;
drivers/nvme/host/pci.c
1615
found = true;
drivers/nvme/host/pci.c
1625
if (found)
drivers/nvme/host/pci.c
1627
return found;
drivers/nvme/host/pci.c
1674
bool found;
drivers/nvme/host/pci.c
1681
found = nvme_poll_cq(nvmeq, iob);
drivers/nvme/host/pci.c
1684
return found;
drivers/nvme/host/rdma.c
2234
bool found = false;
drivers/nvme/host/rdma.c
2238
found = nvmf_ip_options_match(&ctrl->ctrl, opts);
drivers/nvme/host/rdma.c
2239
if (found)
drivers/nvme/host/rdma.c
2244
return found;
drivers/nvme/host/rdma.c
2376
bool found = false;
drivers/nvme/host/rdma.c
2381
found = true;
drivers/nvme/host/rdma.c
2387
if (!found)
drivers/nvme/host/tcp.c
2899
bool found = false;
drivers/nvme/host/tcp.c
2903
found = nvmf_ip_options_match(&ctrl->ctrl, opts);
drivers/nvme/host/tcp.c
2904
if (found)
drivers/nvme/host/tcp.c
2909
return found;
drivers/nvme/target/configfs.c
1107
goto found;
drivers/nvme/target/configfs.c
1112
found:
drivers/nvme/target/configfs.c
1185
goto found;
drivers/nvme/target/configfs.c
1190
found:
drivers/nvme/target/configfs.c
1905
goto found;
drivers/nvme/target/configfs.c
1911
found:
drivers/nvme/target/configfs.c
197
goto found;
drivers/nvme/target/configfs.c
203
found:
drivers/nvme/target/configfs.c
395
goto found;
drivers/nvme/target/configfs.c
401
found:
drivers/nvme/target/configfs.c
482
goto found;
drivers/nvme/target/configfs.c
488
found:
drivers/nvme/target/configfs.c
91
goto found;
drivers/nvme/target/configfs.c
97
found:
drivers/nvme/target/core.c
1495
goto found;
drivers/nvme/target/core.c
1504
found:
drivers/nvme/target/fc.c
1092
bool found = false;
drivers/nvme/target/fc.c
1097
found = true;
drivers/nvme/target/fc.c
1103
return found;
drivers/nvme/target/loop.c
537
struct nvmet_port *p, *found = NULL;
drivers/nvme/target/loop.c
545
found = p;
drivers/nvme/target/loop.c
549
return found;
drivers/nvme/target/rdma.c
2063
bool found = false;
drivers/nvme/target/rdma.c
2068
found = true;
drivers/nvme/target/rdma.c
2074
if (!found)
drivers/of/cpu.c
161
bool found = false;
drivers/of/cpu.c
166
found = (cpu_node == np);
drivers/of/cpu.c
168
if (found)
drivers/of/unittest.c
3410
struct device_node *found;
drivers/of/unittest.c
3431
found = of_find_node_by_name(nd->overlay, "test-unittest16");
drivers/of/unittest.c
3432
if (found) {
drivers/of/unittest.c
3433
of_node_put(found);
drivers/of/unittest.c
3439
found = of_find_node_by_name(nd->overlay, "test-unittest17");
drivers/of/unittest.c
3440
if (found) {
drivers/of/unittest.c
3441
of_node_put(found);
drivers/of/unittest.c
3447
found = of_find_node_by_name(nd->overlay, "test-unittest18");
drivers/of/unittest.c
3448
if (found) {
drivers/of/unittest.c
3449
of_node_put(found);
drivers/of/unittest.c
3455
found = of_find_node_by_name(nd->overlay, "test-unittest19");
drivers/of/unittest.c
3456
if (found) {
drivers/of/unittest.c
3457
of_node_put(found);
drivers/of/unittest.c
3931
int found = 0;
drivers/of/unittest.c
3936
found = 1;
drivers/of/unittest.c
3940
if (!found) {
drivers/of/unittest.c
3991
int found = 0;
drivers/of/unittest.c
3997
found = 1;
drivers/of/unittest.c
4001
if (!found) {
drivers/opp/of.c
810
bool found = false;
drivers/opp/of.c
815
found = true;
drivers/opp/of.c
826
found = true;
drivers/opp/of.c
835
found = true;
drivers/opp/of.c
837
if (found)
drivers/parisc/led.c
473
goto found; /* use the preinitialized values of lcd_info */
drivers/parisc/led.c
515
found:
drivers/pci/controller/pci-hyperv.c
2701
bool found;
drivers/pci/controller/pci-hyperv.c
2745
found = false;
drivers/pci/controller/pci-hyperv.c
2755
found = true;
drivers/pci/controller/pci-hyperv.c
2760
if (!found) {
drivers/pci/controller/pci-hyperv.c
2771
found = false;
drivers/pci/controller/pci-hyperv.c
2774
found = true;
drivers/pci/controller/pci-hyperv.c
2780
} while (found);
drivers/pci/hotplug/acpi_pcihp.c
184
int *found = (int *)context;
drivers/pci/hotplug/acpi_pcihp.c
186
*found = 1;
drivers/pci/hotplug/acpi_pcihp.c
200
int found = 0;
drivers/pci/hotplug/acpi_pcihp.c
203
return found;
drivers/pci/hotplug/acpi_pcihp.c
206
check_hotplug, NULL, (void *)&found, NULL);
drivers/pci/hotplug/acpi_pcihp.c
207
return found;
drivers/pci/hotplug/cpqphp_ctrl.c
1068
int found = -1;
drivers/pci/hotplug/cpqphp_ctrl.c
1077
found++;
drivers/pci/hotplug/cpqphp_ctrl.c
1083
found++;
drivers/pci/hotplug/cpqphp_ctrl.c
1085
if (found == index)
drivers/pci/hotplug/pciehp_hpc.c
256
bool found = false;
drivers/pci/hotplug/pciehp_hpc.c
259
found = pci_bus_read_dev_vendor_id(bus, devfn, &l, 0);
drivers/pci/hotplug/pciehp_hpc.c
262
if (found)
drivers/pci/hotplug/pciehp_hpc.c
274
return found;
drivers/pci/hotplug/pciehp_hpc.c
294
bool found;
drivers/pci/hotplug/pciehp_hpc.c
305
found = pci_bus_check_dev(ctrl->pcie->port->subordinate,
drivers/pci/hotplug/pciehp_hpc.c
309
if (found)
drivers/pci/hotplug/pciehp_hpc.c
326
if (!found) {
drivers/pci/iov.c
818
goto found;
drivers/pci/iov.c
824
found:
drivers/pci/pci.c
393
goto found;
drivers/pci/pci.c
403
goto found;
drivers/pci/pci.c
409
found:
drivers/pci/pcie/aer.c
1376
bool found;
drivers/pci/pcie/aer.c
1378
found = find_source_device(root, info);
drivers/pci/pcie/aer.c
1392
(!found && aer_ratelimit(root, info->severity)))
drivers/pci/pcie/aer.c
1393
aer_print_source(root, info, found);
drivers/pci/pcie/aer.c
1395
if (found)
drivers/pci/pcie/aer.c
853
bool found)
drivers/pci/pcie/aer.c
862
found ? "" : " (no details found");
drivers/pci/pcie/pme.c
105
bool found = false;
drivers/pci/pcie/pme.c
117
found = true;
drivers/pci/pcie/pme.c
122
return found;
drivers/pci/pcie/pme.c
135
bool found = false;
drivers/pci/pcie/pme.c
144
found = true;
drivers/pci/pcie/pme.c
155
found = pcie_pme_walk_bus(port->subordinate);
drivers/pci/pcie/pme.c
167
found = pcie_pme_from_pci_bridge(bus, devfn);
drivers/pci/pcie/pme.c
168
if (found)
drivers/pci/pcie/pme.c
176
found = true;
drivers/pci/pcie/pme.c
183
if (found) {
drivers/pci/pcie/pme.c
185
found = pci_check_pme_status(dev);
drivers/pci/pcie/pme.c
186
if (found) {
drivers/pci/pcie/pme.c
202
found = pcie_pme_from_pci_bridge(bus, 0);
drivers/pci/pcie/pme.c
206
if (!found)
drivers/pci/probe.c
3370
bool found = false;
drivers/pci/probe.c
3380
found = true;
drivers/pci/probe.c
3391
if (!found) {
drivers/pci/probe.c
3400
if (!found)
drivers/pci/probe.c
3411
bool found = false;
drivers/pci/probe.c
3417
found = true;
drivers/pci/probe.c
3425
if (!found) {
drivers/pci/probe.c
3434
if (!found)
drivers/pci/quirks.c
2940
int found = 0;
drivers/pci/quirks.c
2947
if (found < 1)
drivers/pci/quirks.c
2948
found = 1;
drivers/pci/quirks.c
2952
if (found < 2) {
drivers/pci/quirks.c
2953
found = 2;
drivers/pci/quirks.c
2962
return found;
drivers/pci/quirks.c
2970
int found = 0;
drivers/pci/quirks.c
2986
found = 1;
drivers/pci/quirks.c
2993
return found;
drivers/pci/quirks.c
3028
int found = 0;
drivers/pci/quirks.c
3038
found = 1;
drivers/pci/quirks.c
3044
if (!found)
drivers/pci/quirks.c
3086
int found;
drivers/pci/quirks.c
3092
found = ht_check_msi_mapping(dev);
drivers/pci/quirks.c
3095
if (found == 0)
drivers/pci/quirks.c
3112
if (found == 1) {
drivers/pci/quirks.c
3123
if (found == 1)
drivers/pci/search.c
458
struct pci_dev *found = NULL;
drivers/pci/search.c
461
found = pci_get_dev_by_id(ids, NULL);
drivers/pci/search.c
462
if (found) {
drivers/pci/search.c
463
pci_dev_put(found);
drivers/pcmcia/cistpl.c
762
char *s, u_char *ofs, u_char *found)
drivers/pcmcia/cistpl.c
784
if (found) {
drivers/pcmcia/cistpl.c
785
*found = ns;
drivers/pcmcia/cs.c
121
unsigned int found, i = 1;
drivers/pcmcia/cs.c
124
found = 1;
drivers/pcmcia/cs.c
127
found = 0;
drivers/pcmcia/cs.c
130
} while (!found);
drivers/phy/ti/phy-am654-serdes.c
590
int found, i;
drivers/phy/ti/phy-am654-serdes.c
607
found = 1;
drivers/phy/ti/phy-am654-serdes.c
610
found = 0;
drivers/phy/ti/phy-am654-serdes.c
615
if (found)
drivers/phy/ti/phy-am654-serdes.c
619
if (!found) {
drivers/pinctrl/aspeed/pinctrl-aspeed.c
163
char *found = NULL;
drivers/pinctrl/aspeed/pinctrl-aspeed.c
175
expanded = krealloc(found, len + delta + 1, GFP_KERNEL);
drivers/pinctrl/aspeed/pinctrl-aspeed.c
177
kfree(found);
drivers/pinctrl/aspeed/pinctrl-aspeed.c
181
found = expanded;
drivers/pinctrl/aspeed/pinctrl-aspeed.c
182
found[len] = '\0';
drivers/pinctrl/aspeed/pinctrl-aspeed.c
185
strcat(found, str);
drivers/pinctrl/aspeed/pinctrl-aspeed.c
186
strcat(found, ", ");
drivers/pinctrl/aspeed/pinctrl-aspeed.c
194
kfree(found);
drivers/pinctrl/aspeed/pinctrl-aspeed.c
198
found[len - 2] = '\0';
drivers/pinctrl/aspeed/pinctrl-aspeed.c
200
return found;
drivers/pinctrl/berlin/berlin.c
250
bool found = false;
drivers/pinctrl/berlin/berlin.c
254
found = true;
drivers/pinctrl/berlin/berlin.c
260
if (!found) {
drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c
107
if (!found) {
drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c
700
bool found = false;
drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c
709
found = true;
drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c
715
found = true;
drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c
723
if (!found) {
drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c
80
bool found = false;
drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c
97
found = true;
drivers/pinctrl/pinctrl-single.c
1013
int rows, *pins, found = 0, res = -ENOMEM, i, fsel, gsel;
drivers/pinctrl/pinctrl-single.c
1046
vals[found].reg = pcs->base + offset;
drivers/pinctrl/pinctrl-single.c
1050
vals[found].val = pinctrl_spec.args[1];
drivers/pinctrl/pinctrl-single.c
1053
vals[found].val = (pinctrl_spec.args[1] | pinctrl_spec.args[2]);
drivers/pinctrl/pinctrl-single.c
1058
pinctrl_spec.np, offset, vals[found].val);
drivers/pinctrl/pinctrl-single.c
1067
pins[found++] = pin;
drivers/pinctrl/pinctrl-single.c
1072
fsel = pcs_add_function(pcs, &function, np->name, vals, found,
drivers/pinctrl/pinctrl-single.c
1079
gsel = pinctrl_generic_add_group(pcs->pctl, np->name, pins, found, pcs);
drivers/pinctrl/pinctrl-single.c
1127
int rows, *pins, found = 0, res = -ENOMEM, i, fsel;
drivers/pinctrl/pinctrl-single.c
1205
vals[found].mask = submask;
drivers/pinctrl/pinctrl-single.c
1206
vals[found].reg = pcs->base + offset;
drivers/pinctrl/pinctrl-single.c
1207
vals[found].val = val_pos;
drivers/pinctrl/pinctrl-single.c
1216
pins[found++] = pin + pin_num_from_lsb;
drivers/pinctrl/pinctrl-single.c
1222
fsel = pcs_add_function(pcs, &function, np->name, vals, found,
drivers/pinctrl/pinctrl-single.c
1229
res = pinctrl_generic_add_group(pcs->pctl, np->name, pins, found, pcs);
drivers/pinctrl/spear/pinctrl-spear.c
245
bool found = false;
drivers/pinctrl/spear/pinctrl-spear.c
258
found = true;
drivers/pinctrl/spear/pinctrl-spear.c
263
if (!found) {
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1237
int i, found = 0;
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1277
service_data[found].fourcc = service_ptr->base.fourcc;
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1278
service_data[found].clientid = service_ptr->client_id;
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1279
service_data[found].use_count = service_ptr->service_use_count;
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1280
found++;
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1281
if (found >= MAX_SERVICES)
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1291
active_services, found);
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1293
for (i = 0; i < found; i++) {
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2347
u32 *found;
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2351
length = sizeof(*found) * BITSET_SIZE(VCHIQ_MAX_SERVICES);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2353
found = kmalloc_array(BITSET_SIZE(VCHIQ_MAX_SERVICES), sizeof(*found),
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2355
if (!found)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2363
process_free_queue(state, found, length);
drivers/platform/raspberrypi/vchiq-mmal/mmal-msg.h
161
s32 found; /* unused */
drivers/platform/raspberrypi/vchiq-mmal/mmal-msg.h
186
s32 found; /* unused */
drivers/platform/x86/acerhdf.c
538
int found = 0;
drivers/platform/x86/acerhdf.c
588
found = 1;
drivers/platform/x86/acerhdf.c
593
if (!found) {
drivers/platform/x86/hp/hp-bioscfg/enum-attributes.c
34
int found = 0;
drivers/platform/x86/hp/hp-bioscfg/enum-attributes.c
41
for (i = 0; i < enum_data->possible_values_size && !found; i++)
drivers/platform/x86/hp/hp-bioscfg/enum-attributes.c
43
found = 1;
drivers/platform/x86/hp/hp-bioscfg/enum-attributes.c
45
if (!found)
drivers/platform/x86/intel/vsec.c
628
bool found = false;
drivers/platform/x86/intel/vsec.c
638
found = true;
drivers/platform/x86/intel/vsec.c
641
found = true;
drivers/platform/x86/intel/vsec.c
645
found = true;
drivers/platform/x86/intel/vsec.c
647
return found;
drivers/platform/x86/sony-laptop.c
4449
goto found;
drivers/platform/x86/sony-laptop.c
4464
found:
drivers/platform/x86/uv_sysfs.c
651
char *pci_top_str, *start, *found, *count;
drivers/platform/x86/uv_sysfs.c
683
while ((found = strsep(&start, "\n")) != NULL) {
drivers/platform/x86/uv_sysfs.c
689
ret = init_pci_top_obj(uv_pci_objs[k], found);
drivers/pnp/card.c
29
int found;
drivers/pnp/card.c
319
goto found;
drivers/pnp/card.c
325
found:
drivers/pnp/card.c
35
found = 0;
drivers/pnp/card.c
39
found = 1;
drivers/pnp/card.c
43
if (!found)
drivers/power/supply/bd99954-charger.c
822
bool found;
drivers/power/supply/bd99954-charger.c
913
®val, &found);
drivers/power/supply/bd99954-charger.c
921
if (!found) {
drivers/power/supply/bd99954-charger.c
943
&found);
drivers/power/supply/bd99954-charger.c
951
if (!found) {
drivers/power/supply/lp8788-charger.c
421
bool found = false;
drivers/power/supply/lp8788-charger.c
427
found = true;
drivers/power/supply/lp8788-charger.c
432
return found;
drivers/power/supply/max77759_charger.c
282
bool found;
drivers/power/supply/max77759_charger.c
287
cc_max_ua, ®val, &found);
drivers/power/supply/max77759_charger.c
288
if (!found)
drivers/power/supply/max77759_charger.c
315
bool found;
drivers/power/supply/max77759_charger.c
319
fv_mv, ®val, &found);
drivers/power/supply/max77759_charger.c
320
if (!found)
drivers/power/supply/power_supply_core.c
1195
bool found = false;
drivers/power/supply/power_supply_core.c
1200
found = true;
drivers/power/supply/power_supply_core.c
1205
return found;
drivers/power/supply/rt9467-charger.c
372
bool found;
drivers/power/supply/rt9467-charger.c
376
ret = linear_range_get_selector_high(range, value, &sel, &found);
drivers/powercap/powercap_sys.c
331
bool found = false;
drivers/powercap/powercap_sys.c
337
found = true;
drivers/powercap/powercap_sys.c
343
return found;
drivers/ptp/ptp_ocp.c
5215
goto found;
drivers/ptp/ptp_ocp.c
5218
found:
drivers/rapidio/devices/rio_mport_cdev.c
1015
found = 1;
drivers/rapidio/devices/rio_mport_cdev.c
1021
if (!found)
drivers/rapidio/devices/rio_mport_cdev.c
2185
int found = 0, ret;
drivers/rapidio/devices/rio_mport_cdev.c
2198
found = 1;
drivers/rapidio/devices/rio_mport_cdev.c
2204
if (!found)
drivers/rapidio/devices/rio_mport_cdev.c
2546
int found = 0;
drivers/rapidio/devices/rio_mport_cdev.c
2556
found = 1;
drivers/rapidio/devices/rio_mport_cdev.c
2562
if (found)
drivers/rapidio/devices/rio_mport_cdev.c
997
int found = 0;
drivers/rapidio/devices/tsi721.c
1288
int found = 0;
drivers/rapidio/devices/tsi721.c
1295
found = 1;
drivers/rapidio/devices/tsi721.c
1300
if (!found)
drivers/rapidio/devices/tsi721.c
414
int found = 0;
drivers/rapidio/devices/tsi721.c
427
found = 1;
drivers/rapidio/devices/tsi721.c
432
if (found) {
drivers/rapidio/rio.c
1915
goto found;
drivers/rapidio/rio.c
1919
found:
drivers/rapidio/rio.c
476
int rc = 0, found = 0;
drivers/rapidio/rio.c
483
found = 1;
drivers/rapidio/rio.c
490
if (!found) {
drivers/rapidio/rio_cm.c
1077
int found = 0;
drivers/rapidio/rio_cm.c
1157
found = 1;
drivers/rapidio/rio_cm.c
1163
if (!found) {
drivers/rapidio/rio_cm.c
1580
goto found;
drivers/rapidio/rio_cm.c
1585
found:
drivers/rapidio/rio_cm.c
1963
goto found;
drivers/rapidio/rio_cm.c
1970
found:
drivers/rapidio/rio_cm.c
1994
bool found = false;
drivers/rapidio/rio_cm.c
2007
found = true;
drivers/rapidio/rio_cm.c
2012
if (!found) {
drivers/rapidio/rio_cm.c
2018
found = false;
drivers/rapidio/rio_cm.c
2022
found = true;
drivers/rapidio/rio_cm.c
2032
if (!found)
drivers/rapidio/rio_cm.c
2178
bool found = false;
drivers/rapidio/rio_cm.c
2188
found = true;
drivers/rapidio/rio_cm.c
2193
if (!found)
drivers/regulator/bd9576-regulator.c
220
bool found;
drivers/regulator/bd9576-regulator.c
226
lim, &sel, &found);
drivers/regulator/bd9576-regulator.c
230
if (!found)
drivers/regulator/helpers.c
433
bool found;
drivers/regulator/helpers.c
445
&found);
drivers/regulator/helpers.c
491
bool found;
drivers/regulator/helpers.c
503
&found);
drivers/regulator/helpers.c
942
bool found = false;
drivers/regulator/helpers.c
952
if (!found || table[s] - target < tmp - target) {
drivers/regulator/helpers.c
955
found = true;
drivers/regulator/helpers.c
962
if (!found) {
drivers/regulator/max8973-regulator.c
134
bool found = false;
drivers/regulator/max8973-regulator.c
142
found = true;
drivers/regulator/max8973-regulator.c
154
return found;
drivers/regulator/max8973-regulator.c
177
bool found = false;
drivers/regulator/max8973-regulator.c
186
found = find_voltage_set_register(max, vsel,
drivers/regulator/max8973-regulator.c
189
if (!found) {
drivers/regulator/mc13xxx-regulator-core.c
184
int found = 0;
drivers/regulator/mc13xxx-regulator-core.c
199
found = 1;
drivers/regulator/mc13xxx-regulator-core.c
204
if (!found)
drivers/regulator/of_regulator.c
57
bool found;
drivers/regulator/of_regulator.c
68
found = !of_property_read_u32(np, prop, &pval);
drivers/regulator/of_regulator.c
69
if (found)
drivers/regulator/of_regulator.c
71
set[i] |= found;
drivers/regulator/of_regulator.c
764
bool found = false;
drivers/regulator/of_regulator.c
779
found = true;
drivers/regulator/of_regulator.c
783
if (found) {
drivers/regulator/of_regulator.c
789
return found;
drivers/regulator/pf9453-regulator.c
377
bool found = false;
drivers/regulator/pf9453-regulator.c
387
if (!found || table[s] - target < tmp - target) {
drivers/regulator/pf9453-regulator.c
390
found = true;
drivers/regulator/pf9453-regulator.c
397
if (!found) {
drivers/regulator/qcom_spmi-regulator.c
1720
goto found;
drivers/regulator/qcom_spmi-regulator.c
1729
found:
drivers/regulator/tps62360-regulator.c
104
return found;
drivers/regulator/tps62360-regulator.c
129
bool found = false;
drivers/regulator/tps62360-regulator.c
137
found = find_voltage_set_register(tps, selector, &new_vset_id);
drivers/regulator/tps62360-regulator.c
139
if (!found) {
drivers/regulator/tps62360-regulator.c
85
bool found = false;
drivers/regulator/tps62360-regulator.c
93
found = true;
drivers/remoteproc/qcom_sysmon.c
762
goto found;
drivers/remoteproc/qcom_sysmon.c
770
found:
drivers/s390/block/dasd_eckd.c
982
int i, count, found;
drivers/s390/block/dasd_eckd.c
986
found = 0;
drivers/s390/block/dasd_eckd.c
989
found = 1;
drivers/s390/block/dasd_eckd.c
994
if (found)
drivers/s390/block/dcssblk.c
133
int minor, found;
drivers/s390/block/dcssblk.c
139
found = 0;
drivers/s390/block/dcssblk.c
143
found++;
drivers/s390/block/dcssblk.c
144
if (!found) break; // got unused minor
drivers/s390/block/dcssblk.c
146
if (found)
drivers/s390/char/sclp_sd.c
149
int found = 0;
drivers/s390/char/sclp_sd.c
159
found = 1;
drivers/s390/char/sclp_sd.c
164
if (!found)
drivers/s390/cio/device.c
64
const struct ccw_device_id *ids = cdrv->ids, *found;
drivers/s390/cio/device.c
69
found = ccw_device_id_match(ids, &cdev->id);
drivers/s390/cio/device.c
70
if (!found)
drivers/s390/cio/device.c
73
cdev->id.driver_info = found->driver_info;
drivers/s390/crypto/ap_queue.c
1309
goto found;
drivers/s390/crypto/ap_queue.c
1312
found:
drivers/s390/crypto/ap_queue.c
137
bool found = false;
drivers/s390/crypto/ap_queue.c
180
found = true;
drivers/s390/crypto/ap_queue.c
183
if (!found) {
drivers/s390/crypto/pkey_base.c
337
bool found = false;
drivers/s390/crypto/pkey_base.c
343
found = true;
drivers/s390/crypto/pkey_base.c
348
if (!found) {
drivers/s390/crypto/zcrypt_ccamisc.c
1635
int rc, found = 0;
drivers/s390/crypto/zcrypt_ccamisc.c
1686
found++;
drivers/s390/crypto/zcrypt_ccamisc.c
1688
if (!found)
drivers/s390/crypto/zcrypt_ccamisc.c
1703
found++;
drivers/s390/crypto/zcrypt_ccamisc.c
1708
return found == 2 ? 0 : -ENOENT;
drivers/sbus/char/oradax.c
244
bool found = false;
drivers/sbus/char/oradax.c
265
found = true;
drivers/sbus/char/oradax.c
269
if (!found) {
drivers/scsi/3w-9xxx.c
1421
int retval = 1, found = 0, response_request_id;
drivers/scsi/3w-9xxx.c
1438
found = 1;
drivers/scsi/3w-9xxx.c
1445
found = 1;
drivers/scsi/3w-9xxx.c
1449
if (found)
drivers/scsi/3w-sas.c
527
int found = 0;
drivers/scsi/3w-sas.c
531
while (!found) {
drivers/scsi/3w-sas.c
542
found = 1;
drivers/scsi/3w-xxxx.c
686
int found = 0, table_max = 0;
drivers/scsi/3w-xxxx.c
819
found = 1;
drivers/scsi/3w-xxxx.c
821
if (found == 0) {
drivers/scsi/aacraid/linit.c
687
int count, found;
drivers/scsi/aacraid/linit.c
706
found = 0;
drivers/scsi/aacraid/linit.c
712
found = 1;
drivers/scsi/aacraid/linit.c
716
if (!found)
drivers/scsi/aic7xxx/aic79xx_core.c
3055
int found;
drivers/scsi/aic7xxx/aic79xx_core.c
3090
found = ahd_abort_scbs(ahd, target, 'A', saved_lun,
drivers/scsi/aic7xxx/aic79xx_core.c
3093
printk("found == 0x%x\n", found);
drivers/scsi/aic7xxx/aic79xx_core.c
3297
int found;
drivers/scsi/aic7xxx/aic79xx_core.c
3355
found = ahd_reset_channel(ahd, 'A', TRUE);
drivers/scsi/aic7xxx/aic79xx_core.c
3357
"%d SCBs aborted\n", ahd_name(ahd), 'A', found);
drivers/scsi/aic7xxx/aic79xx_core.c
5019
int found;
drivers/scsi/aic7xxx/aic79xx_core.c
5022
found = FALSE;
drivers/scsi/aic7xxx/aic79xx_core.c
5035
found = TRUE;
drivers/scsi/aic7xxx/aic79xx_core.c
5037
found = TRUE;
drivers/scsi/aic7xxx/aic79xx_core.c
5052
found = TRUE;
drivers/scsi/aic7xxx/aic79xx_core.c
5056
if (found)
drivers/scsi/aic7xxx/aic79xx_core.c
5059
return (found);
drivers/scsi/aic7xxx/aic79xx_core.c
5894
int found;
drivers/scsi/aic7xxx/aic79xx_core.c
5896
found = ahd_abort_scbs(ahd, devinfo->target, devinfo->channel,
drivers/scsi/aic7xxx/aic79xx_core.c
5946
message, devinfo->channel, devinfo->target, found);
drivers/scsi/aic7xxx/aic79xx_core.c
6673
goto found;
drivers/scsi/aic7xxx/aic79xx_core.c
6690
found:
drivers/scsi/aic7xxx/aic79xx_core.c
8117
int found;
drivers/scsi/aic7xxx/aic79xx_core.c
8139
found = 0;
drivers/scsi/aic7xxx/aic79xx_core.c
8167
found++;
drivers/scsi/aic7xxx/aic79xx_core.c
8248
found += ahd_search_scb_list(ahd, target, channel,
drivers/scsi/aic7xxx/aic79xx_core.c
8263
found++;
drivers/scsi/aic7xxx/aic79xx_core.c
8326
return (found);
drivers/scsi/aic7xxx/aic79xx_core.c
8339
int found;
drivers/scsi/aic7xxx/aic79xx_core.c
8342
found = 0;
drivers/scsi/aic7xxx/aic79xx_core.c
8368
found++;
drivers/scsi/aic7xxx/aic79xx_core.c
8388
if (found > AHD_SCB_MAX)
drivers/scsi/aic7xxx/aic79xx_core.c
8393
ahd_outw(ahd, CMDS_PENDING, ahd_inw(ahd, CMDS_PENDING) - found);
drivers/scsi/aic7xxx/aic79xx_core.c
8394
return (found);
drivers/scsi/aic7xxx/aic79xx_core.c
8496
int found;
drivers/scsi/aic7xxx/aic79xx_core.c
8503
found = ahd_search_qinfifo(ahd, target, channel, lun, SCB_LIST_NULL,
drivers/scsi/aic7xxx/aic79xx_core.c
8573
found++;
drivers/scsi/aic7xxx/aic79xx_core.c
8579
return found;
drivers/scsi/aic7xxx/aic79xx_core.c
8619
int found;
drivers/scsi/aic7xxx/aic79xx_core.c
8705
found = ahd_abort_scbs(ahd, CAM_TARGET_WILDCARD, channel,
drivers/scsi/aic7xxx/aic79xx_core.c
8780
return (found);
drivers/scsi/aic7xxx/aic79xx_osm.c
869
int found;
drivers/scsi/aic7xxx/aic79xx_osm.c
880
found = ahd_reset_channel(ahd, scmd_channel(cmd) + 'A',
drivers/scsi/aic7xxx/aic79xx_osm.c
886
"%d SCBs aborted.\n", ahd_name(ahd), found);
drivers/scsi/aic7xxx/aic7xxx_core.c
3121
int found;
drivers/scsi/aic7xxx/aic7xxx_core.c
3178
found = ahc_reset_channel(ahc, 'A', TRUE);
drivers/scsi/aic7xxx/aic7xxx_core.c
3180
"%d SCBs aborted\n", ahc_name(ahc), 'A', found);
drivers/scsi/aic7xxx/aic7xxx_core.c
3514
int found;
drivers/scsi/aic7xxx/aic7xxx_core.c
3517
found = FALSE;
drivers/scsi/aic7xxx/aic7xxx_core.c
3530
found = TRUE;
drivers/scsi/aic7xxx/aic7xxx_core.c
3532
found = TRUE;
drivers/scsi/aic7xxx/aic7xxx_core.c
3545
found = TRUE;
drivers/scsi/aic7xxx/aic7xxx_core.c
3549
if (found)
drivers/scsi/aic7xxx/aic7xxx_core.c
3552
return (found);
drivers/scsi/aic7xxx/aic7xxx_core.c
4304
int found;
drivers/scsi/aic7xxx/aic7xxx_core.c
4306
found = ahc_abort_scbs(ahc, devinfo->target, devinfo->channel,
drivers/scsi/aic7xxx/aic7xxx_core.c
4347
message, devinfo->channel, devinfo->target, found);
drivers/scsi/aic7xxx/aic7xxx_core.c
5810
int found;
drivers/scsi/aic7xxx/aic7xxx_core.c
5821
found = 0;
drivers/scsi/aic7xxx/aic7xxx_core.c
5851
found++;
drivers/scsi/aic7xxx/aic7xxx_core.c
5890
&& (found != 0)
drivers/scsi/aic7xxx/aic7xxx_core.c
5908
found, qinstart, ahc->qinfifonext);
drivers/scsi/aic7xxx/aic7xxx_core.c
5962
found++;
drivers/scsi/aic7xxx/aic7xxx_core.c
5996
found += ahc_search_untagged_queues(ahc, /*ahc_io_ctx_t*/NULL, target,
drivers/scsi/aic7xxx/aic7xxx_core.c
6001
return (found);
drivers/scsi/aic7xxx/aic7xxx_core.c
6011
int found;
drivers/scsi/aic7xxx/aic7xxx_core.c
6022
found = 0;
drivers/scsi/aic7xxx/aic7xxx_core.c
6069
found++;
drivers/scsi/aic7xxx/aic7xxx_core.c
6099
return (found);
drivers/scsi/aic7xxx/aic7xxx_core.c
6277
int found;
drivers/scsi/aic7xxx/aic7xxx_core.c
6288
found = ahc_search_qinfifo(ahc, target, channel, lun, SCB_LIST_NULL,
drivers/scsi/aic7xxx/aic7xxx_core.c
6388
found++;
drivers/scsi/aic7xxx/aic7xxx_core.c
6394
return found;
drivers/scsi/aic7xxx/aic7xxx_core.c
6424
int found;
drivers/scsi/aic7xxx/aic7xxx_core.c
6518
found = ahc_abort_scbs(ahc, CAM_TARGET_WILDCARD, channel,
drivers/scsi/aic7xxx/aic7xxx_core.c
6579
return found;
drivers/scsi/aic7xxx/aic7xxx_osm.c
759
int found;
drivers/scsi/aic7xxx/aic7xxx_osm.c
765
found = ahc_reset_channel(ahc, scmd_channel(cmd) + 'A',
drivers/scsi/aic7xxx/aic7xxx_osm.c
771
"%d SCBs aborted.\n", ahc_name(ahc), found);
drivers/scsi/arm/queue.c
265
int found = 0;
drivers/scsi/arm/queue.c
271
found = 1;
drivers/scsi/arm/queue.c
277
return found;
drivers/scsi/arm/queue.c
291
int found = 0;
drivers/scsi/arm/queue.c
298
found = 1;
drivers/scsi/arm/queue.c
304
return found;
drivers/scsi/bfa/bfa_fcs_lport.c
4963
u8 found = 0;
drivers/scsi/bfa/bfa_fcs_lport.c
4986
found = 1;
drivers/scsi/bfa/bfa_fcs_lport.c
4989
if (found) {
drivers/scsi/bfa/bfa_fcs_lport.c
4990
found = 0;
drivers/scsi/bfa/bfa_fcs_lport.c
5538
bfa_boolean_t nsquery = BFA_FALSE, found;
drivers/scsi/bfa/bfa_fcs_lport.c
5558
found = BFA_FALSE;
drivers/scsi/bfa/bfa_fcs_lport.c
5561
found = BFA_TRUE;
drivers/scsi/bfa/bfa_fcs_lport.c
5567
if (found) {
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
1193
bool found = false;
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
1198
found = true;
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
1202
if (!found) {
drivers/scsi/csiostor/csio_hw.c
793
goto found;
drivers/scsi/csiostor/csio_hw.c
870
found:
drivers/scsi/elx/efct/efct_io.c
177
u8 found = false;
drivers/scsi/elx/efct/efct_io.c
184
found = true;
drivers/scsi/elx/efct/efct_io.c
189
return found ? io : NULL;
drivers/scsi/esas2r/esas2r_main.c
910
bool found = false;
drivers/scsi/esas2r/esas2r_main.c
964
found = true;
drivers/scsi/esas2r/esas2r_main.c
970
if (!found)
drivers/scsi/fcoe/fcoe_ctlr.c
1025
int found = 0;
drivers/scsi/fcoe/fcoe_ctlr.c
1038
found = 1;
drivers/scsi/fcoe/fcoe_ctlr.c
1042
if (!found) {
drivers/scsi/fcoe/fcoe_ctlr.c
1083
if (!found)
drivers/scsi/fnic/fip.c
617
int found = false;
drivers/scsi/fnic/fip.c
652
found = true;
drivers/scsi/fnic/fip.c
656
if (!found)
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4065
bool found = false;
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4084
found = true;
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4089
if (!found)
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4140
bool found = false;
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4159
found = true;
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4164
if (!found)
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4272
bool found = false;
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4291
found = true;
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4296
if (!found)
drivers/scsi/hpsa.c
1202
int i, found = 0;
drivers/scsi/hpsa.c
1217
found = 1;
drivers/scsi/hpsa.c
1219
return !found;
drivers/scsi/ibmvscsi/ibmvfc.c
3088
unsigned int found;
drivers/scsi/ibmvscsi/ibmvfc.c
3104
found = 0;
drivers/scsi/ibmvscsi/ibmvfc.c
3107
found++;
drivers/scsi/ibmvscsi/ibmvfc.c
3112
if (found && tgt->action == IBMVFC_TGT_ACTION_LOGOUT_DELETED_RPORT) {
drivers/scsi/ipr.c
1104
int found = 0;
drivers/scsi/ipr.c
1133
found = 1;
drivers/scsi/ipr.c
1138
if (!found) {
drivers/scsi/ipr.c
7006
int entries, found, flag, i;
drivers/scsi/ipr.c
7031
found = 0;
drivers/scsi/ipr.c
7036
found = 1;
drivers/scsi/ipr.c
7041
if (!found) {
drivers/scsi/ipr.c
7047
found = 1;
drivers/scsi/ipr.c
7056
if (found)
drivers/scsi/libsas/sas_expander.c
1848
struct domain_device *child, *n, *found = NULL;
drivers/scsi/libsas/sas_expander.c
1858
found = child;
drivers/scsi/libsas/sas_expander.c
1867
sas_device_set_phy(found, phy->port);
drivers/scsi/libsas/sas_scsi_host.c
797
goto found;
drivers/scsi/libsas/sas_scsi_host.c
802
found:
drivers/scsi/lpfc/lpfc_debugfs.c
283
int i, j, found, posted, low;
drivers/scsi/lpfc/lpfc_debugfs.c
336
found = 0;
drivers/scsi/lpfc/lpfc_debugfs.c
364
found = 1;
drivers/scsi/lpfc/lpfc_debugfs.c
369
if (!found) {
drivers/scsi/lpfc/lpfc_nvmet.c
1921
bool found = false;
drivers/scsi/lpfc/lpfc_nvmet.c
1943
found = true;
drivers/scsi/lpfc/lpfc_nvmet.c
1950
if (found) {
drivers/scsi/lpfc/lpfc_nvmet.c
214
bool found = false;
drivers/scsi/lpfc/lpfc_nvmet.c
221
found = true;
drivers/scsi/lpfc/lpfc_nvmet.c
225
if (found)
drivers/scsi/lpfc/lpfc_nvmet.c
236
bool found = false;
drivers/scsi/lpfc/lpfc_nvmet.c
243
found = true;
drivers/scsi/lpfc/lpfc_nvmet.c
247
if (found)
drivers/scsi/lpfc/lpfc_scsi.c
6571
bool found = false;
drivers/scsi/lpfc/lpfc_scsi.c
6596
if ((!found) &&
drivers/scsi/lpfc/lpfc_scsi.c
6618
found = true;
drivers/scsi/lpfc/lpfc_scsi.c
6619
} else if (found) {
drivers/scsi/lpfc/lpfc_scsi.c
6630
return found;
drivers/scsi/lpfc/lpfc_sli.c
1248
int found = 0;
drivers/scsi/lpfc/lpfc_sli.c
1271
while (!found) {
drivers/scsi/lpfc/lpfc_sli.c
1292
found = 1;
drivers/scsi/lpfc/lpfc_sli.c
18802
uint8_t found = 0;
drivers/scsi/lpfc/lpfc_sli.c
18847
while (!found) {
drivers/scsi/lpfc/lpfc_sli.c
18857
found = 1;
drivers/scsi/lpfc/lpfc_sli.c
18866
if (found)
drivers/scsi/lpfc/lpfc_sli.c
3557
int found = 0;
drivers/scsi/lpfc/lpfc_sli.c
3564
found = 1;
drivers/scsi/lpfc/lpfc_sli.c
3568
if (!found)
drivers/scsi/megaraid/megaraid_mbox.c
2386
int found;
drivers/scsi/megaraid/megaraid_mbox.c
2470
found = 0;
drivers/scsi/megaraid/megaraid_mbox.c
2477
found = 1;
drivers/scsi/megaraid/megaraid_mbox.c
2494
if (!found) {
drivers/scsi/megaraid/megaraid_sas_base.c
2479
int i, j, retval = 0, found = 0, doscan = 0;
drivers/scsi/megaraid/megaraid_sas_base.c
2563
found = 0;
drivers/scsi/megaraid/megaraid_sas_base.c
2568
found = 1;
drivers/scsi/megaraid/megaraid_sas_base.c
2579
if (!found && newmap->policy[thisVf] !=
drivers/scsi/megaraid/megaraid_sas_base.c
2592
found = 0;
drivers/scsi/megaraid/megaraid_sas_base.c
2596
found = 1;
drivers/scsi/megaraid/megaraid_sas_base.c
2607
if (!found && savedmap->policy[thisVf] !=
drivers/scsi/megaraid/megaraid_sas_fusion.c
4447
int i, found = 0;
drivers/scsi/megaraid/megaraid_sas_fusion.c
4462
found = 1;
drivers/scsi/megaraid/megaraid_sas_fusion.c
4467
return found ? FAILED : SUCCESS;
drivers/scsi/mpi3mr/mpi3mr_transport.c
1527
u8 found = 0;
drivers/scsi/mpi3mr/mpi3mr_transport.c
1547
found = 1;
drivers/scsi/mpi3mr/mpi3mr_transport.c
1553
if (!found) {
drivers/scsi/mpi3mr/mpi3mr_transport.c
1709
int i, j, found, host_port_count = 0, port_idx;
drivers/scsi/mpi3mr/mpi3mr_transport.c
1738
found = 0;
drivers/scsi/mpi3mr/mpi3mr_transport.c
1742
found = 1;
drivers/scsi/mpi3mr/mpi3mr_transport.c
1746
if (found)
drivers/scsi/mpt3sas/mpt3sas_ctl.c
584
bool found = false;
drivers/scsi/mpt3sas/mpt3sas_ctl.c
604
for (smid = ioc->scsiio_depth; smid && !found; smid--) {
drivers/scsi/mpt3sas/mpt3sas_ctl.c
628
found = tm_request->TaskMID == task_mid;
drivers/scsi/mpt3sas/mpt3sas_ctl.c
631
if (!found) {
drivers/scsi/mpt3sas/mpt3sas_scsih.c
6270
u8 found = 0, port_id;
drivers/scsi/mpt3sas/mpt3sas_scsih.c
6349
found = 0;
drivers/scsi/mpt3sas/mpt3sas_scsih.c
6439
found = 1;
drivers/scsi/mpt3sas/mpt3sas_scsih.c
6442
if (found)
drivers/scsi/mpt3sas/mpt3sas_scsih.c
6467
u8 found = 0, port_count = 0, port_id;
drivers/scsi/mpt3sas/mpt3sas_scsih.c
6484
found = 0;
drivers/scsi/mpt3sas/mpt3sas_scsih.c
6502
found = 1;
drivers/scsi/mpt3sas/mpt3sas_scsih.c
6507
if (found)
drivers/scsi/mpt3sas/mpt3sas_scsih.c
6613
u32 i, found = 0;
drivers/scsi/mpt3sas/mpt3sas_scsih.c
6622
found = 1;
drivers/scsi/mpt3sas/mpt3sas_scsih.c
6626
if (!found)
drivers/scsi/mpt3sas/mpt3sas_transport.c
895
u8 found = 0;
drivers/scsi/mpt3sas/mpt3sas_transport.c
916
found = 1;
drivers/scsi/mpt3sas/mpt3sas_transport.c
921
if (!found) {
drivers/scsi/mvumi.c
1554
int found = 0;
drivers/scsi/mvumi.c
1572
found = mvumi_match_devices(mhba, id, wwid);
drivers/scsi/mvumi.c
1573
if (!found) {
drivers/scsi/mvumi.c
1591
} else if (found == -1)
drivers/scsi/pmcraid.c
5008
int found, rc, i;
drivers/scsi/pmcraid.c
5037
found = 0;
drivers/scsi/pmcraid.c
5048
found = 1;
drivers/scsi/pmcraid.c
5054
if (!found) {
drivers/scsi/pmcraid.c
5061
found = 1;
drivers/scsi/pmcraid.c
5074
if (found) {
drivers/scsi/qedi/qedi_fw.c
735
int found = 0;
drivers/scsi/qedi/qedi_fw.c
764
found = 1;
drivers/scsi/qedi/qedi_fw.c
776
if (!found)
drivers/scsi/qedi/qedi_main.c
1001
found = 1;
drivers/scsi/qedi/qedi_main.c
1009
found = 1;
drivers/scsi/qedi/qedi_main.c
1015
if (found) {
drivers/scsi/qedi/qedi_main.c
946
u32 pri_ctrl_flags = 0, sec_ctrl_flags = 0, found = 0;
drivers/scsi/qla1280.c
816
int i, found;
drivers/scsi/qla1280.c
848
found = -1;
drivers/scsi/qla1280.c
851
found = i;
drivers/scsi/qla1280.c
857
if (found < 0) { /* driver doesn't have command */
drivers/scsi/qla1280.c
876
if (found >= 0)
drivers/scsi/qla1280.c
877
qla1280_abort_command(ha, sp, found);
drivers/scsi/qla1280.c
916
if (found >= 0)
drivers/scsi/qla2xxx/qla_bsg.c
1329
int found = 0;
drivers/scsi/qla2xxx/qla_bsg.c
1353
found = 1;
drivers/scsi/qla2xxx/qla_bsg.c
1357
if (!found) {
drivers/scsi/qla2xxx/qla_bsg.c
3095
bool found, do_bsg_done;
drivers/scsi/qla2xxx/qla_bsg.c
3107
found = do_bsg_done = false;
drivers/scsi/qla2xxx/qla_bsg.c
3120
found = true;
drivers/scsi/qla2xxx/qla_bsg.c
3127
if (!found)
drivers/scsi/qla2xxx/qla_edif.c
1552
int found = 0;
drivers/scsi/qla2xxx/qla_edif.c
1588
found = 1;
drivers/scsi/qla2xxx/qla_edif.c
1595
if (!found) {
drivers/scsi/qla2xxx/qla_gs.c
3108
bool found;
drivers/scsi/qla2xxx/qla_gs.c
3161
found = false;
drivers/scsi/qla2xxx/qla_gs.c
3198
found = true;
drivers/scsi/qla2xxx/qla_gs.c
3224
if (!found) {
drivers/scsi/qla2xxx/qla_gs.c
3341
u8 found;
drivers/scsi/qla2xxx/qla_gs.c
3380
found = 0;
drivers/scsi/qla2xxx/qla_gs.c
3389
found = 1;
drivers/scsi/qla2xxx/qla_gs.c
3395
if (!found) {
drivers/scsi/qla2xxx/qla_init.c
1033
bool found = false;
drivers/scsi/qla2xxx/qla_init.c
1094
found = false;
drivers/scsi/qla2xxx/qla_init.c
1098
found = true;
drivers/scsi/qla2xxx/qla_init.c
1108
if (!found && wwn && !IS_SW_RESV_ADDR(id)) {
drivers/scsi/qla2xxx/qla_init.c
5869
int found;
drivers/scsi/qla2xxx/qla_init.c
5991
found = 0;
drivers/scsi/qla2xxx/qla_init.c
6012
found++;
drivers/scsi/qla2xxx/qla_init.c
6016
if (!found) {
drivers/scsi/qla2xxx/qla_init.c
6480
int found;
drivers/scsi/qla2xxx/qla_init.c
6635
found = 0;
drivers/scsi/qla2xxx/qla_init.c
6643
found++;
drivers/scsi/qla2xxx/qla_init.c
6700
if (found && NVME_TARGET(vha->hw, fcport)) {
drivers/scsi/qla2xxx/qla_init.c
6708
if (found) {
drivers/scsi/qla2xxx/qla_init.c
726
u16 i, n, found = 0, loop_id;
drivers/scsi/qla2xxx/qla_init.c
786
found = 1;
drivers/scsi/qla2xxx/qla_init.c
944
if (!found) {
drivers/scsi/qla2xxx/qla_mbx.c
4044
int found;
drivers/scsi/qla2xxx/qla_mbx.c
4201
found = 0;
drivers/scsi/qla2xxx/qla_mbx.c
4205
found = 1;
drivers/scsi/qla2xxx/qla_mbx.c
4211
if (!found)
drivers/scsi/qla2xxx/qla_mr.c
1100
int found;
drivers/scsi/qla2xxx/qla_mr.c
1140
found = 0;
drivers/scsi/qla2xxx/qla_mr.c
1146
found++;
drivers/scsi/qla2xxx/qla_mr.c
1196
if (found)
drivers/scsi/qla2xxx/qla_os.c
1339
bool found;
drivers/scsi/qla2xxx/qla_os.c
1345
found = false;
drivers/scsi/qla2xxx/qla_os.c
1395
found = true;
drivers/scsi/qla2xxx/qla_os.c
1399
if (!found)
drivers/scsi/qla2xxx/qla_target.c
2511
uint8_t found = 0;
drivers/scsi/qla2xxx/qla_target.c
2525
found = 1;
drivers/scsi/qla2xxx/qla_target.c
2530
if (found) {
drivers/scsi/scsi_debug.c
8124
bool found;
drivers/scsi/scsi_debug.c
8134
found = false;
drivers/scsi/scsi_debug.c
8139
found = true;
drivers/scsi/scsi_debug.c
8142
if (found) /* re-use case */
drivers/scsi/scsi_dh.c
100
return found;
drivers/scsi/scsi_dh.c
90
struct scsi_device_handler *tmp, *found = NULL;
drivers/scsi/scsi_dh.c
95
found = tmp;
drivers/scsi/scsi_scan.c
531
goto found;
drivers/scsi/scsi_scan.c
553
found:
drivers/scsi/scsi_transport_iscsi.c
3230
int found = 0;
drivers/scsi/scsi_transport_iscsi.c
3235
found = 1;
drivers/scsi/scsi_transport_iscsi.c
3241
return found;
drivers/scsi/virtio_scsi.c
763
int found = 0;
drivers/scsi/virtio_scsi.c
770
found++;
drivers/scsi/virtio_scsi.c
775
return found;
drivers/soc/fsl/qbman/qman.c
2642
int found = 0;
drivers/soc/fsl/qbman/qman.c
2648
found = 1;
drivers/soc/fsl/qbman/qman.c
2654
return found;
drivers/soc/fsl/qbman/qman.c
2661
int found = 0;
drivers/soc/fsl/qbman/qman.c
2672
found = 1;
drivers/soc/fsl/qbman/qman.c
2678
return found;
drivers/soc/ixp4xx/ixp4xx-npe.c
687
int i, found = 0;
drivers/soc/ixp4xx/ixp4xx-npe.c
726
found++;
drivers/soc/ixp4xx/ixp4xx-npe.c
729
if (!found)
drivers/soc/qcom/smem.c
964
bool found = false;
drivers/soc/qcom/smem.c
987
found = true;
drivers/soc/qcom/smem.c
992
if (!found) {
drivers/soc/qcom/spm.c
391
bool found;
drivers/soc/qcom/spm.c
401
found = (saw_node == dev->of_node);
drivers/soc/qcom/spm.c
405
if (found)
drivers/soc/qcom/spm.c
423
bool found;
drivers/soc/qcom/spm.c
459
&found);
drivers/soc/ti/knav_qmss_queue.c
1558
bool found = false;
drivers/soc/ti/knav_qmss_queue.c
1567
found = true;
drivers/soc/ti/knav_qmss_queue.c
1573
if (!found) {
drivers/soundwire/bus.c
830
bool found;
drivers/soundwire/bus.c
864
found = false;
drivers/soundwire/bus.c
868
found = true;
drivers/soundwire/bus.c
900
if (!found) {
drivers/soundwire/qcom.c
643
bool found;
drivers/soundwire/qcom.c
667
found = false;
drivers/soundwire/qcom.c
676
found = true;
drivers/soundwire/qcom.c
681
if (!found) {
drivers/spi/spi-aspeed-smc.c
1258
bool found = false;
drivers/spi/spi-aspeed-smc.c
1263
found = true;
drivers/spi/spi-aspeed-smc.c
1268
if (found) {
drivers/spi/spi-aspeed-smc.c
1274
found ? "yes" : "no", hclk_clk, max_hz);
drivers/spi/spi-aspeed-smc.c
1276
if (found) {
drivers/spi/spi-aspeed-smc.c
1291
bool found = false;
drivers/spi/spi-aspeed-smc.c
1296
found = true;
drivers/spi/spi-aspeed-smc.c
1302
if (found) {
drivers/spi/spi-aspeed-smc.c
1309
found = true;
drivers/spi/spi-aspeed-smc.c
1315
if (found)
drivers/spi/spi-aspeed-smc.c
1320
found ? "yes" : "no", hclk_clk, max_hz);
drivers/spi/spi-aspeed-smc.c
1322
if (found) {
drivers/spi/spi-aspeed-smc.c
1337
bool found = false;
drivers/spi/spi-aspeed-smc.c
1347
found = true;
drivers/spi/spi-aspeed-smc.c
1352
if (found) {
drivers/spi/spi-aspeed-smc.c
1360
found ? "yes" : "no", hclk_clk, max_hz);
drivers/spi/spi-aspeed-smc.c
1362
if (found) {
drivers/spi/spi-pl022.c
1492
best_scr = 0, tmp, found = 0;
drivers/spi/spi-pl022.c
1516
while ((cpsdvsr <= CPSDVR_MAX) && !found) {
drivers/spi/spi-pl022.c
1536
found = 1;
drivers/spi/spi.c
3616
struct spi_controller *found;
drivers/spi/spi.c
3627
found = idr_find(&spi_controller_idr, id);
drivers/spi/spi.c
3641
if (found == ctlr)
drivers/ssb/main.c
66
goto found;
drivers/ssb/main.c
69
found:
drivers/ssb/main.c
85
goto found;
drivers/ssb/main.c
88
found:
drivers/staging/media/atomisp/pci/hmm/hmm_bo.c
597
goto found;
drivers/staging/media/atomisp/pci/hmm/hmm_bo.c
601
found:
drivers/staging/media/atomisp/pci/sh_css.c
389
unsigned int i, found = 0;
drivers/staging/media/atomisp/pci/sh_css.c
397
for (i = 0; i < ARRAY_SIZE(yuv420_copy_formats) && !found; i++)
drivers/staging/media/atomisp/pci/sh_css.c
398
found = (out_fmt == yuv420_copy_formats[i]);
drivers/staging/media/atomisp/pci/sh_css.c
402
found = (out_fmt == IA_CSS_FRAME_FORMAT_YUV420_16);
drivers/staging/media/atomisp/pci/sh_css.c
405
for (i = 0; i < ARRAY_SIZE(yuv422_copy_formats) && !found; i++)
drivers/staging/media/atomisp/pci/sh_css.c
406
found = (out_fmt == yuv422_copy_formats[i]);
drivers/staging/media/atomisp/pci/sh_css.c
410
found = (out_fmt == IA_CSS_FRAME_FORMAT_YUV422_16 ||
drivers/staging/media/atomisp/pci/sh_css.c
416
found = (out_fmt == IA_CSS_FRAME_FORMAT_RGBA888 ||
drivers/staging/media/atomisp/pci/sh_css.c
421
found = (out_fmt == IA_CSS_FRAME_FORMAT_RGBA888 ||
drivers/staging/media/atomisp/pci/sh_css.c
431
found = (out_fmt == IA_CSS_FRAME_FORMAT_RAW) ||
drivers/staging/media/atomisp/pci/sh_css.c
435
found = (out_fmt == IA_CSS_FRAME_FORMAT_BINARY_8);
drivers/staging/media/atomisp/pci/sh_css.c
440
if (!found)
drivers/staging/media/atomisp/pci/sh_css.c
4415
int found = 0;
drivers/staging/media/atomisp/pci/sh_css.c
4429
for (i = 0; i < number_of_formats && !found; i++) {
drivers/staging/media/atomisp/pci/sh_css.c
4431
found = 1;
drivers/staging/media/atomisp/pci/sh_css.c
4435
if (!found) {
drivers/staging/media/av7110/av7110_av.c
613
int found = 0;
drivers/staging/media/av7110/av7110_av.c
617
while (c < length - 3 && !found) {
drivers/staging/media/av7110/av7110_av.c
632
found = 1;
drivers/staging/media/av7110/av7110_av.c
643
if (c == length - 3 && !found) {
drivers/staging/media/av7110/av7110_ipack.c
108
if (p->plength != MMAX_PLENGTH - 6 || p->found <= 6)
drivers/staging/media/av7110/av7110_ipack.c
110
p->plength = p->found - 6;
drivers/staging/media/av7110/av7110_ipack.c
111
p->found = 0;
drivers/staging/media/av7110/av7110_ipack.c
145
(p->mpeg == 1 && p->found < 7) ||
drivers/staging/media/av7110/av7110_ipack.c
146
(p->mpeg == 2 && p->found < 9)) &&
drivers/staging/media/av7110/av7110_ipack.c
147
(p->found < 5 || !p->done)) {
drivers/staging/media/av7110/av7110_ipack.c
148
switch (p->found) {
drivers/staging/media/av7110/av7110_ipack.c
152
p->found++;
drivers/staging/media/av7110/av7110_ipack.c
154
p->found = 0;
drivers/staging/media/av7110/av7110_ipack.c
159
p->found++;
drivers/staging/media/av7110/av7110_ipack.c
161
p->found = 2;
drivers/staging/media/av7110/av7110_ipack.c
163
p->found = 0;
drivers/staging/media/av7110/av7110_ipack.c
182
p->found++;
drivers/staging/media/av7110/av7110_ipack.c
187
p->found = 0;
drivers/staging/media/av7110/av7110_ipack.c
198
p->found += 2;
drivers/staging/media/av7110/av7110_ipack.c
202
p->found++;
drivers/staging/media/av7110/av7110_ipack.c
209
p->found++;
drivers/staging/media/av7110/av7110_ipack.c
216
p->found++;
drivers/staging/media/av7110/av7110_ipack.c
232
p->found++;
drivers/staging/media/av7110/av7110_ipack.c
240
p->found++;
drivers/staging/media/av7110/av7110_ipack.c
252
if (!(p->done || ((p->mpeg == 2 && p->found >= 9) ||
drivers/staging/media/av7110/av7110_ipack.c
253
(p->mpeg == 1 && p->found >= 7))))
drivers/staging/media/av7110/av7110_ipack.c
260
if (p->mpeg == 2 && p->found == 9) {
drivers/staging/media/av7110/av7110_ipack.c
266
if (p->mpeg == 1 && p->found == 7)
drivers/staging/media/av7110/av7110_ipack.c
269
if (p->mpeg == 2 && (p->flag2 & PTS_ONLY) && p->found < 14) {
drivers/staging/media/av7110/av7110_ipack.c
270
while (c < count && p->found < 14) {
drivers/staging/media/av7110/av7110_ipack.c
271
p->pts[p->found - 9] = buf[c];
drivers/staging/media/av7110/av7110_ipack.c
274
p->found++;
drivers/staging/media/av7110/av7110_ipack.c
281
if (p->found == 7) {
drivers/staging/media/av7110/av7110_ipack.c
290
p->found++;
drivers/staging/media/av7110/av7110_ipack.c
301
p->found++;
drivers/staging/media/av7110/av7110_ipack.c
310
p->found++;
drivers/staging/media/av7110/av7110_ipack.c
321
p->found++;
drivers/staging/media/av7110/av7110_ipack.c
342
p->found++;
drivers/staging/media/av7110/av7110_ipack.c
354
p->found++;
drivers/staging/media/av7110/av7110_ipack.c
365
while (c < count && p->found < p->plength + 6) {
drivers/staging/media/av7110/av7110_ipack.c
367
if (l + p->found > p->plength + 6)
drivers/staging/media/av7110/av7110_ipack.c
368
l = p->plength + 6 - p->found;
drivers/staging/media/av7110/av7110_ipack.c
370
p->found += l;
drivers/staging/media/av7110/av7110_ipack.c
377
if (p->found + count - c < p->plength + 6) {
drivers/staging/media/av7110/av7110_ipack.c
378
p->found += count - c;
drivers/staging/media/av7110/av7110_ipack.c
381
c += p->plength + 6 - p->found;
drivers/staging/media/av7110/av7110_ipack.c
382
p->found = p->plength + 6;
drivers/staging/media/av7110/av7110_ipack.c
386
if (p->plength && p->found == p->plength + 6) {
drivers/staging/media/av7110/av7110_ipack.c
9
p->found = 0;
drivers/staging/media/av7110/dvb_filter.c
26
int found = 0;
drivers/staging/media/av7110/dvb_filter.c
31
while (!found && c < count) {
drivers/staging/media/av7110/dvb_filter.c
35
found = 1;
drivers/staging/media/av7110/dvb_filter.c
40
if (!found)
drivers/staging/media/av7110/dvb_filter.h
128
int found;
drivers/staging/rtl8723bs/core/rtw_mlme.c
372
struct wlan_network *found = NULL;
drivers/staging/rtl8723bs/core/rtw_mlme.c
376
found = list_entry(plist, struct wlan_network, list);
drivers/staging/rtl8723bs/core/rtw_mlme.c
378
if (is_same_network(&network->network, &found->network, 0))
drivers/staging/rtl8723bs/core/rtw_mlme.c
383
found = NULL;
drivers/staging/rtl8723bs/core/rtw_mlme.c
385
return found;
drivers/target/iscsi/cxgbit/cxgbit_cm.c
276
bool found = false;
drivers/target/iscsi/cxgbit/cxgbit_cm.c
281
found = true;
drivers/target/iscsi/cxgbit/cxgbit_cm.c
285
if (!found)
drivers/target/iscsi/cxgbit/cxgbit_cm.c
581
bool found = false;
drivers/target/iscsi/cxgbit/cxgbit_cm.c
586
found = true;
drivers/target/iscsi/cxgbit/cxgbit_cm.c
590
if (!found)
drivers/target/iscsi/iscsi_target.c
2704
bool found = false;
drivers/target/iscsi/iscsi_target.c
2715
found = true;
drivers/target/iscsi/iscsi_target.c
2720
if (!found)
drivers/target/sbp/sbp_target.c
101
found = login;
drivers/target/sbp/sbp_target.c
105
return found;
drivers/target/sbp/sbp_target.c
142
struct sbp_login_descriptor *login, *found = NULL;
drivers/target/sbp/sbp_target.c
151
found = login;
drivers/target/sbp/sbp_target.c
157
return found;
drivers/target/sbp/sbp_target.c
80
struct sbp_session *sess, *found = NULL;
drivers/target/sbp/sbp_target.c
86
found = sess;
drivers/target/sbp/sbp_target.c
90
return found;
drivers/target/sbp/sbp_target.c
96
struct sbp_login_descriptor *login, *found = NULL;
drivers/target/target_core_alua.c
320
bool found = false;
drivers/target/target_core_alua.c
379
found = true;
drivers/target/target_core_alua.c
410
found = true;
drivers/target/target_core_alua.c
418
if (!found) {
drivers/target/target_core_hba.c
101
found:
drivers/target/target_core_hba.c
97
goto found;
drivers/target/target_core_tpg.c
227
bool found = false;
drivers/target/target_core_tpg.c
232
found = true;
drivers/target/target_core_tpg.c
238
return found;
drivers/thermal/thermal_core.c
1667
unsigned int found = 0;
drivers/thermal/thermal_core.c
1676
found++;
drivers/thermal/thermal_core.c
1680
if (!found)
drivers/thermal/thermal_core.c
1684
if (found > 1)
drivers/tty/n_tty.c
1998
int found = 0;
drivers/tty/n_tty.c
2015
found = eol != more;
drivers/tty/n_tty.c
2017
found = eol != size;
drivers/tty/n_tty.c
2022
c = n + found;
drivers/tty/n_tty.c
2024
if (!found || read_buf(ldata, eol) != __DISABLED_CHAR)
drivers/tty/n_tty.c
2031
if (found)
drivers/tty/n_tty.c
2035
if (found) {
drivers/tty/serdev/core.c
542
bool found = false;
drivers/tty/serdev/core.c
563
found = true;
drivers/tty/serdev/core.c
571
if (!found && !of_graph_is_present(dev_of_node(&ctrl->dev)))
drivers/tty/serial/sh-sci.c
2633
goto found;
drivers/tty/serial/sh-sci.c
2637
found:
drivers/tty/tty_buffer.c
178
goto found;
drivers/tty/tty_buffer.c
191
found:
drivers/ufs/core/ufshcd.c
553
bool found = false;
drivers/ufs/core/ufshcd.c
568
found = true;
drivers/ufs/core/ufshcd.c
571
if (!found)
drivers/ufs/host/ufs-qcom.c
2461
bool found = false;
drivers/ufs/host/ufs-qcom.c
2471
found = true;
drivers/ufs/host/ufs-qcom.c
2478
if (!found) {
drivers/usb/cdns3/cdns3-gadget.c
2717
goto found;
drivers/usb/cdns3/cdns3-gadget.c
2724
goto found;
drivers/usb/cdns3/cdns3-gadget.c
2729
found:
drivers/usb/class/cdc-wdm.c
126
goto found;
drivers/usb/class/cdc-wdm.c
128
found:
drivers/usb/class/cdc-wdm.c
141
goto found;
drivers/usb/class/cdc-wdm.c
143
found:
drivers/usb/core/message.c
495
int i, found, retval;
drivers/usb/core/message.c
504
for (i = 0, found = 0; i < io->entries; i++) {
drivers/usb/core/message.c
507
if (found) {
drivers/usb/core/message.c
518
found = 1;
drivers/usb/gadget/udc/bdc/bdc_ep.c
220
bool found = false;
drivers/usb/gadget/udc/bdc/bdc_ep.c
241
found = true;
drivers/usb/gadget/udc/bdc/bdc_ep.c
245
if (unlikely(!found)) {
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1772
goto found;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1778
goto found;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1783
found:
drivers/usb/misc/usbtest.c
191
goto found;
drivers/usb/misc/usbtest.c
195
found:
drivers/usb/serial/iuu_phoenix.c
437
char found = 0x00;
drivers/usb/serial/iuu_phoenix.c
442
for (lQ = 2; lQ <= 47 && !found; lQ++)
drivers/usb/serial/iuu_phoenix.c
443
for (lP = 2055; lP >= 8 && !found; lP--)
drivers/usb/serial/iuu_phoenix.c
444
for (lDiv = 4; lDiv <= 127 && !found; lDiv++) {
drivers/usb/serial/iuu_phoenix.c
463
found = 0x01;
drivers/usb/typec/ucsi/ucsi_ccg.c
405
bool found = false;
drivers/usb/typec/ucsi/ucsi_ccg.c
458
found = true;
drivers/usb/typec/ucsi/ucsi_ccg.c
461
if (found) {
drivers/usb/typec/ucsi/ucsi_ccg.c
474
return found;
drivers/vfio/pci/mlx5/cmd.c
589
goto found;
drivers/vfio/pci/mlx5/cmd.c
603
found:
drivers/vfio/pci/mlx5/main.c
60
bool found = false;
drivers/vfio/pci/mlx5/main.c
73
found = true;
drivers/vfio/pci/mlx5/main.c
85
return found ? buf : NULL;
drivers/vfio/pci/virtio/migrate.c
177
goto found;
drivers/vfio/pci/virtio/migrate.c
189
found:
drivers/vfio/vfio_iommu_spapr_tce.c
109
bool found = false;
drivers/vfio/vfio_iommu_spapr_tce.c
121
found = true;
drivers/vfio/vfio_iommu_spapr_tce.c
126
if (!found)
drivers/vfio/vfio_iommu_spapr_tce.c
1322
bool found = false;
drivers/vfio/vfio_iommu_spapr_tce.c
1329
found = true;
drivers/vfio/vfio_iommu_spapr_tce.c
1334
if (!found) {
drivers/vhost/vhost.c
2709
unsigned int i = 0, count, found = 0;
drivers/vhost/vhost.c
2742
if (unlikely(++found > count)) {
drivers/vhost/vhost.c
2826
unsigned int i, head, found = 0;
drivers/vhost/vhost.c
2875
if (unlikely(++found > vq->num)) {
drivers/vhost/vsock.c
101
found = !!vhost_vsock_get(cid, net);
drivers/vhost/vsock.c
103
return found;
drivers/vhost/vsock.c
98
bool found;
drivers/video/backlight/backlight.c
433
bool found = false;
drivers/video/backlight/backlight.c
439
found = true;
drivers/video/backlight/backlight.c
445
return found ? bd : NULL;
drivers/video/fbdev/aty/radeon_base.c
777
goto found;
drivers/video/fbdev/aty/radeon_base.c
796
goto found;
drivers/video/fbdev/aty/radeon_base.c
805
goto found;
drivers/video/fbdev/aty/radeon_base.c
813
found:
drivers/video/fbdev/core/fbcon.c
2744
int i, j, found = 0;
drivers/video/fbdev/core/fbcon.c
2758
found = 1;
drivers/video/fbdev/core/fbcon.c
2762
return found;
drivers/video/fbdev/core/fbmon.c
1002
if (!found)
drivers/video/fbdev/core/fbmon.c
945
int i, found = 0;
drivers/video/fbdev/core/fbmon.c
997
found = 1;
drivers/video/fbdev/core/modedb.c
1062
int found = 0;
drivers/video/fbdev/core/modedb.c
1067
found = 1;
drivers/video/fbdev/core/modedb.c
1071
if (!found) {
drivers/video/fbdev/i740fb.c
1011
bool found = false;
drivers/video/fbdev/i740fb.c
1101
found = true;
drivers/video/fbdev/i740fb.c
1107
if (!mode_option && !found)
drivers/video/fbdev/i810/i810_main.c
1904
int found = 0;
drivers/video/fbdev/i810/i810_main.c
1939
found = 1;
drivers/video/fbdev/i810/i810_main.c
1943
if (!found) {
drivers/video/fbdev/i810/i810_main.c
1946
found = 1;
drivers/video/fbdev/i810/i810_main.c
1954
specs->modedb_len, (found) ? &mode : NULL,
drivers/video/fbdev/matrox/g450_pll.c
260
unsigned int found = 0;
drivers/video/fbdev/matrox/g450_pll.c
292
} else if (!found && g450_testpll(minfo, mnp, pll)) {
drivers/video/fbdev/matrox/g450_pll.c
294
found = 1;
drivers/video/fbdev/nvidia/nv_hw.c
246
int found, mclk_extra, mclk_loop, cbs, m1, p1;
drivers/video/fbdev/nvidia/nv_hw.c
285
found = 0;
drivers/video/fbdev/nvidia/nv_hw.c
287
while (found != 1) {
drivers/video/fbdev/nvidia/nv_hw.c
289
found = 1;
drivers/video/fbdev/nvidia/nv_hw.c
346
found = 0;
drivers/video/fbdev/nvidia/nv_hw.c
348
found = 1;
drivers/video/fbdev/nvidia/nv_hw.c
353
found = 0;
drivers/video/fbdev/nvidia/nv_hw.c
355
found = 1;
drivers/video/fbdev/nvidia/nv_hw.c
361
found = 0;
drivers/video/fbdev/nvidia/nv_hw.c
363
found = 1;
drivers/video/fbdev/nvidia/nv_hw.c
420
int found, mclk_extra, mclk_loop, cbs, m1;
drivers/video/fbdev/nvidia/nv_hw.c
488
found = 0;
drivers/video/fbdev/nvidia/nv_hw.c
489
while (found != 1) {
drivers/video/fbdev/nvidia/nv_hw.c
491
found = 1;
drivers/video/fbdev/nvidia/nv_hw.c
581
found = 0;
drivers/video/fbdev/nvidia/nv_hw.c
585
found = 1;
drivers/video/fbdev/nvidia/nv_hw.c
596
found = 0;
drivers/video/fbdev/nvidia/nv_hw.c
599
found = 1;
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
107
int r, found;
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
112
found = 0;
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
116
found = 1;
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
119
found = 1;
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
122
if (!found && sscanf(buf, "%u,%hu/%hu/%hu/%hu,%hu/%hu/%hu/%hu",
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
206
int found;
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
218
found = 0;
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
221
found = 1;
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
226
if (!found)
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
244
int t, found;
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
248
found = 0;
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
252
found = 1;
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
257
if (found)
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
281
int t, found;
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
285
found = 0;
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
289
found = 1;
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
294
if (found)
drivers/video/fbdev/riva/riva_hw.c
1013
found = 0;
drivers/video/fbdev/riva/riva_hw.c
1016
found = 1; /* Can't adjust anymore! */
drivers/video/fbdev/riva/riva_hw.c
1026
found = 0;
drivers/video/fbdev/riva/riva_hw.c
1028
found = 1; /* Can't adjust anymore! */
drivers/video/fbdev/riva/riva_hw.c
663
int found, mclk_extra, mclk_loop, cbs, m1, p1;
drivers/video/fbdev/riva/riva_hw.c
702
found = 0;
drivers/video/fbdev/riva/riva_hw.c
704
while (found != 1)
drivers/video/fbdev/riva/riva_hw.c
707
found = 1;
drivers/video/fbdev/riva/riva_hw.c
760
found = 0;
drivers/video/fbdev/riva/riva_hw.c
761
if (mclk_extra ==0) found = 1;
drivers/video/fbdev/riva/riva_hw.c
769
found = 0;
drivers/video/fbdev/riva/riva_hw.c
770
if (mclk_extra ==0) found = 1;
drivers/video/fbdev/riva/riva_hw.c
779
found = 0;
drivers/video/fbdev/riva/riva_hw.c
780
if (mclk_extra ==0) found = 1;
drivers/video/fbdev/riva/riva_hw.c
845
int found, mclk_extra, mclk_loop, cbs, m1;
drivers/video/fbdev/riva/riva_hw.c
917
found = 0;
drivers/video/fbdev/riva/riva_hw.c
918
while(found != 1) {
drivers/video/fbdev/riva/riva_hw.c
920
found = 1;
drivers/video/fbdev/s3fb.c
1199
bool found = false;
drivers/video/fbdev/s3fb.c
1376
found = true;
drivers/video/fbdev/s3fb.c
1382
if (!mode_option && !found)
drivers/video/fbdev/sis/sis_main.c
307
bool found = false;
drivers/video/fbdev/sis/sis_main.c
322
found = true;
drivers/video/fbdev/sis/sis_main.c
331
if(!found) {
drivers/video/fbdev/sm501fb.c
1965
int found = 0;
drivers/video/fbdev/sm501fb.c
1983
found = 1;
drivers/video/fbdev/sm501fb.c
1987
if (!found) {
drivers/video/fbdev/tdfxfb.c
1382
bool found;
drivers/video/fbdev/tdfxfb.c
1488
found = false;
drivers/video/fbdev/tdfxfb.c
1510
found = true;
drivers/video/fbdev/tdfxfb.c
1515
if (!mode_option && !found)
drivers/video/fbdev/tdfxfb.c
1526
if (found) {
drivers/video/fbdev/tridentfb.c
1468
bool found = false;
drivers/video/fbdev/tridentfb.c
1661
found = true;
drivers/video/fbdev/tridentfb.c
1667
if (!mode_option && !found)
drivers/virt/acrn/ioreq.c
384
struct acrn_ioreq_client *client, *found = NULL;
drivers/virt/acrn/ioreq.c
393
found = client;
drivers/virt/acrn/ioreq.c
398
if (found)
drivers/virt/acrn/ioreq.c
401
return found ? found : vm->default_client;
drivers/w1/masters/ds2490.c
700
int found = 0;
drivers/w1/masters/ds2490.c
763
found_ids[found++] = buf[i];
drivers/w1/masters/ds2490.c
768
if (found == search_limit) {
drivers/w1/masters/ds2490.c
780
if (found <= search_limit) {
drivers/w1/masters/ds2490.c
801
for (i = 0; i < found; i++) /* run callback for all queued up IDs */
drivers/w1/w1_int.c
109
found = 0;
drivers/w1/w1_int.c
112
found = 1;
drivers/w1/w1_int.c
116
} while (found);
drivers/w1/w1_int.c
221
struct w1_master *dev, *found = NULL;
drivers/w1/w1_int.c
228
found = dev;
drivers/w1/w1_int.c
233
if (!found) {
drivers/w1/w1_int.c
238
__w1_remove_master_device(found);
drivers/w1/w1_int.c
93
int id, found;
drivers/watchdog/mixcomwd.c
260
int i, ret, found = 0;
drivers/watchdog/mixcomwd.c
262
for (i = 0; !found && mixcomwd_io_info[i].ioport != 0; i++) {
drivers/watchdog/mixcomwd.c
265
found = 1;
drivers/watchdog/mixcomwd.c
270
if (!found) {
drivers/watchdog/pcwd.c
252
int i, found = 0, count = 0;
drivers/watchdog/pcwd.c
256
while ((!found) && (count < 3)) {
drivers/watchdog/pcwd.c
260
found = 1;
drivers/watchdog/pcwd.c
271
pcwd_private.command_mode = found;
drivers/watchdog/pcwd.c
276
return found;
drivers/watchdog/sch311x_wdt.c
498
int err, i, found = 0;
drivers/watchdog/sch311x_wdt.c
501
for (i = 0; !found && sch311x_ioports[i]; i++)
drivers/watchdog/sch311x_wdt.c
503
found++;
drivers/watchdog/sch311x_wdt.c
505
if (!found)
drivers/xen/gntdev.c
776
goto found;
drivers/xen/gntdev.c
781
found:
drivers/xen/xen-pciback/passthrough.c
124
int found;
drivers/xen/xen-pciback/passthrough.c
133
found = 0;
drivers/xen/xen-pciback/passthrough.c
135
for (; !found && dev != NULL; dev = dev->bus->self) {
drivers/xen/xen-pciback/passthrough.c
138
found = 1;
drivers/xen/xen-pciback/passthrough.c
147
if (!found) {
drivers/xen/xen-pciback/pci_stub.c
1673
bool found = false;
drivers/xen/xen-pciback/pci_stub.c
1679
found = true;
drivers/xen/xen-pciback/pci_stub.c
1684
if (found)
drivers/xen/xen-pciback/pci_stub.c
360
int found = 0;
drivers/xen/xen-pciback/pci_stub.c
365
found = 1;
drivers/xen/xen-pciback/pci_stub.c
371
return found;
drivers/xen/xen-pciback/pci_stub.c
534
int found = 0;
drivers/xen/xen-pciback/pci_stub.c
541
found = 1;
drivers/xen/xen-pciback/pci_stub.c
546
if (!found) {
drivers/xen/xen-pciback/pci_stub.c
555
if (found)
drivers/xen/xen-pciback/vpci.c
239
int found = 0, slot;
drivers/xen/xen-pciback/vpci.c
247
found = 1;
drivers/xen/xen-pciback/vpci.c
256
return found;
drivers/xen/xenbus/xenbus_client.c
817
goto found;
drivers/xen/xenbus/xenbus_client.c
821
found:
drivers/xen/xenbus/xenbus_client.c
905
goto found;
drivers/xen/xenbus/xenbus_client.c
909
found:
fs/adfs/map.c
174
goto found;
fs/adfs/map.c
182
found:
fs/afs/cell.c
64
goto found;
fs/afs/cell.c
80
goto found;
fs/afs/cell.c
85
found:
fs/afs/dir.c
588
cookie->found = 1;
fs/afs/dir.c
619
if (!cookie.found) {
fs/afs/dir.c
89
bool found;
fs/afs/dir_edit.c
403
int found;
fs/afs/dir_edit.c
423
found = afs_dir_search_bucket(&iter, name, &fid);
fs/afs/dir_edit.c
424
if (found < 0) {
fs/afs/dir_edit.c
432
entry = found;
fs/afs/dir_search.c
163
goto found;
fs/afs/dir_search.c
175
found:
fs/afs/file.c
101
goto found;
fs/afs/file.c
110
found:
fs/afs/security.c
295
goto found;
fs/afs/security.c
307
found:
fs/afs/volume.c
40
goto found;
fs/afs/volume.c
52
found:
fs/autofs/expire.c
426
struct dentry *found;
fs/autofs/expire.c
461
found = should_expire(expired, mnt, timeout, how);
fs/autofs/expire.c
462
if (found != expired) { // something has changed, continue
fs/autofs/expire.c
463
dput(found);
fs/autofs/expire.c
471
goto found;
fs/autofs/expire.c
481
found:
fs/btrfs/backref.c
2592
int found = 0;
fs/btrfs/backref.c
2607
ret = found ? 0 : -ENOENT;
fs/btrfs/backref.c
2610
++found;
fs/btrfs/backref.c
2651
int found = 0;
fs/btrfs/backref.c
2666
ret = found ? 0 : -ENOENT;
fs/btrfs/backref.c
2669
++found;
fs/btrfs/block-group.c
4080
struct btrfs_space_info *found;
fs/btrfs/block-group.c
4082
list_for_each_entry(found, head, list) {
fs/btrfs/block-group.c
4083
if (found->flags & BTRFS_BLOCK_GROUP_METADATA)
fs/btrfs/block-group.c
4084
found->force_alloc = CHUNK_ALLOC_FORCE;
fs/btrfs/delayed-ref.c
1274
bool found = false;
fs/btrfs/delayed-ref.c
1296
found = true;
fs/btrfs/delayed-ref.c
1301
return found;
fs/btrfs/disk-io.c
2086
bool found = false;
fs/btrfs/disk-io.c
2122
found = true;
fs/btrfs/disk-io.c
2141
if (!found || ret) {
fs/btrfs/disk-io.c
3007
unsigned int found;
fs/btrfs/disk-io.c
3010
found = radix_tree_gang_lookup(&fs_info->fs_roots_radix,
fs/btrfs/disk-io.c
3013
if (!found) {
fs/btrfs/disk-io.c
3017
root_objectid = btrfs_root_id(gang[found - 1]) + 1;
fs/btrfs/disk-io.c
3019
for (int i = 0; i < found; i++) {
fs/btrfs/disk-io.c
3030
for (int i = 0; i < found; i++) {
fs/btrfs/disk-io.c
4267
bool found = false;
fs/btrfs/disk-io.c
4281
found = true;
fs/btrfs/disk-io.c
4299
ASSERT(!found);
fs/btrfs/extent-io-tree.c
1080
bool found = false;
fs/btrfs/extent-io-tree.c
1096
if (found && (state->start != cur_start ||
fs/btrfs/extent-io-tree.c
1101
if (!found)
fs/btrfs/extent-io-tree.c
1105
if (!found) {
fs/btrfs/extent-io-tree.c
1110
found = true;
fs/btrfs/extent-io-tree.c
1120
return found;
fs/btrfs/extent-io-tree.c
1766
bool found = false;
fs/btrfs/extent-io-tree.c
1811
if (contig && found && state->start > last + 1)
fs/btrfs/extent-io-tree.c
1818
if (!found) {
fs/btrfs/extent-io-tree.c
1820
found = true;
fs/btrfs/extent-io-tree.c
1823
} else if (contig && found) {
fs/btrfs/extent_io.c
1525
bool found;
fs/btrfs/extent_io.c
1535
found = true;
fs/btrfs/extent_io.c
1537
found = find_next_delalloc_bitmap(folio, delalloc_bitmap,
fs/btrfs/extent_io.c
1540
if (!found)
fs/btrfs/extent_io.c
380
bool found;
fs/btrfs/extent_io.c
402
found = btrfs_find_delalloc_range(tree, &delalloc_start, &delalloc_end,
fs/btrfs/extent_io.c
404
if (!found || delalloc_end <= *start || delalloc_start > orig_end) {
fs/btrfs/extent_io.c
464
return found;
fs/btrfs/file-item.c
1166
goto found;
fs/btrfs/file-item.c
1326
found:
fs/btrfs/file-item.c
305
goto found;
fs/btrfs/file-item.c
332
found:
fs/btrfs/file-item.c
49
bool found;
fs/btrfs/file-item.c
58
found = btrfs_find_contiguous_extent_bit(inode->file_extent_tree, 0, &start,
fs/btrfs/file-item.c
60
if (found && start == 0)
fs/btrfs/file.c
144
bool found = false;
fs/btrfs/file.c
252
found = true;
fs/btrfs/file.c
3541
bool found = false;
fs/btrfs/file.c
3676
found = find_desired_extent_in_hole(inode, whence,
fs/btrfs/file.c
3681
if (found) {
fs/btrfs/file.c
3717
found = find_desired_extent_in_hole(inode, whence,
fs/btrfs/file.c
3722
if (found) {
fs/btrfs/file.c
3739
found = true;
fs/btrfs/file.c
3759
if (!found && start < i_size) {
fs/btrfs/file.c
3760
found = find_desired_extent_in_hole(inode, whence,
fs/btrfs/file.c
3763
if (!found)
fs/btrfs/file.c
488
args->drop_end = found ? min(args->end, last_end) : args->end;
fs/btrfs/ioctl.c
2140
u8 found;
fs/btrfs/ioctl.c
2156
found = 0;
fs/btrfs/ioctl.c
2182
if (found == BTRFS_MAX_ROOTREF_BUFFER_NUM) {
fs/btrfs/ioctl.c
2188
rootrefs->rootref[found].treeid = key.offset;
fs/btrfs/ioctl.c
2189
rootrefs->rootref[found].dirid =
fs/btrfs/ioctl.c
2191
found++;
fs/btrfs/ioctl.c
2206
rootrefs->num_items = found;
fs/btrfs/ioctl.c
2208
if (found)
fs/btrfs/ioctl.c
2210
rootrefs->rootref[found - 1].treeid + 1;
fs/btrfs/ioctl.c
4994
bool found = false;
fs/btrfs/ioctl.c
5010
found = true;
fs/btrfs/ioctl.c
5013
if (!found)
fs/btrfs/qgroup.c
1635
bool found = false;
fs/btrfs/qgroup.c
1654
found = true;
fs/btrfs/qgroup.c
1671
if (found) {
fs/btrfs/qgroup.c
3745
struct btrfs_key found;
fs/btrfs/qgroup.c
3790
btrfs_item_key_to_cpu(path->nodes[0], &found,
fs/btrfs/qgroup.c
3792
fs_info->qgroup_rescan_progress.objectid = found.objectid + 1;
fs/btrfs/qgroup.c
3807
btrfs_item_key_to_cpu(scratch_leaf, &found, slot);
fs/btrfs/qgroup.c
3808
if (found.type != BTRFS_EXTENT_ITEM_KEY &&
fs/btrfs/qgroup.c
3809
found.type != BTRFS_METADATA_ITEM_KEY)
fs/btrfs/qgroup.c
3811
if (found.type == BTRFS_METADATA_ITEM_KEY)
fs/btrfs/qgroup.c
3814
num_bytes = found.offset;
fs/btrfs/qgroup.c
3816
ctx.bytenr = found.objectid;
fs/btrfs/qgroup.c
3823
ret = btrfs_qgroup_account_extent(trans, found.objectid,
fs/btrfs/raid56.c
2197
bool found = false;
fs/btrfs/raid56.c
2223
found = true;
fs/btrfs/raid56.c
2237
ASSERT(found);
fs/btrfs/raid56.c
607
struct btrfs_raid_bio *found;
fs/btrfs/raid56.c
609
found = list_last_entry(&table->stripe_cache,
fs/btrfs/raid56.c
613
if (found != rbio)
fs/btrfs/raid56.c
614
__remove_rbio_from_cache(found);
fs/btrfs/relocation.c
1886
bool found = false;
fs/btrfs/relocation.c
1902
found = true;
fs/btrfs/relocation.c
1973
if (found) {
fs/btrfs/relocation.c
1974
found = false;
fs/btrfs/relocation.c
2097
goto found;
fs/btrfs/relocation.c
2131
found:
fs/btrfs/relocation.c
3344
bool found = false;
fs/btrfs/relocation.c
3362
found = true;
fs/btrfs/relocation.c
3367
if (!found)
fs/btrfs/send.c
1254
u64 found;
fs/btrfs/send.c
1346
bctx->found++;
fs/btrfs/send.c
1545
struct clone_root **found)
fs/btrfs/send.c
1661
if (!backref_ctx.found)
fs/btrfs/send.c
1690
*found = cur_clone_root;
fs/btrfs/space-info.c
201
struct btrfs_space_info *found;
fs/btrfs/space-info.c
203
list_for_each_entry(found, head, list)
fs/btrfs/space-info.c
204
found->full = false;
fs/btrfs/space-info.c
419
struct btrfs_space_info *found;
fs/btrfs/space-info.c
423
list_for_each_entry(found, head, list) {
fs/btrfs/space-info.c
424
if (found->flags & flags)
fs/btrfs/space-info.c
425
return found;
fs/btrfs/super.c
1733
struct btrfs_space_info *found;
fs/btrfs/super.c
1746
list_for_each_entry(found, &fs_info->space_info, list) {
fs/btrfs/super.c
1747
if (found->flags & BTRFS_BLOCK_GROUP_DATA &&
fs/btrfs/super.c
1748
found->subgroup_id != BTRFS_SUB_GROUP_DATA_RELOC) {
fs/btrfs/super.c
1751
total_free_data += found->disk_total - found->disk_used;
fs/btrfs/super.c
1753
btrfs_account_ro_block_groups_free_space(found);
fs/btrfs/super.c
1756
if (!list_empty(&found->block_groups[i]))
fs/btrfs/super.c
1765
if (!mixed && found->flags & BTRFS_BLOCK_GROUP_METADATA) {
fs/btrfs/super.c
1766
if (found->flags & BTRFS_BLOCK_GROUP_DATA)
fs/btrfs/super.c
1769
total_free_meta += found->disk_total -
fs/btrfs/super.c
1770
found->disk_used;
fs/btrfs/super.c
1773
total_used += found->disk_used;
fs/btrfs/tests/chunk-allocation-tests.c
268
bool found;
fs/btrfs/tests/chunk-allocation-tests.c
282
found = btrfs_find_hole_in_pending_extents(device, &hole_start, &hole_len,
fs/btrfs/tests/chunk-allocation-tests.c
286
if (found != test_case->expected_found) {
fs/btrfs/tests/chunk-allocation-tests.c
288
test_case->name, test_case->expected_found, found);
fs/btrfs/tests/chunk-allocation-tests.c
415
bool found;
fs/btrfs/tests/chunk-allocation-tests.c
424
found = btrfs_first_pending_extent(device, test_case->hole_start,
fs/btrfs/tests/chunk-allocation-tests.c
429
if (found != test_case->expected_found) {
fs/btrfs/tests/chunk-allocation-tests.c
431
test_case->name, test_case->expected_found, found);
fs/btrfs/tests/chunk-allocation-tests.c
435
if (!found)
fs/btrfs/tests/extent-io-tests.c
121
bool found;
fs/btrfs/tests/extent-io-tests.c
182
found = find_lock_delalloc_range(inode, page_folio(locked_page), &start,
fs/btrfs/tests/extent-io-tests.c
184
if (!found) {
fs/btrfs/tests/extent-io-tests.c
213
found = find_lock_delalloc_range(inode, page_folio(locked_page), &start,
fs/btrfs/tests/extent-io-tests.c
215
if (!found) {
fs/btrfs/tests/extent-io-tests.c
247
found = find_lock_delalloc_range(inode, page_folio(locked_page), &start,
fs/btrfs/tests/extent-io-tests.c
249
if (found) {
fs/btrfs/tests/extent-io-tests.c
268
found = find_lock_delalloc_range(inode, page_folio(locked_page), &start,
fs/btrfs/tests/extent-io-tests.c
270
if (!found) {
fs/btrfs/tests/extent-io-tests.c
309
found = find_lock_delalloc_range(inode, page_folio(locked_page), &start,
fs/btrfs/tests/extent-io-tests.c
311
if (!found) {
fs/btrfs/tree-mod-log.c
517
struct tree_mod_elem *found = NULL;
fs/btrfs/tree-mod-log.c
532
if (found)
fs/btrfs/tree-mod-log.c
533
BUG_ON(found->seq > cur->seq);
fs/btrfs/tree-mod-log.c
534
found = cur;
fs/btrfs/tree-mod-log.c
538
if (found)
fs/btrfs/tree-mod-log.c
539
BUG_ON(found->seq < cur->seq);
fs/btrfs/tree-mod-log.c
540
found = cur;
fs/btrfs/tree-mod-log.c
543
found = cur;
fs/btrfs/tree-mod-log.c
549
return found;
fs/btrfs/tree-mod-log.c
774
struct tree_mod_elem *found = NULL;
fs/btrfs/tree-mod-log.c
808
found = tm;
fs/btrfs/tree-mod-log.c
814
if (!found)
fs/btrfs/tree-mod-log.c
815
found = tm;
fs/btrfs/tree-mod-log.c
817
return found;
fs/btrfs/volumes.c
1760
bool found = false;
fs/btrfs/volumes.c
1767
found = btrfs_find_hole_in_pending_extents(device, hole_start, hole_size, num_bytes);
fs/btrfs/volumes.c
1768
if (!found)
fs/btrfs/volumes.c
1769
return found;
fs/btrfs/volumes.c
1777
return found;
fs/btrfs/volumes.c
1784
return found;
fs/btrfs/volumes.c
8546
bool found = false;
fs/btrfs/volumes.c
8582
found = true;
fs/btrfs/volumes.c
8594
if (unlikely(!found)) {
fs/btrfs/zoned.c
3123
bool found = false;
fs/btrfs/zoned.c
3152
found = true;
fs/btrfs/zoned.c
3155
if (!found) {
fs/ceph/addr.c
695
bool found = false;
fs/ceph/addr.c
701
found = true;
fs/ceph/addr.c
706
WARN_ON(!found);
fs/ceph/inode.c
367
struct ceph_inode_frag *pfrag, int *found)
fs/ceph/inode.c
375
if (found)
fs/ceph/inode.c
376
*found = 0;
fs/ceph/inode.c
386
if (found)
fs/ceph/inode.c
387
*found = 1;
fs/ceph/inode.c
410
struct ceph_inode_frag *pfrag, int *found)
fs/ceph/inode.c
414
ret = __ceph_choose_frag(ci, v, pfrag, found);
fs/ceph/mds_client.c
1418
int found;
fs/ceph/mds_client.c
1420
ceph_choose_frag(ci, hash, &frag, &found);
fs/ceph/mds_client.c
1421
if (found) {
fs/ceph/mds_client.c
889
struct dentry *udentry, *found = NULL;
fs/ceph/mds_client.c
918
found = dget_dlock(udentry);
fs/ceph/mds_client.c
926
if (likely(!found))
fs/ceph/mds_client.c
930
found, found);
fs/ceph/mds_client.c
934
dput(found);
fs/ceph/subvolume_metrics.c
327
bool found = false;
fs/ceph/subvolume_metrics.c
344
if (!found) {
fs/ceph/subvolume_metrics.c
347
found = true;
fs/ceph/subvolume_metrics.c
366
if (!found)
fs/ceph/super.h
793
int *found);
fs/ceph/super.h
939
struct ceph_rw_context *ctx, *found = NULL;
fs/ceph/super.h
943
found = ctx;
fs/ceph/super.h
948
return found;
fs/dcache.c
1633
long found;
fs/dcache.c
1649
data->found++;
fs/dcache.c
1730
if (!data.found)
fs/dcache.c
2340
struct dentry *found, *res;
fs/dcache.c
2346
found = d_hash_and_lookup(dentry->d_parent, name);
fs/dcache.c
2347
if (found) {
fs/dcache.c
2349
return found;
fs/dcache.c
2352
found = d_alloc_parallel(dentry->d_parent, name);
fs/dcache.c
2353
if (IS_ERR(found) || !d_in_lookup(found)) {
fs/dcache.c
2355
return found;
fs/dcache.c
2358
found = d_alloc(dentry->d_parent, name);
fs/dcache.c
2359
if (!found) {
fs/dcache.c
2364
res = d_splice_alias(inode, found);
fs/dcache.c
2366
d_lookup_done(found);
fs/dcache.c
2367
dput(found);
fs/dcache.c
2370
return found;
fs/dcache.c
2587
struct dentry *found = NULL;
fs/dcache.c
2627
found = dentry;
fs/dcache.c
2635
return found;
fs/dlm/config.c
899
int found = 0;
fs/dlm/config.c
911
found = 1;
fs/dlm/config.c
916
if (!found)
fs/efivarfs/vars.c
294
bool found = false;
fs/efivarfs/vars.c
306
found = true;
fs/efivarfs/vars.c
314
return found;
fs/exfat/dir.c
1100
goto found;
fs/exfat/dir.c
1113
goto found;
fs/exfat/dir.c
1155
found:
fs/exportfs/expfs.c
240
int found; /* inode matched? */
fs/exportfs/expfs.c
259
buf->found = 1;
fs/exportfs/expfs.c
325
if (buffer.found) {
fs/ext2/dir.c
376
goto found;
fs/ext2/dir.c
395
found:
fs/ext2/ialloc.c
297
goto found;
fs/ext2/ialloc.c
332
goto found;
fs/ext2/ialloc.c
342
goto found;
fs/ext2/ialloc.c
356
found:
fs/ext2/ialloc.c
374
goto found;
fs/ext2/ialloc.c
398
goto found;
fs/ext2/ialloc.c
411
goto found;
fs/ext2/ialloc.c
416
found:
fs/ext2/xattr.c
246
goto found;
fs/ext2/xattr.c
256
found:
fs/ext4/extents_status.c
1100
int found = 0;
fs/ext4/extents_status.c
1117
found = 1;
fs/ext4/extents_status.c
1129
found = 1;
fs/ext4/extents_status.c
1136
if (found) {
fs/ext4/extents_status.c
1161
trace_ext4_es_lookup_extent_exit(inode, es, found);
fs/ext4/extents_status.c
1162
return found;
fs/ext4/inode.c
1940
found:
fs/ext4/inode.c
1992
goto found;
fs/ext4/inode.c
770
goto found;
fs/ext4/inode.c
789
found:
fs/ext4/mballoc-test.c
422
ext4_fsblk_t found;
fs/ext4/mballoc-test.c
434
found = ext4_mb_new_blocks_simple_test(&ar, &err);
fs/ext4/mballoc-test.c
435
KUNIT_ASSERT_EQ_MSG(test, ar.goal, found,
fs/ext4/mballoc-test.c
437
ar.goal, found);
fs/ext4/mballoc-test.c
441
found = ext4_mb_new_blocks_simple_test(&ar, &err);
fs/ext4/mballoc-test.c
442
KUNIT_ASSERT_EQ_MSG(test, ar.goal + EXT4_C2B(sbi, 1), found,
fs/ext4/mballoc-test.c
444
ar.goal + 1, found);
fs/ext4/mballoc-test.c
449
found = ext4_mb_new_blocks_simple_test(&ar, &err);
fs/ext4/mballoc-test.c
451
ext4_group_first_block_no(sb, goal_group + 1), found,
fs/ext4/mballoc-test.c
453
ext4_group_first_block_no(sb, goal_group + 1), found);
fs/ext4/mballoc-test.c
459
found = ext4_mb_new_blocks_simple_test(&ar, &err);
fs/ext4/mballoc-test.c
461
ext4_group_first_block_no(sb, 0) + EXT4_C2B(sbi, 1), found,
fs/ext4/mballoc-test.c
463
ext4_group_first_block_no(sb, 0 + EXT4_C2B(sbi, 1)), found);
fs/ext4/mballoc-test.c
469
found = ext4_mb_new_blocks_simple_test(&ar, &err);
fs/ext4/orphan.c
18
bool found = false;
fs/ext4/orphan.c
32
found = true;
fs/ext4/orphan.c
39
if (!found) {
fs/f2fs/data.c
859
bool found = false;
fs/f2fs/data.c
862
for (temp = HOT; temp < NR_TEMP_TYPE && !found; temp++) {
fs/f2fs/data.c
872
found = true;
fs/f2fs/data.c
905
bool found = false;
fs/f2fs/data.c
910
for (temp = HOT; temp < NR_TEMP_TYPE && !found; temp++) {
fs/f2fs/data.c
921
found = (target == be->bio);
fs/f2fs/data.c
923
found = __has_merged_page(be->bio, NULL,
fs/f2fs/data.c
925
if (found)
fs/f2fs/data.c
930
if (!found)
fs/f2fs/data.c
933
found = false;
fs/f2fs/data.c
938
found = (target == be->bio);
fs/f2fs/data.c
940
found = __has_merged_page(be->bio, NULL,
fs/f2fs/data.c
942
if (found) {
fs/f2fs/data.c
951
if (found)
fs/f2fs/dir.c
265
goto found;
fs/f2fs/dir.c
276
found:
fs/f2fs/file.c
484
goto found;
fs/f2fs/file.c
487
goto found;
fs/f2fs/file.c
504
goto found;
fs/f2fs/file.c
528
goto found;
fs/f2fs/file.c
536
found:
fs/f2fs/node.c
3204
unsigned int found, entry_count = 0;
fs/f2fs/node.c
3234
while ((found = __gang_lookup_nat_set(nm_i,
fs/f2fs/node.c
3238
set_idx = setvec[found - 1]->set + 1;
fs/f2fs/node.c
3239
for (idx = 0; idx < found; idx++)
fs/f2fs/node.c
3473
unsigned int found;
fs/f2fs/node.c
3493
while ((found = __gang_lookup_nat_cache(nm_i,
fs/f2fs/node.c
3497
nid = nat_get_nid(natvec[found - 1]) + 1;
fs/f2fs/node.c
3498
for (idx = 0; idx < found; idx++) {
fs/f2fs/node.c
3511
while ((found = __gang_lookup_nat_set(nm_i,
fs/f2fs/node.c
3515
nid = setvec[found - 1]->set + 1;
fs/f2fs/node.c
3516
for (idx = 0; idx < found; idx++) {
fs/f2fs/segment.c
122
goto found;
fs/f2fs/segment.c
131
found:
fs/f2fs/segment.c
159
goto found;
fs/f2fs/segment.c
168
found:
fs/f2fs/xattr.c
640
int found, newsize;
fs/f2fs/xattr.c
688
found = IS_XATTR_LAST_ENTRY(here) ? 0 : 1;
fs/f2fs/xattr.c
690
if (found) {
fs/f2fs/xattr.c
729
if (found)
fs/f2fs/xattr.c
739
if (found) {
fs/fat/dir.c
1355
goto found;
fs/fat/dir.c
1380
found:
fs/fat/dir.c
552
goto found;
fs/fat/dir.c
561
goto found;
fs/fat/dir.c
565
found:
fs/filesystems.c
163
struct file_system_type *p, *found = NULL;
fs/filesystems.c
171
found = p;
fs/filesystems.c
175
if (!found)
fs/filesystems.c
179
len = strlen(found->name) + 1;
fs/filesystems.c
180
res = copy_to_user(buf, found->name, len) ? -EFAULT : 0;
fs/filesystems.c
181
put_filesystem(found);
fs/fuse/virtio_fs.c
468
goto found;
fs/fuse/virtio_fs.c
474
found:
fs/gfs2/glock.c
1092
goto found;
fs/gfs2/glock.c
1166
found:
fs/gfs2/quota.c
1409
unsigned int found = 0;
fs/gfs2/quota.c
1502
found++;
fs/gfs2/quota.c
1512
if (found)
fs/gfs2/quota.c
1513
fs_info(sdp, "found %u quota changes\n", found);
fs/gfs2/rgrp.c
1849
int found = 0;
fs/gfs2/rgrp.c
1885
found++;
fs/gfs2/rgrp.c
1888
if (found > NR_CPUS)
fs/hfs/bitmap.c
51
goto found;
fs/hfs/bitmap.c
63
goto found;
fs/hfs/bitmap.c
69
found:
fs/hfs/extent.c
258
goto found;
fs/hfs/extent.c
265
found:
fs/hfsplus/bitmap.c
58
goto found;
fs/hfsplus/bitmap.c
72
goto found;
fs/hfsplus/bitmap.c
97
found:
fs/hfsplus/extents.c
351
goto found;
fs/hfsplus/extents.c
358
found:
fs/isofs/namei.c
148
int found;
fs/isofs/namei.c
158
found = isofs_find_entry(dir, dentry,
fs/isofs/namei.c
164
inode = found ? isofs_iget(dir->i_sb, block, offset) : NULL;
fs/jffs2/gc.c
1004
if (!found) {
fs/jffs2/gc.c
899
int found = 0;
fs/jffs2/gc.c
998
found = 1;
fs/jffs2/xattr.c
1162
goto found;
fs/jffs2/xattr.c
1174
found:
fs/jfs/xattr.c
674
int found = 0;
fs/jfs/xattr.c
695
found = 1;
fs/jfs/xattr.c
708
if (!found) {
fs/jfs/xattr.c
736
if (found) {
fs/libfs.c
112
struct dentry *dentry = cursor->d_parent, *found = NULL;
fs/libfs.c
124
found = dget_dlock(d);
fs/libfs.c
126
if (likely(found))
fs/libfs.c
142
return found;
fs/libfs.c
453
struct dentry *found = NULL;
fs/libfs.c
465
found = dget_dlock(dentry);
fs/libfs.c
467
if (likely(found))
fs/libfs.c
471
return found;
fs/libfs.c
479
struct dentry *child, *found = NULL;
fs/libfs.c
484
found = find_positive_dentry(parent, NULL, false);
fs/libfs.c
488
found = find_positive_dentry(parent, child, false);
fs/libfs.c
491
return found;
fs/lockd/svclock.c
194
goto found;
fs/lockd/svclock.c
200
found:
fs/lockd/svcsubs.c
154
goto found;
fs/lockd/svcsubs.c
174
found:
fs/locks.c
1139
bool found = false;
fs/locks.c
1165
found = true;
fs/locks.c
1171
if ((request->c.flc_flags & FL_EXISTS) && !found)
fs/minix/dir.c
189
goto found;
fs/minix/dir.c
195
found:
fs/namei.c
1511
bool found;
fs/namei.c
1517
found = choose_mountpoint_rcu(m, root, path, &seq);
fs/namei.c
1518
if (unlikely(!found)) {
fs/namei.c
1530
return found;
fs/namei.c
1799
goto found;
fs/namei.c
1815
found:
fs/namespace.c
3973
int found = 0;
fs/namespace.c
3995
found++;
fs/namespace.c
4006
return found;
fs/namespace.c
877
bool found;
fs/namespace.c
886
found = lookup_mountpoint(dentry, m);
fs/namespace.c
888
if (found)
fs/nfs/blocklayout/extent_tree.c
349
bool found = false;
fs/nfs/blocklayout/extent_tree.c
353
found = __ext_tree_lookup(&bl->bl_ext_ro, isect, ret);
fs/nfs/blocklayout/extent_tree.c
354
if (!found)
fs/nfs/blocklayout/extent_tree.c
355
found = __ext_tree_lookup(&bl->bl_ext_rw, isect, ret);
fs/nfs/blocklayout/extent_tree.c
358
return found;
fs/nfs/callback_proc.c
466
int found = 0;
fs/nfs/callback_proc.c
495
found++;
fs/nfs/callback_proc.c
500
return status < 0 ? status : found;
fs/nfs/callback_proc.c
720
bool found = false;
fs/nfs/callback_proc.c
737
found = true;
fs/nfs/callback_proc.c
743
if (!found) {
fs/nfs/delegation.c
1479
bool found = false;
fs/nfs/delegation.c
1487
found = true;
fs/nfs/delegation.c
1490
if (found)
fs/nfs/dir.c
3202
goto found;
fs/nfs/dir.c
3209
found:
fs/nfs/nfs40client.c
135
goto found;
fs/nfs/nfs40client.c
157
found:
fs/nfs/nfs4client.c
602
goto found;
fs/nfs/nfs4client.c
619
found:
fs/nfs/nfs4state.c
1354
bool found = false;
fs/nfs/nfs4state.c
1359
found = true;
fs/nfs/nfs4state.c
1362
return found;
fs/nfs/nfs4state.c
1372
bool found = false;
fs/nfs/nfs4state.c
1383
found = true;
fs/nfs/nfs4state.c
1389
found = true;
fs/nfs/nfs4state.c
1394
found = true;
fs/nfs/nfs4state.c
1399
if (found)
fs/nfs/pnfs_dev.c
194
goto found;
fs/nfs/pnfs_dev.c
213
found:
fs/nfsd/nfs4callback.c
1344
bool found;
fs/nfsd/nfs4callback.c
1348
found = false;
fs/nfsd/nfs4callback.c
1352
found = true;
fs/nfsd/nfs4callback.c
1356
if (!found) {
fs/nfsd/nfs4callback.c
1368
found = false;
fs/nfsd/nfs4callback.c
1371
found = true;
fs/nfsd/nfs4callback.c
1375
if (!found) {
fs/nfsd/nfs4layouts.c
512
int found = 0;
fs/nfsd/nfs4layouts.c
526
found++;
fs/nfsd/nfs4layouts.c
530
if (found)
fs/nfsd/nfs4recover.c
1181
goto found;
fs/nfsd/nfs4recover.c
1200
goto found;
fs/nfsd/nfs4recover.c
1205
found:
fs/nfsd/nfs4recover.c
1227
goto found;
fs/nfsd/nfs4recover.c
1246
goto found;
fs/nfsd/nfs4recover.c
1251
found:
fs/nfsd/nfs4state.c
271
struct nfsd4_blocked_lock *cur, *found = NULL;
fs/nfsd/nfs4state.c
279
found = cur;
fs/nfsd/nfs4state.c
284
if (found)
fs/nfsd/nfs4state.c
285
locks_delete_block(&found->nbl_lock);
fs/nfsd/nfs4state.c
286
return found;
fs/nfsd/nfs4state.c
5729
struct nfs4_client *found;
fs/nfsd/nfs4state.c
5732
found = find_confirmed_client(clid, sessions, nn);
fs/nfsd/nfs4state.c
5733
if (found)
fs/nfsd/nfs4state.c
5734
atomic_inc(&found->cl_rpc_users);
fs/nfsd/nfs4state.c
5736
return found;
fs/nfsd/nfs4state.c
7519
struct nfs4_client *found;
fs/nfsd/nfs4state.c
7528
found = lookup_clientid(&cps->cp_p_clid, true, nn);
fs/nfsd/nfs4state.c
7529
if (!found)
fs/nfsd/nfs4state.c
7532
*stid = find_stateid_by_type(found, &cps->cp_p_stateid,
fs/nfsd/nfs4state.c
7540
put_client_renew(found);
fs/nfsd/nfscache.c
471
struct nfsd_cacherep *rp, *found;
fs/nfsd/nfscache.c
495
found = nfsd_cache_insert(b, rp, nn);
fs/nfsd/nfscache.c
496
if (found != rp)
fs/nfsd/nfscache.c
515
rp = found;
fs/nfsd/trace.h
1344
int found
fs/nfsd/trace.h
1346
TP_ARGS(inode, found),
fs/nfsd/trace.h
1349
__field(int, found)
fs/nfsd/trace.h
1353
__entry->found = found;
fs/nfsd/trace.h
1357
__entry->found ? "" : "not "
fs/nilfs2/alloc.c
647
goto found;
fs/nilfs2/alloc.c
659
found:
fs/nilfs2/btnode.c
104
goto found;
fs/nilfs2/btnode.c
133
goto found;
fs/nilfs2/btnode.c
141
found:
fs/nilfs2/btree.c
555
int level, index, found, ncmax, ret;
fs/nilfs2/btree.c
562
found = nilfs_btree_node_lookup(node, key, &index);
fs/nilfs2/btree.c
587
if (!found)
fs/nilfs2/btree.c
588
found = nilfs_btree_node_lookup(node, key, &index);
fs/nilfs2/btree.c
594
WARN_ON(found || level != NILFS_BTREE_LEVEL_NODE_MIN);
fs/nilfs2/btree.c
600
if (!found)
fs/nilfs2/dir.c
329
goto found;
fs/nilfs2/dir.c
348
found:
fs/ntfs3/bitmap.c
1060
goto found;
fs/ntfs3/bitmap.c
1070
goto found;
fs/ntfs3/bitmap.c
1118
goto found;
fs/ntfs3/bitmap.c
1218
goto found;
fs/ntfs3/bitmap.c
1232
goto found;
fs/ntfs3/bitmap.c
1247
goto found;
fs/ntfs3/bitmap.c
1270
goto found;
fs/ntfs3/bitmap.c
1303
found:
fs/ntfs3/fsntfs.c
605
goto found;
fs/ntfs3/fsntfs.c
716
found:
fs/ntfs3/index.c
755
struct NTFS_DE *e, *found = NULL;
fs/ntfs3/index.c
798
if (found) {
fs/ntfs3/index.c
809
if (found)
fs/ntfs3/index.c
814
found = e;
fs/ntfs3/index.c
822
return found;
fs/ocfs2/cluster/heartbeat.c
2295
int ret = 0, found = 0;
fs/ocfs2/cluster/heartbeat.c
2311
found = 1;
fs/ocfs2/cluster/heartbeat.c
2323
if (ret == -ENOENT && found)
fs/ocfs2/cluster/heartbeat.c
2332
if (found)
fs/ocfs2/cluster/heartbeat.c
2350
int found = 0;
fs/ocfs2/cluster/heartbeat.c
2362
found = 1;
fs/ocfs2/cluster/heartbeat.c
2370
if (found)
fs/ocfs2/dir.c
1010
found = ocfs2_search_dirblock(dir_ent_bh, dir, name, namelen,
fs/ocfs2/dir.c
1013
if (found == 1)
fs/ocfs2/dir.c
1016
if (found == -1) {
fs/ocfs2/dir.c
1027
if (found <= 0) {
fs/ocfs2/dir.c
414
int ret, found;
fs/ocfs2/dir.c
428
found = ocfs2_search_dirblock(di_bh, dir, name, namelen, 0,
fs/ocfs2/dir.c
430
if (found == 1)
fs/ocfs2/dir.c
814
int ret = 0, i, found;
fs/ocfs2/dir.c
839
found = 0;
fs/ocfs2/dir.c
844
found = 1;
fs/ocfs2/dir.c
849
if (!found) {
fs/ocfs2/dir.c
937
int ret, i, found;
fs/ocfs2/dir.c
985
found = 0;
fs/ocfs2/dlm/dlmmaster.c
1409
int found, ret;
fs/ocfs2/dlm/dlmmaster.c
1495
found = dlm_find_mle(dlm, &tmpmle, name, namelen);
fs/ocfs2/dlm/dlmmaster.c
1496
if (!found) {
fs/ocfs2/dlm/dlmmaster.c
1552
found = dlm_find_mle(dlm, &tmpmle, name, namelen);
fs/ocfs2/dlm/dlmmaster.c
1553
if (!found) {
fs/ocfs2/dlm/dlmmaster.c
1593
if (found) {
fs/ocfs2/dlm/dlmmaster.c
3173
int found;
fs/ocfs2/dlm/dlmmaster.c
3182
found = dlm_find_mle(dlm, oldmle, (char *)name, namelen);
fs/ocfs2/dlm/dlmmaster.c
3183
if (found) {
fs/ocfs2/quota_local.c
926
int found = 0, len;
fs/ocfs2/quota_local.c
947
found = ocfs2_find_next_zero_bit_unaligned(dchunk->dqc_bitmap, len, 0);
fs/ocfs2/quota_local.c
949
if (found == len) {
fs/ocfs2/quota_local.c
955
*offset = found;
fs/ocfs2/refcounttree.c
1064
int ret = 0, i, found;
fs/ocfs2/refcounttree.c
1104
found = 0;
fs/ocfs2/refcounttree.c
1109
found = 1;
fs/ocfs2/refcounttree.c
1114
if (found) {
fs/ocfs2/reservations.c
408
int offset, start, found;
fs/ocfs2/reservations.c
413
found = best_start = best_len = 0;
fs/ocfs2/reservations.c
424
found++;
fs/ocfs2/reservations.c
429
found = 1;
fs/ocfs2/reservations.c
432
if (found > best_len) {
fs/ocfs2/reservations.c
433
best_len = found;
fs/ocfs2/reservations.c
434
best_start = start - found;
fs/ocfs2/reservations.c
437
if (found >= wanted)
fs/ocfs2/suballoc.c
1426
int offset, start, found, status = 0;
fs/ocfs2/suballoc.c
1433
found = start = best_offset = best_size = 0;
fs/ocfs2/suballoc.c
1441
found = 0;
fs/ocfs2/suballoc.c
1445
found++;
fs/ocfs2/suballoc.c
1450
found = 1;
fs/ocfs2/suballoc.c
1454
if (found > best_size) {
fs/ocfs2/suballoc.c
1455
best_size = found;
fs/ocfs2/suballoc.c
1456
best_offset = start - found;
fs/ocfs2/suballoc.c
1459
if (found == bits_wanted) {
fs/ocfs2/xattr.c
3800
int *found)
fs/ocfs2/xattr.c
3840
*found = 1;
fs/ocfs2/xattr.c
3867
int ret, found = 0;
fs/ocfs2/xattr.c
3928
&index, &found);
fs/ocfs2/xattr.c
3955
if (found) {
fs/omfs/bitmap.c
155
goto found;
fs/omfs/bitmap.c
162
found:
fs/openpromfs/inode.c
212
goto found;
fs/openpromfs/inode.c
225
goto found;
fs/openpromfs/inode.c
234
found:
fs/overlayfs/readdir.c
103
bool found = false;
fs/overlayfs/readdir.c
106
while (!found && *newp) {
fs/overlayfs/readdir.c
118
found = true;
fs/overlayfs/readdir.c
122
return found;
fs/pnode.c
567
bool remove_this = false, found = false, umount_this = false;
fs/pnode.c
577
found = true;
fs/pnode.c
584
if (found) {
fs/posix_acl.c
386
int found = 0;
fs/posix_acl.c
409
found = 1;
fs/posix_acl.c
418
found = 1;
fs/posix_acl.c
426
if (found)
fs/proc/base.c
3852
goto found;
fs/proc/base.c
3864
goto found;
fs/proc/base.c
3869
found:
fs/proc/proc_sysctl.c
1004
goto found;
fs/proc/proc_sysctl.c
1018
goto found;
fs/proc/proc_sysctl.c
1028
found:
fs/qnx6/dir.c
249
goto found;
fs/qnx6/dir.c
256
goto found;
fs/qnx6/dir.c
268
found:
fs/resctrl/monitor.c
1337
bool found;
fs/resctrl/monitor.c
1348
found = false;
fs/resctrl/monitor.c
1352
found = true;
fs/resctrl/monitor.c
1357
if (!found) {
fs/smb/client/ioctl.c
351
bool found = false;
fs/smb/client/ioctl.c
387
found = true;
fs/smb/client/ioctl.c
395
if (!found) {
fs/smb/client/ioctl.c
453
if (found)
fs/smb/client/smb2misc.c
616
struct cifs_pending_open *found = NULL;
fs/smb/client/smb2misc.c
623
if (!found && ack_req) {
fs/smb/client/smb2misc.c
624
found = open;
fs/smb/client/smb2misc.c
634
return found;
fs/smb/client/smb2transport.c
49
goto found;
fs/smb/client/smb2transport.c
57
found:
fs/smb/server/oplock.c
1281
goto found;
fs/smb/server/oplock.c
1287
found:
fs/smb/server/oplock.c
2163
goto found;
fs/smb/server/oplock.c
2169
found:
fs/smb/server/smbacl.c
1447
int i, found = 0;
fs/smb/server/smbacl.c
1527
found = 1;
fs/smb/server/smbacl.c
1536
if (*pdaccess & FILE_MAXIMAL_ACCESS_LE && found) {
fs/smb/server/smbacl.c
1548
if (!IS_ERR_OR_NULL(posix_acls) && !found) {
fs/smb/server/smbacl.c
1576
if (!found) {
fs/ubifs/find.c
254
goto found;
fs/ubifs/find.c
259
goto found;
fs/ubifs/find.c
307
goto found;
fs/ubifs/find.c
320
found:
fs/ubifs/find.c
831
goto found;
fs/ubifs/find.c
836
goto found;
fs/ubifs/find.c
841
goto found;
fs/ubifs/find.c
850
found:
fs/ubifs/lprops.c
1055
int found = 0;
fs/ubifs/lprops.c
1059
found = 1;
fs/ubifs/lprops.c
1063
if (!found) {
fs/ubifs/lprops.c
1115
int found, level = 0;
fs/ubifs/lprops.c
1135
found = ubifs_tnc_has_node(c, &snod->key, level, lnum,
fs/ubifs/lprops.c
1137
if (found) {
fs/ubifs/lprops.c
1138
if (found < 0)
fs/ubifs/lpt.c
2264
int found, cat = lprops->flags & LPROPS_CAT_MASK;
fs/ubifs/lpt.c
2322
found = 0;
fs/ubifs/lpt.c
2330
found = 1;
fs/ubifs/lpt.c
2338
found = 1;
fs/ubifs/lpt.c
2343
if (!found) {
fs/ubifs/lpt_commit.c
1342
int h, i, found;
fs/ubifs/lpt_commit.c
1349
found = 0;
fs/ubifs/lpt_commit.c
1352
found = 1;
fs/ubifs/lpt_commit.c
1358
if (!found)
fs/ubifs/lpt_commit.c
1377
int iip, h, i, found;
fs/ubifs/lpt_commit.c
1396
found = 0;
fs/ubifs/lpt_commit.c
1399
found = 1;
fs/ubifs/lpt_commit.c
1405
if (!found)
fs/ubifs/orphan.c
747
bool found = false;
fs/ubifs/orphan.c
750
found = !!lookup_orphan(c, inum);
fs/ubifs/orphan.c
753
return found;
fs/ubifs/tnc.c
1480
int found, n, err, safely = 0, gc_seq1;
fs/ubifs/tnc.c
1486
found = ubifs_lookup_level0(c, key, &znode, &n);
fs/ubifs/tnc.c
1487
if (!found) {
fs/ubifs/tnc.c
1490
} else if (found < 0) {
fs/ubifs/tnc.c
1491
err = found;
fs/ubifs/tnc.c
1848
int found, n, err;
fs/ubifs/tnc.c
1853
found = ubifs_lookup_level0(c, key, &znode, &n);
fs/ubifs/tnc.c
1854
if (!found) {
fs/ubifs/tnc.c
1857
} else if (found < 0) {
fs/ubifs/tnc.c
1858
err = found;
fs/ubifs/tnc.c
2313
int found, n, err = 0;
fs/ubifs/tnc.c
2318
found = lookup_level0_dirty(c, key, &znode, &n);
fs/ubifs/tnc.c
2319
if (!found) {
fs/ubifs/tnc.c
2329
} else if (found == 1) {
fs/ubifs/tnc.c
2339
err = found;
fs/ubifs/tnc.c
2364
int found, n, err = 0;
fs/ubifs/tnc.c
2370
found = lookup_level0_dirty(c, key, &znode, &n);
fs/ubifs/tnc.c
2371
if (found < 0) {
fs/ubifs/tnc.c
2372
err = found;
fs/ubifs/tnc.c
2376
if (found == 1) {
fs/ubifs/tnc.c
2379
found = 0;
fs/ubifs/tnc.c
2388
found = 1;
fs/ubifs/tnc.c
2390
found = resolve_collision_directly(c, key, &znode, &n,
fs/ubifs/tnc.c
2393
found, znode, n, old_lnum, old_offs);
fs/ubifs/tnc.c
2394
if (found < 0) {
fs/ubifs/tnc.c
2395
err = found;
fs/ubifs/tnc.c
2399
if (found) {
fs/ubifs/tnc.c
2421
if (!found)
fs/ubifs/tnc.c
2449
int found, n, err = 0;
fs/ubifs/tnc.c
2454
found = lookup_level0_dirty(c, key, &znode, &n);
fs/ubifs/tnc.c
2455
if (found < 0) {
fs/ubifs/tnc.c
2456
err = found;
fs/ubifs/tnc.c
2460
if (found == 1) {
fs/ubifs/tnc.c
2462
found = fallible_resolve_collision(c, key, &znode, &n,
fs/ubifs/tnc.c
2465
found = resolve_collision(c, key, &znode, &n, nm);
fs/ubifs/tnc.c
2466
dbg_tnc("rc returned %d, znode %p, n %d", found, znode, n);
fs/ubifs/tnc.c
2467
if (found < 0) {
fs/ubifs/tnc.c
2468
err = found;
fs/ubifs/tnc.c
2481
if (found == 1) {
fs/ubifs/tnc.c
2494
if (!found) {
fs/ubifs/tnc.c
2654
int found, n, err = 0;
fs/ubifs/tnc.c
2659
found = lookup_level0_dirty(c, key, &znode, &n);
fs/ubifs/tnc.c
2660
if (found < 0) {
fs/ubifs/tnc.c
2661
err = found;
fs/ubifs/tnc.c
2664
if (found == 1)
fs/ubifs/tnc.c
3381
int n, found, err, nn;
fs/ubifs/tnc.c
3384
found = ubifs_lookup_level0(c, key, &znode, &n);
fs/ubifs/tnc.c
3385
if (found < 0)
fs/ubifs/tnc.c
3386
return found; /* Error code */
fs/ubifs/tnc.c
3387
if (!found)
fs/ufs/dir.c
279
goto found;
fs/ufs/dir.c
290
found:
fs/ufs/inode.c
170
goto found;
fs/ufs/inode.c
194
found:
fs/verity/open.c
352
struct fsverity_info *vi = fsverity_get_info(inode), *found;
fs/verity/open.c
373
found = rhashtable_lookup_get_insert_fast(&fsverity_info_hash,
fs/verity/open.c
376
if (found) {
fs/verity/open.c
378
if (IS_ERR(found))
fs/verity/open.c
379
err = PTR_ERR(found);
fs/xfs/libxfs/xfs_bit.c
104
found:
fs/xfs/libxfs/xfs_bit.c
53
goto found;
fs/xfs/libxfs/xfs_bit.c
59
goto found;
fs/xfs/libxfs/xfs_bit.c
64
found:
fs/xfs/libxfs/xfs_bit.c
93
goto found;
fs/xfs/libxfs/xfs_bit.c
99
goto found;
fs/xfs/libxfs/xfs_iext_tree.c
957
goto found;
fs/xfs/libxfs/xfs_iext_tree.c
967
found:
fs/xfs/libxfs/xfs_rmap.c
441
int found = 0;
fs/xfs/libxfs/xfs_rmap.c
480
&found);
fs/xfs/libxfs/xfs_rmap.c
483
if (found)
fs/xfs/libxfs/xfs_rmap.c
540
int found = 0;
fs/xfs/libxfs/xfs_rmap.c
573
&found);
fs/xfs/libxfs/xfs_rmap.c
576
if (found)
fs/xfs/scrub/dir.c
810
bool found;
fs/xfs/scrub/dir.c
830
found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got);
fs/xfs/scrub/dir.c
831
while (found && !(sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT)) {
fs/xfs/scrub/dir.c
859
found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got);
fs/xfs/scrub/dir.c
885
found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got);
fs/xfs/scrub/dir.c
886
while (found && !(sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT)) {
fs/xfs/scrub/dir.c
923
found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got);
fs/xfs/scrub/rmap_repair.c
530
goto found;
fs/xfs/scrub/rmap_repair.c
544
found:
fs/xfs/xfs_dquot.c
1019
goto found;
fs/xfs/xfs_dquot.c
1070
found:
fs/xfs/xfs_dquot.c
920
goto found;
fs/xfs/xfs_dquot.c
941
found:
fs/xfs/xfs_iomap.c
1181
goto found;
fs/xfs/xfs_iomap.c
1211
goto found;
fs/xfs/xfs_iomap.c
1243
found:
fs/xfs/xfs_log_recover.c
1033
int found;
fs/xfs/xfs_log_recover.c
1079
found = xlog_rseek_logrec_hdr(log, first_bad, *tail_blk, 1,
fs/xfs/xfs_log_recover.c
1081
if (found < 0)
fs/xfs/xfs_log_recover.c
1082
return found;
fs/xfs/xfs_log_recover.c
1083
if (found == 0) /* XXX: right thing to do here? */
fs/xfs/xfs_log_recover.c
775
int found = 0;
fs/xfs/xfs_log_recover.c
794
if (++found == count)
fs/xfs/xfs_log_recover.c
804
if (tail_blk >= head_blk && found != count) {
fs/xfs/xfs_log_recover.c
815
if (++found == count)
fs/xfs/xfs_log_recover.c
821
return found;
fs/xfs/xfs_log_recover.c
849
int found = 0;
fs/xfs/xfs_log_recover.c
868
if (++found == count)
fs/xfs/xfs_log_recover.c
877
if (tail_blk > head_blk && found != count) {
fs/xfs/xfs_log_recover.c
888
if (++found == count)
fs/xfs/xfs_log_recover.c
894
return found;
fs/xfs/xfs_reflink.c
1779
bool found;
fs/xfs/xfs_reflink.c
1788
found = xfs_iext_lookup_extent(ip, ifp, 0, &icur, &got);
fs/xfs/xfs_reflink.c
1789
while (found) {
fs/xfs/xfs_reflink.c
1811
found = xfs_iext_next_extent(ifp, &icur, &got);
fs/xfs/xfs_reflink.c
366
bool *found)
fs/xfs/xfs_reflink.c
372
*found = false;
fs/xfs/xfs_reflink.c
394
*found = true;
fs/xfs/xfs_reflink.c
447
bool found;
fs/xfs/xfs_reflink.c
485
error = xfs_find_trim_cow_extent(ip, imap, cmap, shared, &found);
fs/xfs/xfs_reflink.c
489
if (found) {
fs/xfs/xfs_reflink.c
528
bool found;
fs/xfs/xfs_reflink.c
561
&found);
fs/xfs/xfs_reflink.c
565
if (found) {
fs/xfs/xfs_reflink.c
608
bool found;
fs/xfs/xfs_reflink.c
616
error = xfs_find_trim_cow_extent(ip, imap, cmap, shared, &found);
fs/xfs/xfs_reflink.c
621
if (found)
fs/xfs/xfs_zone_alloc.c
1282
struct xfs_open_zone *found = NULL, *oz;
fs/xfs/xfs_zone_alloc.c
1288
if (!found || oz->oz_allocated > found->oz_allocated)
fs/xfs/xfs_zone_alloc.c
1289
found = oz;
fs/xfs/xfs_zone_alloc.c
1293
return found;
fs/xfs/xfs_zone_alloc.c
461
goto found;
fs/xfs/xfs_zone_alloc.c
465
found:
fs/xfs/xfs_zone_gc.c
533
struct xfs_open_zone *oz, *found = NULL;
fs/xfs/xfs_zone_gc.c
537
if (!found || oz->oz_allocated < found->oz_allocated)
fs/xfs/xfs_zone_gc.c
538
found = oz;
fs/xfs/xfs_zone_gc.c
540
if (!found) {
fs/xfs/xfs_zone_gc.c
545
trace_xfs_zone_gc_target_stolen(found->oz_rtg);
fs/xfs/xfs_zone_gc.c
546
found->oz_is_gc = true;
fs/xfs/xfs_zone_gc.c
551
atomic_inc(&found->oz_ref);
fs/xfs/xfs_zone_gc.c
552
data->oz = found;
include/kunit/resource.h
327
struct kunit_resource *res, *found = NULL;
include/kunit/resource.h
334
found = res;
include/kunit/resource.h
335
kunit_get_resource(found);
include/kunit/resource.h
342
return found;
include/linux/bpf_verifier.h
1456
bool found;
include/linux/linear_range.h
51
bool *found);
include/linux/linear_range.h
54
bool *found);
include/linux/linear_range.h
59
unsigned int *selector, bool *found);
include/linux/linear_range.h
62
unsigned int *selector, bool *found);
include/linux/netfilter/nf_conntrack_common.h
9
unsigned int found;
include/linux/radix-tree.h
407
goto found;
include/linux/radix-tree.h
415
goto found;
include/linux/radix-tree.h
425
goto found;
include/linux/radix-tree.h
435
found:
include/trace/events/ext4.h
1099
__field( __u16, found )
include/trace/events/ext4.h
1122
__entry->found = ac->ac_found;
include/trace/events/ext4.h
1141
__entry->found, __entry->groups, show_criteria(__entry->cr),
include/trace/events/ext4.h
2376
int found),
include/trace/events/ext4.h
2378
TP_ARGS(inode, es, found),
include/trace/events/ext4.h
2386
__field( int, found )
include/trace/events/ext4.h
2397
__entry->found = found;
include/trace/events/ext4.h
2402
__entry->ino, __entry->found,
include/trace/events/ext4.h
2404
__entry->found ? __entry->pblk : 0,
include/trace/events/ext4.h
2405
show_extent_status(__entry->found ? __entry->status : 0))
include/xen/interface/xen-mca.h
242
bool found = 0;
include/xen/interface/xen-mca.h
250
found = 1;
include/xen/interface/xen-mca.h
256
*ret = found ? mic : NULL;
init/main.c
289
goto found;
init/main.c
294
found:
io_uring/cancel.c
363
bool found = false;
io_uring/cancel.c
372
found = true;
io_uring/cancel.c
375
return found;
io_uring/poll.c
739
bool found = false;
io_uring/poll.c
751
found = true;
io_uring/poll.c
755
return found;
ipc/msg.c
1076
struct msg_msg *msg, *found = NULL;
ipc/msg.c
1085
found = msg;
ipc/msg.c
1095
return found ?: ERR_PTR(-EAGAIN);
kernel/auditfilter.c
903
struct audit_entry *e, *found = NULL;
kernel/auditfilter.c
916
found = e;
kernel/auditfilter.c
927
found = e;
kernel/auditfilter.c
932
return found;
kernel/bpf/bpf_iter.c
315
bool found = false;
kernel/bpf/bpf_iter.c
322
found = true;
kernel/bpf/bpf_iter.c
328
WARN_ON(found == false);
kernel/bpf/btf.c
7872
bool found;
kernel/bpf/btf.c
7885
found = false;
kernel/bpf/btf.c
7889
found = true;
kernel/bpf/btf.c
7894
if (!found) {
kernel/bpf/cgroup.c
1039
bool found = false;
kernel/bpf/cgroup.c
1052
found = true;
kernel/bpf/cgroup.c
1056
if (!found)
kernel/bpf/kmem_cache_iter.c
118
bool found = false;
kernel/bpf/kmem_cache_iter.c
138
found = true;
kernel/bpf/kmem_cache_iter.c
145
if (!found)
kernel/bpf/lpm_trie.c
241
struct lpm_trie_node *node, *found = NULL;
kernel/bpf/lpm_trie.c
260
found = node;
kernel/bpf/lpm_trie.c
275
found = node;
kernel/bpf/lpm_trie.c
286
if (!found)
kernel/bpf/lpm_trie.c
289
return found->data + trie->data_size;
kernel/bpf/verifier.c
11999
if (meta->arg_constant.found) {
kernel/bpf/verifier.c
12014
meta->arg_constant.found = true;
kernel/bpf/verifier.c
12392
if (meta->arg_constant.found) {
kernel/bpf/verifier.c
12401
meta->arg_constant.found = true;
kernel/bpf/verifier.c
12879
if (!meta->arg_constant.found) {
kernel/bpf/verifier.c
7879
goto found;
kernel/bpf/verifier.c
7888
found:
kernel/cfi.c
89
bool found = false;
kernel/cfi.c
94
found = is_trap(addr, mod->kcfi_traps, mod->kcfi_traps_end);
kernel/cfi.c
96
return found;
kernel/debug/kdb/kdb_main.c
477
int found = 0;
kernel/debug/kdb/kdb_main.c
530
found = kdbgetsymval(symname, &symtab);
kernel/debug/kdb/kdb_main.c
531
if (found) {
kernel/debug/kdb/kdb_main.c
540
if (!found)
kernel/debug/kdb/kdb_main.c
541
found = kdbnearsym(addr, &symtab);
kernel/dma/swiotlb.c
1104
goto found;
kernel/dma/swiotlb.c
1114
found:
kernel/dma/swiotlb.c
1219
goto found;
kernel/dma/swiotlb.c
1247
found:
kernel/irq/irqdomain.c
528
struct irq_domain *h, *found = NULL;
kernel/irq/irqdomain.c
554
found = h;
kernel/irq/irqdomain.c
559
return found;
kernel/liveupdate/luo_file.c
557
bool found = false;
kernel/liveupdate/luo_file.c
565
found = true;
kernel/liveupdate/luo_file.c
570
if (!found)
kernel/liveupdate/luo_flb.c
163
bool found = false;
kernel/liveupdate/luo_flb.c
181
found = true;
kernel/liveupdate/luo_flb.c
186
if (!found)
kernel/liveupdate/luo_flb.c
322
bool found = false;
kernel/liveupdate/luo_flb.c
329
found = true;
kernel/liveupdate/luo_flb.c
334
if (!found) {
kernel/locking/lockdep.c
1252
bool found = false;
kernel/locking/lockdep.c
1270
found = true;
kernel/locking/lockdep.c
1276
return found;
kernel/locking/lockdep.c
6588
bool found = false;
kernel/locking/lockdep.c
6602
found = true;
kernel/locking/lockdep.c
6606
WARN_ON_ONCE(!found && debug_locks);
kernel/locking/lockdep.c
6607
if (found) {
kernel/power/energy_model.c
491
int found = 0;
kernel/power/energy_model.c
515
found++;
kernel/power/energy_model.c
520
if (!found)
kernel/ptrace.c
767
bool found = false;
kernel/ptrace.c
772
found = true;
kernel/ptrace.c
779
if (!found) /* beyond the end of the list */
kernel/sched/core.c
5106
bool found = false;
kernel/sched/core.c
5113
found = true;
kernel/sched/core.c
5118
rq->balance_callback = found ? &balance_push_callback : NULL;
kernel/sched/ext/idle.c
123
goto found;
kernel/sched/ext/idle.c
133
found:
kernel/sched/fair.c
1169
goto found;
kernel/sched/fair.c
1200
found:
kernel/sched/topology.c
2159
bool found = false;
kernel/sched/topology.c
2171
found = true;
kernel/sched/topology.c
2178
return found;
kernel/sched/topology.c
2535
int i, j = cpu_to_node(cpu), found = nr_cpu_ids;
kernel/sched/topology.c
2547
found = cpu;
kernel/sched/topology.c
2554
return found;
kernel/time/clocksource.c
1121
goto found;
kernel/time/clocksource.c
1156
found:
kernel/trace/fgraph.c
490
goto found;
kernel/trace/fgraph.c
495
found:
kernel/trace/ftrace.c
2619
struct ftrace_ops *op, *found = NULL;
kernel/trace/ftrace.c
2625
if (found)
kernel/trace/ftrace.c
2627
found = op;
kernel/trace/ftrace.c
2632
return found;
kernel/trace/ftrace.c
4978
int found = 0;
kernel/trace/ftrace.c
5011
found = 1;
kernel/trace/ftrace.c
5016
return found;
kernel/trace/ftrace.c
9268
size_t found;
kernel/trace/ftrace.c
9293
args->found++;
kernel/trace/ftrace.c
9294
return args->found == args->cnt ? 1 : 0;
kernel/trace/ftrace.c
9343
args.found = 0;
kernel/trace/pid_list.c
307
goto found;
kernel/trace/pid_list.c
311
found:
kernel/trace/ring_buffer_benchmark.c
195
int found = 1;
kernel/trace/ring_buffer_benchmark.c
197
while (found && !test_error) {
kernel/trace/ring_buffer_benchmark.c
200
found = 0;
kernel/trace/ring_buffer_benchmark.c
213
found = 1;
kernel/trace/trace.c
6838
char *found;
kernel/trace/trace.c
6843
found = strstr(cmd, str);
kernel/trace/trace.c
6844
if (found)
kernel/trace/trace.c
6845
return found - cmd;
kernel/trace/trace.c
8516
struct trace_array *tr, *found = NULL;
kernel/trace/trace.c
8520
found = tr;
kernel/trace/trace.c
8525
return found;
kernel/trace/trace_events_hist.c
1007
bool found = false;
kernel/trace/trace_events_hist.c
1014
found = true;
kernel/trace/trace_events_hist.c
1020
return found;
kernel/trace/trace_events_hist.c
1026
struct hist_var_data *var_data, *found = NULL;
kernel/trace/trace_events_hist.c
1030
found = var_data;
kernel/trace/trace_events_hist.c
1035
return found;
kernel/trace/trace_events_hist.c
1124
struct hist_field *hist_field, *found = NULL;
kernel/trace/trace_events_hist.c
1131
found = hist_field;
kernel/trace/trace_events_hist.c
1136
return found;
kernel/trace/trace_events_hist.c
1172
struct trace_event_file *file, *found = NULL;
kernel/trace/trace_events_hist.c
1180
if (file == found)
kernel/trace/trace_events_hist.c
1184
if (found) {
kernel/trace/trace_events_hist.c
1189
found = file;
kernel/trace/trace_events_hist.c
1193
return found;
kernel/trace/trace_events_hist.c
1221
struct hist_field *hist_field, *found = NULL;
kernel/trace/trace_events_hist.c
1237
if (found) {
kernel/trace/trace_events_hist.c
1243
found = hist_field;
kernel/trace/trace_events_hist.c
1247
return found;
kernel/trace/trace_events_hist.c
977
struct hist_field *found = NULL;
kernel/trace/trace_events_hist.c
983
found = find_var_ref(var_data->hist_data, hist_data, var_idx);
kernel/trace/trace_events_hist.c
984
if (found)
kernel/trace/trace_events_hist.c
988
return found;
kernel/trace/trace_events_user.c
691
struct user_event_mm *found = NULL;
kernel/trace/trace_events_user.c
718
mm->next = found;
kernel/trace/trace_events_user.c
719
found = user_event_mm_get(mm);
kernel/trace/trace_events_user.c
727
return found;
kernel/trace/trace_osnoise.c
115
int found = 0;
kernel/trace/trace_osnoise.c
120
found = 1;
kernel/trace/trace_osnoise.c
124
return found;
kernel/trace/trace_osnoise.c
164
int found = 0;
kernel/trace/trace_osnoise.c
174
found = 1;
kernel/trace/trace_osnoise.c
179
if (!found)
kernel/trace/trace_output.c
1141
bool found = false;
kernel/trace/trace_output.c
1145
found = true;
kernel/trace/trace_output.c
1152
if (!found) {
kernel/trace/trace_probe.c
1785
int i, found = 0;
kernel/trace/trace_probe.c
1798
found = 1;
kernel/trace/trace_probe.c
1811
found = 1;
kernel/trace/trace_probe.c
1815
return found;
kernel/trace/trace_probe.c
712
goto found;
kernel/trace/trace_probe.c
751
goto found;
kernel/trace/trace_probe.c
757
found:
kernel/trace/trace_selftest.c
817
long long found = -1;
kernel/trace/trace_selftest.c
837
found = *(char *)p;
kernel/trace/trace_selftest.c
841
found = *(short *)p;
kernel/trace/trace_selftest.c
845
found = *(int *)p;
kernel/trace/trace_selftest.c
849
found = *(long long *)p;
kernel/trace/trace_selftest.c
853
if (found != expect) {
kernel/trace/trace_selftest.c
855
"%s returned not %lld but %lld\n", type, expect, found);
kernel/trace/trace_stack.c
224
int found = 0;
kernel/trace/trace_stack.c
238
found = 1;
kernel/trace/trace_stack.c
256
if (!found)
kernel/watch_queue.c
546
goto found;
kernel/watch_queue.c
551
found:
lib/asn1_encoder.c
29
bool found = false;
lib/asn1_encoder.c
55
if (!found && byte == 0)
lib/asn1_encoder.c
64
if (!found && (byte & 0x80)) {
lib/asn1_encoder.c
73
found = true;
lib/bootconfig.c
360
goto found;
lib/bootconfig.c
377
found:
lib/codetag.c
352
struct codetag_module *found = NULL;
lib/codetag.c
359
found = cmod;
lib/codetag.c
363
if (found) {
lib/codetag.c
373
if (found && cttype->desc.free_section_mem)
lib/fault-inject.c
105
found = true;
lib/fault-inject.c
107
return found;
lib/fault-inject.c
93
bool found = (attr->require_start == 0 && attr->require_end == ULONG_MAX);
lib/fault-inject.c
95
if (depth == 0 || (found && !attr->reject_start && !attr->reject_end))
lib/fault-inject.c
96
return found;
lib/find_bit.c
83
goto found; \
lib/find_bit.c
90
found: \
lib/genalloc.c
556
bool found = false;
lib/genalloc.c
564
found = true;
lib/genalloc.c
570
return found;
lib/is_single_threaded.c
38
goto found;
lib/is_single_threaded.c
50
found:
lib/kunit/kunit-test.c
423
struct kunit_resource res1, res2, *found = NULL;
lib/kunit/kunit-test.c
442
found = kunit_find_named_resource(test, "resource_1");
lib/kunit/kunit-test.c
444
KUNIT_EXPECT_PTR_EQ(test, found, &res1);
lib/kunit/kunit-test.c
446
if (found)
lib/linear_ranges.c
140
bool *found)
lib/linear_ranges.c
142
*found = false;
lib/linear_ranges.c
152
*found = true;
lib/linear_ranges.c
184
unsigned int *selector, bool *found)
lib/linear_ranges.c
193
found);
lib/linear_ranges.c
197
if (*found)
lib/linear_ranges.c
221
bool *found)
lib/linear_ranges.c
223
*found = false;
lib/linear_ranges.c
233
*found = true;
lib/linear_ranges.c
264
unsigned int *selector, bool *found)
lib/linear_ranges.c
271
found);
lib/logic_iomem.c
102
if (!found)
lib/logic_iomem.c
111
offs = rreg->ops->map(offset - found->res->start,
lib/logic_iomem.c
89
struct logic_iomem_region *rreg, *found = NULL;
lib/logic_iomem.c
98
found = rreg;
lib/maple_tree.c
4298
bool found = false;
lib/maple_tree.c
4328
found = true;
lib/maple_tree.c
4347
return found;
lib/rhashtable.c
704
bool found = false;
lib/rhashtable.c
712
if (found) {
lib/rhashtable.c
718
found = true;
lib/rhashtable.c
720
if (!found)
lib/rhashtable.c
896
goto found;
lib/rhashtable.c
915
goto found;
lib/rhashtable.c
921
found:
lib/stackdepot.c
647
struct stack_record *found = NULL;
lib/stackdepot.c
676
found = find_stack(bucket, entries, nr_entries, hash, depot_flags);
lib/stackdepot.c
677
if (found)
lib/stackdepot.c
703
found = find_stack(bucket, entries, nr_entries, hash, depot_flags);
lib/stackdepot.c
704
if (!found) {
lib/stackdepot.c
714
found = new;
lib/stackdepot.c
737
if (found)
lib/stackdepot.c
738
handle = found->handle.handle;
lib/test_rhashtable.c
317
bool found;
lib/test_rhashtable.c
336
found = false;
lib/test_rhashtable.c
340
found = true;
lib/test_rhashtable.c
347
if (WARN(!found, "element %d not found", i))
lib/test_xarray.c
1840
unsigned int i, found;
lib/test_xarray.c
1862
found = 0;
lib/test_xarray.c
1865
found++;
lib/test_xarray.c
1869
XA_BUG_ON(xa, found != 1 << (order - new_order));
lib/test_xarray.c
1878
unsigned int i, found;
lib/test_xarray.c
1909
found = 0;
lib/test_xarray.c
1912
found++;
lib/test_xarray.c
1916
XA_BUG_ON(xa, found != 1 << (order - new_order));
lib/tests/test_linear_ranges.c
139
bool found;
lib/tests/test_linear_ranges.c
143
&sel, &found);
lib/tests/test_linear_ranges.c
146
KUNIT_EXPECT_TRUE(test, found);
lib/tests/test_linear_ranges.c
150
&sel, &found);
lib/tests/test_linear_ranges.c
154
&sel, &found);
lib/tests/test_linear_ranges.c
156
KUNIT_EXPECT_FALSE(test, found);
lib/tests/test_linear_ranges.c
172
bool found;
lib/tests/test_linear_ranges.c
177
&found);
lib/tests/test_linear_ranges.c
180
KUNIT_EXPECT_TRUE(test, found);
lib/tests/test_linear_ranges.c
185
&found);
lib/tests/test_linear_ranges.c
188
KUNIT_EXPECT_TRUE(test, found);
lib/tests/test_linear_ranges.c
197
&sel, &found);
lib/tests/test_linear_ranges.c
201
KUNIT_EXPECT_FALSE(test, found);
lib/tests/util_macros_kunit.c
122
int found = find_closest_descending(i, array, \
lib/tests/util_macros_kunit.c
124
KUNIT_ASSERT_EQ(ctx, exp_idx, found); \
lib/tests/util_macros_kunit.c
15
int found = find_closest(i, array, ARRAY_SIZE(array)); \
lib/tests/util_macros_kunit.c
16
KUNIT_ASSERT_EQ(ctx, exp_idx, found); \
lib/vsprintf.c
1658
bool found = true;
lib/vsprintf.c
1693
found = false;
lib/vsprintf.c
1696
} while (found);
lib/vsprintf.c
1925
bool found = true;
lib/vsprintf.c
1948
found = false;
lib/vsprintf.c
1951
} while (found);
lib/xarray.c
2125
goto found;
lib/xarray.c
2130
found:
mm/damon/sysfs-common.c
121
bool found = false;
mm/damon/sysfs-common.c
137
found = true;
mm/damon/sysfs-common.c
144
return found ? 0 : -EINVAL;
mm/hugetlb.c
3090
goto found;
mm/hugetlb.c
3099
goto found;
mm/hugetlb.c
3102
found:
mm/hugetlb.c
3712
goto found;
mm/hugetlb.c
3718
goto found;
mm/hugetlb.c
3723
found:
mm/kfence/report.c
121
goto found;
mm/kfence/report.c
125
found:
mm/kmemleak.c
2186
bool found = false;
mm/kmemleak.c
2191
found |= __dump_str_object_info(addr, 0);
mm/kmemleak.c
2192
found |= __dump_str_object_info(addr, OBJECT_PHYS);
mm/kmemleak.c
2193
found |= __dump_str_object_info(addr, OBJECT_PERCPU);
mm/kmemleak.c
2195
if (!found) {
mm/ksm.c
1667
struct ksm_stable_node *dup, *found = NULL, *stable_node = *_stable_node;
mm/ksm.c
1697
if (!found || (is_page_sharing_candidate(dup) &&
mm/ksm.c
1698
(!is_page_sharing_candidate(found) ||
mm/ksm.c
1700
if (found)
mm/ksm.c
1702
found = dup;
mm/ksm.c
1703
found_rmap_hlist_len = found->rmap_hlist_len;
mm/ksm.c
1707
is_page_sharing_candidate(found))
mm/ksm.c
1714
if (found) {
mm/ksm.c
1715
if (hlist_is_singular_node(&found->hlist_dup, &stable_node->hlist)) {
mm/ksm.c
1728
rb_replace_node(&stable_node->node, &found->node,
mm/ksm.c
1738
*_stable_node = found;
mm/ksm.c
1746
} else if (stable_node->hlist.first != &found->hlist_dup &&
mm/ksm.c
1747
__is_page_sharing_candidate(found, 1)) {
mm/ksm.c
1763
hlist_del(&found->hlist_dup);
mm/ksm.c
1764
hlist_add_head(&found->hlist_dup,
mm/ksm.c
1772
*_stable_node_dup = found;
mm/ksm.c
2671
int found;
mm/ksm.c
2673
found = walk_page_range_vma(vma, ksm_scan.address,
mm/ksm.c
2678
if (found > 0) {
mm/ksm.c
2683
VM_WARN_ON_ONCE(found < 0);
mm/ksm.c
617
int found = 0;
mm/ksm.c
645
found = (folio && folio_test_ksm(folio)) ||
mm/ksm.c
647
if (found) {
mm/ksm.c
654
return found;
mm/memblock.c
1540
phys_addr_t found;
mm/memblock.c
1560
found = memblock_find_in_range_node(size, align, start, end, nid,
mm/memblock.c
1562
if (found && !__memblock_reserve(found, size, nid, MEMBLOCK_RSRV_KERN))
mm/memblock.c
1566
found = memblock_find_in_range_node(size, align, start,
mm/memblock.c
1569
if (found && !memblock_reserve_kern(found, size))
mm/memblock.c
1594
kmemleak_alloc_phys(found, size, 0);
mm/memblock.c
1603
accept_memory(found, size);
mm/memblock.c
1605
return found;
mm/memory_hotplug.c
1758
goto found;
mm/memory_hotplug.c
1780
goto found;
mm/memory_hotplug.c
1788
found:
mm/pagewalk.c
1006
goto found;
mm/pagewalk.c
1011
goto found;
mm/pagewalk.c
1018
found:
mm/pagewalk.c
948
goto found;
mm/pagewalk.c
979
goto found;
mm/pagewalk.c
984
goto found;
mm/shmem_quota.c
189
goto found;
mm/shmem_quota.c
213
found:
mm/shmem_quota.c
288
goto found;
mm/shmem_quota.c
297
found:
mm/swapfile.c
1012
return found;
mm/swapfile.c
1020
unsigned int found = SWAP_ENTRY_INVALID;
mm/swapfile.c
1029
found = alloc_swap_scan_cluster(si, ci, folio, offset);
mm/swapfile.c
1030
if (found)
mm/swapfile.c
1034
return found;
mm/swapfile.c
1097
unsigned int offset = SWAP_ENTRY_INVALID, found = SWAP_ENTRY_INVALID;
mm/swapfile.c
1118
found = alloc_swap_scan_cluster(si, ci, folio, offset);
mm/swapfile.c
1122
if (found)
mm/swapfile.c
1132
found = alloc_swap_scan_list(si, &si->free_clusters, folio, false);
mm/swapfile.c
1133
if (found)
mm/swapfile.c
1138
found = alloc_swap_scan_list(si, &si->nonfull_clusters[order], folio, true);
mm/swapfile.c
1139
if (found)
mm/swapfile.c
1144
found = alloc_swap_scan_list(si, &si->free_clusters, folio, false);
mm/swapfile.c
1145
if (found)
mm/swapfile.c
1160
found = alloc_swap_scan_list(si, &si->frag_clusters[order], folio, false);
mm/swapfile.c
1161
if (found)
mm/swapfile.c
1174
found = alloc_swap_scan_list(si, &si->frag_clusters[o], folio, true);
mm/swapfile.c
1175
if (found)
mm/swapfile.c
1178
found = alloc_swap_scan_list(si, &si->nonfull_clusters[o], folio, true);
mm/swapfile.c
1179
if (found)
mm/swapfile.c
1186
return found;
mm/swapfile.c
3071
int err, found = 0;
mm/swapfile.c
3088
found = 1;
mm/swapfile.c
3093
if (!found) {
mm/swapfile.c
626
struct swap_cluster_info *ci, *found = NULL;
mm/swapfile.c
642
found = ci;
mm/swapfile.c
648
if (found && flags == CLUSTER_FLAG_FREE) {
mm/swapfile.c
650
VM_WARN_ON_ONCE(cluster_table_is_alloced(found));
mm/swapfile.c
651
return swap_cluster_populate(si, found);
mm/swapfile.c
654
return found;
mm/swapfile.c
968
unsigned int next = SWAP_ENTRY_INVALID, found = SWAP_ENTRY_INVALID;
mm/swapfile.c
997
found = offset;
mm/userfaultfd.c
3582
bool found;
mm/userfaultfd.c
3649
found = false;
mm/userfaultfd.c
3708
found = true;
mm/userfaultfd.c
3710
VM_WARN_ON_ONCE(!found);
mm/userfaultfd.c
3754
bool found;
mm/userfaultfd.c
3797
found = false;
mm/userfaultfd.c
3823
found = true;
mm/userfaultfd.c
3825
VM_WARN_ON_ONCE(!found);
net/9p/mod.c
100
return found;
net/9p/mod.c
110
struct p9_trans_module *found = NULL;
net/9p/mod.c
112
found = _p9_get_trans_by_name(s);
net/9p/mod.c
115
if (!found) {
net/9p/mod.c
117
found = _p9_get_trans_by_name(s);
net/9p/mod.c
121
return found;
net/9p/mod.c
136
struct p9_trans_module *t, *found = NULL;
net/9p/mod.c
143
found = t;
net/9p/mod.c
147
if (!found)
net/9p/mod.c
150
found = t;
net/9p/mod.c
156
for (i = 0; !found && i < ARRAY_SIZE(v9fs_default_transports); i++)
net/9p/mod.c
157
found = v9fs_get_trans_by_name(v9fs_default_transports[i]);
net/9p/mod.c
159
return found;
net/9p/mod.c
87
struct p9_trans_module *t, *found = NULL;
net/9p/mod.c
94
found = t;
net/9p/trans_usbg.c
386
int found = 0;
net/9p/trans_usbg.c
397
found = 1;
net/9p/trans_usbg.c
405
if (!found) {
net/9p/trans_virtio.c
702
int found = 0;
net/9p/trans_virtio.c
712
found = 1;
net/9p/trans_virtio.c
720
if (!found) {
net/batman-adv/translation-table.c
1491
bool found = false;
net/batman-adv/translation-table.c
1495
found = true;
net/batman-adv/translation-table.c
1503
return found;
net/bluetooth/hci_core.c
3159
goto found;
net/bluetooth/hci_core.c
3164
found:
net/bluetooth/mgmt.c
2849
int err, found;
net/bluetooth/mgmt.c
2874
found = 0;
net/bluetooth/mgmt.c
2882
found++;
net/bluetooth/mgmt.c
2885
if (found == 0) {
net/bridge/br_multicast.c
1529
goto found;
net/bridge/br_multicast.c
1545
found:
net/bridge/br_vlan.c
1576
int found;
net/bridge/br_vlan.c
1579
found = netdev_walk_all_upper_dev_rcu(dev, br_vlan_is_bind_vlan_dev_fn,
net/bridge/br_vlan.c
1583
return !!found;
net/bridge/br_vlan.c
1595
int found = 0;
net/bridge/br_vlan.c
1600
found = 1;
net/bridge/br_vlan.c
1603
return found;
net/ceph/decode.c
102
bool found;
net/ceph/decode.c
116
found = false;
net/ceph/decode.c
124
if (found) {
net/ceph/decode.c
131
found = true;
net/ceph/decode.c
135
if (found)
net/ceph/osd_client.c
3449
bool found = false;
net/ceph/osd_client.c
3460
found = true;
net/ceph/osd_client.c
3475
found = true;
net/ceph/osd_client.c
3483
if (found)
net/ceph/osd_client.c
5760
goto found;
net/ceph/osd_client.c
5767
found:
net/core/lwtunnel.c
119
bool found = false;
net/core/lwtunnel.c
133
found = true;
net/core/lwtunnel.c
136
if (found) {
net/core/neighbour.c
2388
bool found = false;
net/core/neighbour.c
2414
found = true;
net/core/neighbour.c
2419
if (!found) {
net/core/net-procfs.c
247
goto found;
net/core/net-procfs.c
253
goto found;
net/core/net-procfs.c
264
goto found;
net/core/net-procfs.c
270
goto found;
net/core/net-procfs.c
283
found:
net/core/rtnetlink.c
3559
bool found = false;
net/core/rtnetlink.c
3568
found = true;
net/core/rtnetlink.c
3575
if (!found)
net/devlink/netlink.c
206
goto found;
net/devlink/netlink.c
221
goto found;
net/devlink/netlink.c
227
goto found;
net/devlink/netlink.c
233
found:
net/dsa/tag.c
207
bool found = false;
net/dsa/tag.c
215
found = true;
net/dsa/tag.c
220
if (found) {
net/ieee802154/nl802154.c
113
bool found = false;
net/ieee802154/nl802154.c
121
found = true;
net/ieee802154/nl802154.c
125
if (!found)
net/ipv4/fib_trie.c
1469
goto found;
net/ipv4/fib_trie.c
1544
found:
net/ipv4/fib_trie.c
1778
goto found;
net/ipv4/fib_trie.c
1799
goto found;
net/ipv4/fib_trie.c
1808
found:
net/ipv4/fib_trie.c
2008
int found = 0;
net/ipv4/fib_trie.c
2067
found++;
net/ipv4/fib_trie.c
2079
pr_debug("trie_flush found=%d\n", found);
net/ipv4/fib_trie.c
2080
return found;
net/ipv4/fib_trie.c
2700
goto found;
net/ipv4/fib_trie.c
2709
goto found;
net/ipv4/fib_trie.c
2714
found:
net/ipv4/inet_connection_sock.c
978
bool found = false;
net/ipv4/inet_connection_sock.c
986
found = __sk_nulls_del_node_init_rcu(sk);
net/ipv4/inet_connection_sock.c
990
return found;
net/ipv4/inet_hashtables.c
560
goto found;
net/ipv4/inet_hashtables.c
572
found:
net/ipv4/ipconfig.c
1442
int found = 0;
net/ipv4/ipconfig.c
1450
found = 1;
net/ipv4/ipconfig.c
1455
if (found)
net/ipv4/ipmr.c
1148
bool found = false;
net/ipv4/ipmr.c
1161
found = true;
net/ipv4/ipmr.c
1166
if (!found) {
net/ipv4/ipmr.c
1246
bool found;
net/ipv4/ipmr.c
1295
found = false;
net/ipv4/ipmr.c
1304
found = true;
net/ipv4/ipmr.c
1312
if (found) {
net/ipv4/netfilter/nft_fib_ipv4.c
146
found = FIB_RES_DEV(res);
net/ipv4/netfilter/nft_fib_ipv4.c
150
found = oif;
net/ipv4/netfilter/nft_fib_ipv4.c
153
nft_fib_store_result(dest, priv, found);
net/ipv4/netfilter/nft_fib_ipv4.c
77
const struct net_device *found;
net/ipv4/nexthop.c
1968
bool found = false;
net/ipv4/nexthop.c
1976
found = true;
net/ipv4/nexthop.c
1981
if (!found)
net/ipv4/ping.c
1020
goto found;
net/ipv4/ping.c
1024
found:
net/ipv4/tcp_cubic.c
100
u8 found; /* the exit point is found? */
net/ipv4/tcp_cubic.c
110
ca->found = 0;
net/ipv4/tcp_cubic.c
414
ca->found = 1;
net/ipv4/tcp_cubic.c
437
ca->found = 1;
net/ipv4/tcp_cubic.c
471
if (!ca->found && tcp_in_slow_start(tp) && hystart)
net/ipv4/tcp_metrics.c
937
bool src = true, found = false;
net/ipv4/tcp_metrics.c
961
found = true;
net/ipv4/tcp_metrics.c
967
if (!found)
net/ipv4/udp.c
274
goto found;
net/ipv4/udp.c
304
goto found;
net/ipv4/udp.c
310
found:
net/ipv4/udp.c
3181
goto found;
net/ipv4/udp.c
3186
found:
net/ipv6/addrconf.c
4602
int i, ret = 0, found = 0;
net/ipv6/addrconf.c
4623
if (found > 1 && separated) {
net/ipv6/addrconf.c
4629
found++;
net/ipv6/anycast.c
494
bool found = false;
net/ipv6/anycast.c
498
found = ipv6_chk_acast_dev(dev, addr);
net/ipv6/anycast.c
508
found = true;
net/ipv6/anycast.c
514
return found;
net/ipv6/exthdrs_core.c
197
bool found;
net/ipv6/exthdrs_core.c
215
found = (nexthdr == target);
net/ipv6/exthdrs_core.c
218
if (target < 0 || found)
net/ipv6/exthdrs_core.c
240
found = false;
net/ipv6/exthdrs_core.c
266
if (!found)
net/ipv6/exthdrs_core.c
280
if (!found) {
net/ipv6/exthdrs_core.c
284
} while (!found);
net/ipv6/inet6_hashtables.c
115
goto found;
net/ipv6/inet6_hashtables.c
121
found:
net/ipv6/ip6_fib.c
1102
int found = 0;
net/ipv6/ip6_fib.c
1131
found++;
net/ipv6/ip6_fib.c
1185
if (fallback_ins && !found) {
net/ipv6/ip6_fib.c
1192
found++;
net/ipv6/ip6_fib.c
1300
if (!found) {
net/ipv6/ip6_flowlabel.c
569
goto found;
net/ipv6/ip6_flowlabel.c
573
found:
net/ipv6/ip6mr.c
1188
bool found = false;
net/ipv6/ip6mr.c
1201
found = true;
net/ipv6/ip6mr.c
1206
if (!found) {
net/ipv6/ip6mr.c
1480
bool found;
net/ipv6/ip6mr.c
1536
found = false;
net/ipv6/ip6mr.c
1545
found = true;
net/ipv6/ip6mr.c
1553
if (found) {
net/ipv6/netfilter/nft_fib_ipv6.c
207
const struct net_device *found = NULL;
net/ipv6/netfilter/nft_fib_ipv6.c
248
found = fib6_info_nh_dev(res.f6i);
net/ipv6/netfilter/nft_fib_ipv6.c
251
found = oif;
net/ipv6/netfilter/nft_fib_ipv6.c
253
nft_fib_store_result(dest, priv, found);
net/ipv6/sit.c
858
bool found = false;
net/ipv6/sit.c
876
found = true;
net/ipv6/sit.c
886
found = true;
net/ipv6/sit.c
892
return found;
net/l2tp/l2tp_ip.c
84
goto found;
net/l2tp/l2tp_ip.c
88
found:
net/l2tp/l2tp_ip6.c
94
goto found;
net/l2tp/l2tp_ip6.c
98
found:
net/llc/llc_conn.c
497
goto found;
net/llc/llc_conn.c
508
found:
net/llc/llc_conn.c
560
goto found;
net/llc/llc_conn.c
571
found:
net/llc/llc_proc.c
42
goto found; /* keep the lock */
net/llc/llc_proc.c
49
found:
net/llc/llc_sap.c
332
goto found;
net/llc/llc_sap.c
343
found:
net/mac80211/chan.c
118
bool found;
net/mac80211/chan.c
129
found = ieee80211_chanctx_user_iter_next_nan_channel(ctx, iter);
net/mac80211/chan.c
131
found = ieee80211_chanctx_user_iter_next_link(ctx, iter, type);
net/mac80211/chan.c
133
if (found)
net/mac80211/mlme.c
3826
struct ieee80211_sub_if_data *sdata, *found = NULL;
net/mac80211/mlme.c
3849
found = sdata;
net/mac80211/mlme.c
3853
if (count == 1 && ieee80211_powersave_allowed(found)) {
net/mac80211/mlme.c
3854
u8 dtimper = found->deflink.u.mgd.dtim_period;
net/mac80211/mlme.c
3866
local->ps_sdata = found;
net/mac80211/offchannel.c
723
struct ieee80211_roc_work *roc, *tmp, *found = NULL;
net/mac80211/offchannel.c
739
found = roc;
net/mac80211/offchannel.c
743
if (!found) {
net/mac80211/offchannel.c
747
if (!found->started) {
net/mac80211/offchannel.c
748
ieee80211_roc_notify_destroy(found);
net/mac80211/offchannel.c
783
if (roc == found)
net/mac80211/offchannel.c
784
found = NULL;
net/mac80211/offchannel.c
789
WARN_ON(found);
net/mac80211/offchannel.c
794
found->abort = true;
net/mac80211/rc80211_minstrel_ht.c
1001
found:
net/mac80211/rc80211_minstrel_ht.c
982
goto found;
net/mac802154/llsec.c
581
goto found;
net/mac802154/llsec.c
591
goto found;
net/mac802154/llsec.c
597
found:
net/mptcp/pm_kernel.c
126
bool found = false;
net/mptcp/pm_kernel.c
141
found = true;
net/mptcp/pm_kernel.c
146
return found;
net/mptcp/pm_kernel.c
154
bool found = false;
net/mptcp/pm_kernel.c
172
found = true;
net/mptcp/pm_kernel.c
177
return found;
net/mptcp/pm_kernel.c
516
int found = 0;
net/mptcp/pm_kernel.c
558
found = 1;
net/mptcp/pm_kernel.c
563
return found;
net/mptcp/token.c
224
goto found;
net/mptcp/token.c
231
found:
net/mptcp/token.c
271
goto found;
net/mptcp/token.c
279
found:
net/ncsi/ncsi-manage.c
1239
struct ncsi_channel *nc, *found, *hot_nc;
net/ncsi/ncsi-manage.c
1254
found = NULL;
net/ncsi/ncsi-manage.c
1271
if (!found)
net/ncsi/ncsi-manage.c
1272
found = nc;
net/ncsi/ncsi-manage.c
1275
found = nc;
net/ncsi/ncsi-manage.c
1279
found = nc;
net/ncsi/ncsi-manage.c
1308
if (list_empty(&ndp->channel_queue) && found) {
net/ncsi/ncsi-manage.c
1311
found->id);
net/ncsi/ncsi-manage.c
1313
list_add_tail_rcu(&found->link, &ndp->channel_queue);
net/ncsi/ncsi-manage.c
1315
} else if (!found) {
net/ncsi/ncsi-manage.c
1671
bool found = false;
net/ncsi/ncsi-manage.c
1710
found = ncsi_kick_channels(ndp) != 0;
net/ncsi/ncsi-manage.c
1712
return found ? ncsi_process_next_channel(ndp) : 0;
net/ncsi/ncsi-manage.c
1721
bool found = false;
net/ncsi/ncsi-manage.c
1739
found = true;
net/ncsi/ncsi-manage.c
1743
if (!found) {
net/ncsi/ncsi-manage.c
1748
found = ncsi_kick_channels(ndp) != 0;
net/ncsi/ncsi-manage.c
1750
return found ? ncsi_process_next_channel(ndp) : 0;
net/ncsi/ncsi-manage.c
370
goto found;
net/ncsi/ncsi-manage.c
382
goto found;
net/ncsi/ncsi-manage.c
385
found:
net/ncsi/ncsi-netlink.c
100
bool found;
net/ncsi/ncsi-netlink.c
108
found = false;
net/ncsi/ncsi-netlink.c
145
found = true;
net/ncsi/ncsi-netlink.c
148
if (!found)
net/netfilter/ipset/ip_set_core.c
124
#define find_set_type_get(name, family, revision, found) \
net/netfilter/ipset/ip_set_core.c
125
__find_set_type_get(name, family, revision, found, false)
net/netfilter/ipset/ip_set_core.c
129
struct ip_set_type **found, bool retry)
net/netfilter/ipset/ip_set_core.c
138
*found = find_set_type(name, family, revision);
net/netfilter/ipset/ip_set_core.c
139
if (*found) {
net/netfilter/ipset/ip_set_core.c
140
err = !try_module_get((*found)->me) ? -EFAULT : 0;
net/netfilter/ipset/ip_set_core.c
154
__find_set_type_get(name, family, revision, found, true);
net/netfilter/ipset/ip_set_core.c
173
bool found = false;
net/netfilter/ipset/ip_set_core.c
184
found = true;
net/netfilter/ipset/ip_set_core.c
191
if (found)
net/netfilter/ipvs/ip_vs_ftp.c
121
bool found = false;
net/netfilter/ipvs/ip_vs_ftp.c
126
if (!found) {
net/netfilter/ipvs/ip_vs_ftp.c
133
found = true;
net/netfilter/ipvs/ip_vs_wrr.c
181
goto found;
net/netfilter/ipvs/ip_vs_wrr.c
210
found:
net/netfilter/nf_conncount.c
105
const struct nf_conntrack_tuple_hash *found;
net/netfilter/nf_conncount.c
110
found = nf_conntrack_find_get(net, &conn->zone, &conn->tuple);
net/netfilter/nf_conncount.c
111
if (found)
net/netfilter/nf_conncount.c
112
return found;
net/netfilter/nf_conncount.c
173
const struct nf_conntrack_tuple_hash *found;
net/netfilter/nf_conncount.c
209
found = find_or_evict(net, list, conn);
net/netfilter/nf_conncount.c
210
if (IS_ERR(found)) {
net/netfilter/nf_conncount.c
212
if (PTR_ERR(found) == -EAGAIN) {
net/netfilter/nf_conncount.c
223
found_ct = nf_ct_tuplehash_to_ctrack(found);
net/netfilter/nf_conncount.c
306
const struct nf_conntrack_tuple_hash *found;
net/netfilter/nf_conncount.c
317
found = find_or_evict(net, list, conn);
net/netfilter/nf_conncount.c
318
if (IS_ERR(found)) {
net/netfilter/nf_conncount.c
319
if (PTR_ERR(found) == -ENOENT)
net/netfilter/nf_conncount.c
324
found_ct = nf_ct_tuplehash_to_ctrack(found);
net/netfilter/nf_conntrack_core.c
1361
NF_CT_STAT_INC_ATOMIC(net, found);
net/netfilter/nf_conntrack_core.c
2342
goto found;
net/netfilter/nf_conntrack_core.c
2350
found:
net/netfilter/nf_conntrack_ftp.c
384
int found = 0, ends_in_nl;
net/netfilter/nf_conntrack_ftp.c
446
found = find_pattern(fb_ptr, datalen,
net/netfilter/nf_conntrack_ftp.c
454
if (found) break;
net/netfilter/nf_conntrack_ftp.c
456
if (found == -1) {
net/netfilter/nf_conntrack_ftp.c
465
} else if (found == 0) { /* No match */
net/netfilter/nf_conntrack_helper.c
118
bool found = false;
net/netfilter/nf_conntrack_helper.c
122
found = true;
net/netfilter/nf_conntrack_helper.c
126
return found ? cur : NULL;
net/netfilter/nf_conntrack_helper.c
305
bool found = false;
net/netfilter/nf_conntrack_helper.c
309
found = true;
net/netfilter/nf_conntrack_helper.c
313
return found ? cur : NULL;
net/netfilter/nf_conntrack_helper.c
322
bool found = false;
net/netfilter/nf_conntrack_helper.c
326
found = true;
net/netfilter/nf_conntrack_helper.c
330
return found ? cur : NULL;
net/netfilter/nf_conntrack_netlink.c
2497
if (nla_put_be32(skb, CTA_STATS_FOUND, htonl(st->found)) ||
net/netfilter/nf_conntrack_sip.c
888
int found = 0;
net/netfilter/nf_conntrack_sip.c
902
found = 1;
net/netfilter/nf_conntrack_sip.c
906
return found;
net/netfilter/nf_conntrack_standalone.c
454
st->found,
net/netfilter/nf_flow_table_path.c
195
bool found = false;
net/netfilter/nf_flow_table_path.c
201
found = true;
net/netfilter/nf_flow_table_path.c
205
return found;
net/netfilter/nf_tables_api.c
10824
goto found;
net/netfilter/nf_tables_api.c
10828
found:
net/netfilter/nf_tables_offload.c
632
struct nft_hook *hook, *found;
net/netfilter/nf_tables_offload.c
645
found = NULL;
net/netfilter/nf_tables_offload.c
651
found = hook;
net/netfilter/nf_tables_offload.c
654
if (!found)
net/netfilter/nfnetlink_cthelper.c
700
bool tuple_set = false, found = false;
net/netfilter/nfnetlink_cthelper.c
732
found = true;
net/netfilter/nfnetlink_cthelper.c
740
return (found || j == 0) ? 0 : ret;
net/netfilter/nfnetlink_osf.c
257
bool found = false;
net/netfilter/nfnetlink_osf.c
272
found = true;
net/netfilter/nfnetlink_osf.c
276
return found;
net/netfilter/nft_exthdr.c
116
found = target == IPOPT_SSRR ? opt->is_strictroute :
net/netfilter/nft_exthdr.c
118
if (found)
net/netfilter/nft_exthdr.c
125
found = true;
net/netfilter/nft_exthdr.c
131
found = true;
net/netfilter/nft_exthdr.c
136
return found ? target : -ENOENT;
net/netfilter/nft_exthdr.c
88
bool found = false;
net/netfilter/nft_lookup.c
103
bool found;
net/netfilter/nft_lookup.c
109
found = !!ext ^ priv->invert;
net/netfilter/nft_lookup.c
110
if (!found) {
net/netfilter/nft_set_bitmap.c
83
static const struct nft_set_ext found;
net/netfilter/nft_set_bitmap.c
90
return &found;
net/netlink/af_netlink.c
215
bool found = false;
net/netlink/af_netlink.c
223
found = true;
net/netlink/af_netlink.c
232
if (found)
net/netlink/af_netlink.c
235
return found ? 0 : -ENODEV;
net/openvswitch/flow_table.c
305
goto found;
net/openvswitch/flow_table.c
311
found:
net/phonet/pep.c
944
bool found = false;
net/phonet/pep.c
952
found = true;
net/phonet/pep.c
957
if (likely(!found)) {
net/phonet/pn_dev.c
232
goto found;
net/phonet/pn_dev.c
235
found:
net/phonet/socket.c
498
goto found;
net/phonet/socket.c
508
goto found;
net/phonet/socket.c
515
found:
net/psp/psp_nl.c
586
struct psp_assoc_dev *entry, *found = NULL;
net/psp/psp_nl.c
602
found = entry;
net/psp/psp_nl.c
607
if (!found) {
net/psp/psp_nl.c
627
list_del(&found->dev_list);
net/psp/psp_nl.c
629
rcu_assign_pointer(found->assoc_dev->psp_dev, NULL);
net/psp/psp_nl.c
630
netdev_put(found->assoc_dev, &found->dev_tracker);
net/psp/psp_nl.c
631
kfree(found);
net/rds/connection.c
319
struct rds_connection *found;
net/rds/connection.c
321
found = rds_conn_lookup(net, head, laddr, faddr, trans,
net/rds/connection.c
323
if (found) {
net/rds/connection.c
338
conn = found;
net/rds/rdma.c
176
struct rds_mr *mr = NULL, *found;
net/rds/rdma.c
336
found = rds_mr_tree_walk(&rs->rs_rdma_keys, mr->r_key, mr);
net/rds/rdma.c
339
BUG_ON(found && found != mr);
net/rxrpc/local_object.c
286
goto found;
net/rxrpc/local_object.c
304
found:
net/rxrpc/security.c
111
goto found;
net/rxrpc/security.c
115
found:
net/rxrpc/security.c
79
goto found;
net/rxrpc/security.c
88
goto found;
net/rxrpc/security.c
92
found:
net/sched/cls_api.c
202
bool found = false;
net/sched/cls_api.c
208
found = true;
net/sched/cls_api.c
214
return found;
net/sched/sch_cake.c
1092
bool found = false;
net/sched/sch_cake.c
1109
found = true;
net/sched/sch_cake.c
1117
if (!found)
net/sched/sch_cake.c
1346
goto found;
net/sched/sch_cake.c
1358
goto found;
net/sched/sch_cake.c
1362
found:
net/sched/sch_cake.c
830
goto found;
net/sched/sch_cake.c
843
goto found;
net/sched/sch_cake.c
858
found:
net/sched/sch_cbs.c
352
bool found = false;
net/sched/sch_cbs.c
363
found = true;
net/sched/sch_cbs.c
369
if (found)
net/sctp/associola.c
1598
int found = 0;
net/sctp/associola.c
1603
found = 1;
net/sctp/associola.c
1605
return found;
net/sctp/auth.c
487
int found = 0;
net/sctp/auth.c
492
found = 1;
net/sctp/auth.c
497
return found;
net/sctp/auth.c
550
int found = 0;
net/sctp/auth.c
564
for (i = 0; !found && i < len; i++) {
net/sctp/auth.c
574
found = 1;
net/sctp/auth.c
579
return found;
net/sctp/auth.c
789
int found = 0;
net/sctp/auth.c
804
found = 1;
net/sctp/auth.c
809
if (!found || key->deactivated)
net/sctp/auth.c
832
int found = 0;
net/sctp/auth.c
855
found = 1;
net/sctp/auth.c
860
if (!found)
net/sctp/auth.c
875
int found = 0;
net/sctp/auth.c
898
found = 1;
net/sctp/auth.c
903
if (!found)
net/sctp/bind_addr.c
182
int found = 0;
net/sctp/bind_addr.c
190
found = 1;
net/sctp/bind_addr.c
197
if (found) {
net/sctp/ipv6.c
106
found = 1;
net/sctp/ipv6.c
114
if (found)
net/sctp/ipv6.c
82
int found = 0;
net/sctp/protocol.c
774
int found = 0;
net/sctp/protocol.c
796
found = 1;
net/sctp/protocol.c
804
if (found)
net/sctp/stream_interleave.c
316
goto found;
net/sctp/stream_interleave.c
338
found:
net/sctp/stream_interleave.c
699
goto found;
net/sctp/stream_interleave.c
721
found:
net/sctp/ulpqueue.c
462
goto found;
net/sctp/ulpqueue.c
492
found:
net/smc/smc_core.c
2655
bool found = false;
net/smc/smc_core.c
2660
found = true;
net/smc/smc_core.c
2664
if (!found)
net/smc/smc_ism.c
183
bool found = false;
net/smc/smc_ism.c
196
found = true;
net/smc/smc_ism.c
200
if (!found) {
net/smc/smc_llc.c
1248
bool found;
net/smc/smc_llc.c
1251
found = false;
net/smc/smc_llc.c
1259
found = true; /* asym_lnk is i or j */
net/smc/smc_llc.c
1263
if (found)
net/smc/smc_llc.c
1266
if (!found)
net/sunrpc/auth.c
536
goto found;
net/sunrpc/auth.c
561
found:
net/sunrpc/auth_gss/svcauth_gss.c
628
struct rsc *found;
net/sunrpc/auth_gss/svcauth_gss.c
633
found = rsc_lookup(cd, &rsci);
net/sunrpc/auth_gss/svcauth_gss.c
635
if (!found)
net/sunrpc/auth_gss/svcauth_gss.c
637
if (cache_check(cd, &found->h, NULL))
net/sunrpc/auth_gss/svcauth_gss.c
639
return found;
net/sunrpc/backchannel_rqst.c
349
goto found;
net/sunrpc/backchannel_rqst.c
352
found:
net/sunrpc/svc_xprt.c
1383
struct svc_xprt *found = NULL;
net/sunrpc/svc_xprt.c
1393
found = xprt;
net/sunrpc/svc_xprt.c
1398
return found;
net/sunrpc/svc_xprt.c
1423
struct svc_xprt *found = NULL;
net/sunrpc/svc_xprt.c
1427
return found;
net/sunrpc/svc_xprt.c
1439
found = xprt;
net/sunrpc/svc_xprt.c
1444
return found;
net/sunrpc/xprtmultipath.c
302
bool found = false;
net/sunrpc/xprtmultipath.c
306
found = true;
net/sunrpc/xprtmultipath.c
307
if (found && ((find_active && xprt_is_active(pos)) ||
net/sunrpc/xprtmultipath.c
398
bool found = false;
net/sunrpc/xprtmultipath.c
402
found = true;
net/sunrpc/xprtmultipath.c
407
if (found && ((check_active && xprt_is_active(pos)) ||
net/switchdev/switchdev.c
447
bool found = false;
net/switchdev/switchdev.c
462
found = true;
net/switchdev/switchdev.c
470
return found;
net/tipc/node.c
356
bool found = false;
net/tipc/node.c
363
found = true;
net/tipc/node.c
365
if (found)
net/tipc/node.c
369
return found ? n : NULL;
net/tipc/subscr.c
74
struct tipc_service_range *found)
net/tipc/subscr.c
76
u32 found_lower = found->lower;
net/tipc/subscr.c
77
u32 found_upper = found->upper;
net/vmw_vsock/af_vsock.c
819
bool found = false;
net/vmw_vsock/af_vsock.c
830
found = true;
net/vmw_vsock/af_vsock.c
835
if (!found)
net/vmw_vsock/af_vsock_tap.c
35
bool found = false;
net/vmw_vsock/af_vsock_tap.c
42
found = true;
net/vmw_vsock/af_vsock_tap.c
53
if (found)
net/vmw_vsock/af_vsock_tap.c
56
return found ? 0 : -ENODEV;
net/vmw_vsock/vmci_transport.c
497
goto found;
net/vmw_vsock/vmci_transport.c
502
found:
net/wireless/chan.c
1253
bool found;
net/wireless/chan.c
1260
found = cfg80211_is_wiphy_oper_chan(&rdev->wiphy, chan) ||
net/wireless/chan.c
1263
if (found)
net/wireless/nl80211.c
10864
bool found = false;
net/wireless/nl80211.c
10881
if (found)
net/wireless/nl80211.c
10883
found = true;
net/wireless/nl80211.c
13348
bool found = false;
net/wireless/nl80211.c
13361
found = true;
net/wireless/nl80211.c
13367
return found;
net/wireless/nl80211.c
160
bool found = false;
net/wireless/nl80211.c
168
found = true;
net/wireless/nl80211.c
172
if (!found)
net/wireless/pmsr.c
858
bool found = false;
net/wireless/pmsr.c
862
found = true;
net/wireless/pmsr.c
868
if (found)
net/wireless/scan.c
1005
found = true;
net/wireless/scan.c
1008
if (!found)
net/wireless/scan.c
1984
struct cfg80211_internal_bss *found = NULL;
net/wireless/scan.c
1995
found = rb_find_bss(rdev, tmp, BSS_CMP_REGULAR);
net/wireless/scan.c
1997
if (found) {
net/wireless/scan.c
1998
if (!cfg80211_update_known_bss(rdev, found, tmp, signal_valid))
net/wireless/scan.c
2063
found = new;
net/wireless/scan.c
2067
bss_ref_get(rdev, found);
net/wireless/scan.c
2069
return found;
net/wireless/scan.c
993
bool found = false;
net/wireless/sme.c
936
struct cfg80211_bss *found = NULL, *tmp = *bss;
net/wireless/sme.c
938
found = cfg80211_get_bss(wdev->wiphy, NULL,
net/wireless/sme.c
944
if (found) {
net/wireless/sme.c
948
*bss = found;
net/wireless/util.c
2659
bool found = false;
net/wireless/util.c
2663
found = true;
net/wireless/util.c
2668
if (!found)
net/x25/af_x25.c
290
goto found;
net/x25/af_x25.c
298
goto found;
net/x25/af_x25.c
301
found:
net/x25/af_x25.c
316
goto found;
net/x25/af_x25.c
319
found:
net/xfrm/xfrm_policy.c
1413
int found;
net/xfrm/xfrm_policy.c
1426
found = 0;
net/xfrm/xfrm_policy.c
1429
found = 1;
net/xfrm/xfrm_policy.c
1433
if (!found)
net/xfrm/xfrm_state.c
1422
goto found;
net/xfrm/xfrm_state.c
1460
goto found;
net/xfrm/xfrm_state.c
1495
found:
scripts/asn1_compiler.c
1104
goto found;
scripts/asn1_compiler.c
1110
goto found;
scripts/asn1_compiler.c
1116
found:
scripts/sorttable.c
558
int found = 0;
scripts/sorttable.c
566
if (++found == 2)
scripts/sorttable.c
570
if (++found == 2)
security/apparmor/audit.c
271
int found = 0;
security/apparmor/audit.c
279
found = 1;
security/apparmor/audit.c
285
return found;
security/apparmor/audit.c
287
return !found;
security/integrity/evm/evm_main.c
326
int found = 0;
security/integrity/evm/evm_main.c
336
found = 1;
security/integrity/evm/evm_main.c
342
found = 1;
security/integrity/evm/evm_main.c
347
return found;
security/integrity/ima/ima_policy.c
2338
bool found = false;
security/integrity/ima/ima_policy.c
2369
found = true;
security/integrity/ima/ima_policy.c
2380
return found;
security/integrity/ima/ima_template.c
166
int found = 0;
security/integrity/ima/ima_template.c
172
found = 1;
security/integrity/ima/ima_template.c
177
return found ? template_desc : NULL;
security/keys/key.c
108
found:
security/keys/key.c
690
goto found;
security/keys/key.c
697
found:
security/keys/key.c
70
goto found;
security/keys/keyring.c
1119
goto found;
security/keys/keyring.c
1124
found:
security/keys/keyring.c
700
goto found;
security/keys/keyring.c
721
goto found;
security/keys/keyring.c
857
found:
security/keys/persistent.c
106
goto found;
security/keys/persistent.c
110
found:
security/keys/persistent.c
96
goto found;
security/keys/process_keys.c
444
goto found;
security/keys/process_keys.c
462
goto found;
security/keys/process_keys.c
484
goto found;
security/keys/process_keys.c
506
goto found;
security/keys/process_keys.c
525
found:
security/keys/process_keys.c
546
goto found;
security/keys/process_keys.c
568
goto found;
security/keys/process_keys.c
581
found:
security/selinux/avc.c
637
goto found;
security/selinux/avc.c
641
found:
security/selinux/ss/conditional.c
258
bool found;
security/selinux/ss/conditional.c
286
found = false;
security/selinux/ss/conditional.c
289
found = true;
security/selinux/ss/conditional.c
293
if (!found) {
security/smack/smack_lsm.c
2571
int found = 0;
security/smack/smack_lsm.c
2591
for (found = 1, i = 0; i < 8; i++) {
security/smack/smack_lsm.c
2594
found = 0;
security/smack/smack_lsm.c
2598
if (found)
security/smack/smack_lsm.c
4069
int found = 0;
security/smack/smack_lsm.c
4106
found = 1;
security/smack/smack_lsm.c
4119
found = 1;
security/smack/smack_lsm.c
4125
if (found)
security/smack/smackfs.c
1163
int found;
security/smack/smackfs.c
1242
found = 0;
security/smack/smackfs.c
1245
found = 1;
security/smack/smackfs.c
1251
if (found == 0) {
security/smack/smackfs.c
1420
int found = 0;
security/smack/smackfs.c
1518
for (found = 1, i = 0; i < 8; i++) {
security/smack/smackfs.c
1521
found = 0;
security/smack/smackfs.c
1525
if (found == 1)
security/smack/smackfs.c
1528
if (found == 0) {
security/smack/smackfs.c
218
int found = 0;
security/smack/smackfs.c
230
found = 1;
security/smack/smackfs.c
237
if (found == 0) {
security/tomoyo/common.c
946
bool found = IS_ENABLED(CONFIG_SECURITY_TOMOYO_INSECURE_BUILTIN_SETTING);
security/tomoyo/common.c
962
found = true;
security/tomoyo/common.c
966
if (!found) { /* Reduce error messages. */
security/tomoyo/common.c
977
return found;
security/tomoyo/condition.c
410
bool found = false;
security/tomoyo/condition.c
415
found = true;
security/tomoyo/condition.c
424
found = true;
security/tomoyo/condition.c
427
if (!found) {
security/tomoyo/condition.c
432
found = true;
security/tomoyo/condition.c
438
if (found) {
security/tomoyo/memory.c
102
bool found = false;
security/tomoyo/memory.c
117
found = true;
security/tomoyo/memory.c
120
if (!found) {
security/tomoyo/memory.c
128
found = true;
security/tomoyo/memory.c
134
return found ? group : NULL;
security/yama/yama_lsm.c
306
bool found = false;
security/yama/yama_lsm.c
328
found = true;
security/yama/yama_lsm.c
333
if (found && (parent == NULL || task_is_descendant(parent, tracer)))
sound/core/control_led.c
144
bool found;
sound/core/control_led.c
150
found = false;
sound/core/control_led.c
157
found = true;
sound/core/control_led.c
160
if (!found && kctl && card) {
sound/core/init.c
1103
struct snd_monitor_file *mfile, *found = NULL;
sound/core/init.c
1113
found = mfile;
sound/core/init.c
1120
if (!found) {
sound/core/init.c
1124
kfree(found);
sound/core/seq/seq_ports.c
277
struct snd_seq_client_port *found = NULL, *p;
sound/core/seq/seq_ports.c
286
found = p;
sound/core/seq/seq_ports.c
291
if (found)
sound/core/seq/seq_ports.c
292
return port_delete(client, found);
sound/core/seq/seq_ports.c
69
struct snd_seq_client_port *port, *found;
sound/core/seq/seq_ports.c
73
found = NULL;
sound/core/seq/seq_ports.c
82
found = port;
sound/core/seq/seq_ports.c
85
if (found == NULL || port->addr.port < found->addr.port)
sound/core/seq/seq_ports.c
86
found = port;
sound/core/seq/seq_ports.c
88
if (found) {
sound/core/seq/seq_ports.c
89
if (found->closing)
sound/core/seq/seq_ports.c
90
found = NULL;
sound/core/seq/seq_ports.c
92
snd_use_lock_use(&found->use_lock);
sound/core/seq/seq_ports.c
94
return found;
sound/firewire/amdtp-stream.c
2070
bool found = false;
sound/firewire/amdtp-stream.c
2084
found = true;
sound/firewire/amdtp-stream.c
2088
if (!found)
sound/hda/codecs/generic.c
1616
bool found = false;
sound/hda/codecs/generic.c
1631
found = true;
sound/hda/codecs/generic.c
1637
return found;
sound/hda/codecs/generic.c
410
goto found;
sound/hda/codecs/generic.c
422
goto found;
sound/hda/codecs/generic.c
426
found:
sound/hda/codecs/hdmi/hdmi.c
1025
goto found;
sound/hda/codecs/hdmi/hdmi.c
1031
found:
sound/hda/common/auto_parser.c
1028
goto found;
sound/hda/common/auto_parser.c
1039
goto found;
sound/hda/common/auto_parser.c
1099
found:
sound/hda/common/auto_parser.c
906
int found;
sound/hda/common/auto_parser.c
909
found = 0;
sound/hda/common/auto_parser.c
912
found = 1;
sound/hda/common/auto_parser.c
922
!found && (cfg & 0xf0000000) != 0x40000000)
sound/pci/asihpi/hpicmn.c
321
short found = 1;
sound/pci/asihpi/hpicmn.c
348
found = 0;
sound/pci/asihpi/hpicmn.c
367
found = 0;
sound/pci/asihpi/hpicmn.c
375
found = 0;
sound/pci/asihpi/hpicmn.c
382
found = 0;
sound/pci/asihpi/hpicmn.c
389
found = 0;
sound/pci/asihpi/hpicmn.c
406
found = 0;
sound/pci/asihpi/hpicmn.c
414
found = 0;
sound/pci/asihpi/hpicmn.c
420
found = 0;
sound/pci/asihpi/hpicmn.c
426
found = 0;
sound/pci/asihpi/hpicmn.c
432
found = 0;
sound/pci/asihpi/hpicmn.c
438
found = 0;
sound/pci/asihpi/hpicmn.c
454
found = 0;
sound/pci/asihpi/hpicmn.c
516
found = 0;
sound/pci/asihpi/hpicmn.c
521
found ? "Cached" : "Uncached", phm->adapter_index,
sound/pci/asihpi/hpicmn.c
525
if (found) {
sound/pci/asihpi/hpicmn.c
532
return found;
sound/pci/ice1712/ice1712.c
2245
goto found;
sound/pci/ice1712/ice1712.c
2257
found:
sound/pci/ice1712/ice1724.c
2292
goto found;
sound/pci/ice1712/ice1724.c
2308
found:
sound/ppc/pmac.c
86
int i, ok, found;
sound/ppc/pmac.c
91
found = 0;
sound/ppc/pmac.c
94
found = i;
sound/ppc/pmac.c
98
return found;
sound/soc/bcm/cygnus-ssp.c
1008
found = true;
sound/soc/bcm/cygnus-ssp.c
1013
if (!found) {
sound/soc/bcm/cygnus-ssp.c
485
bool found = false;
sound/soc/bcm/cygnus-ssp.c
492
found = true;
sound/soc/bcm/cygnus-ssp.c
496
if (!found) {
sound/soc/bcm/cygnus-ssp.c
968
bool found = false;
sound/soc/codecs/hdmi-codec.c
861
goto found;
sound/soc/codecs/hdmi-codec.c
864
found:
sound/soc/codecs/tlv320aic3x.c
1167
goto found;
sound/soc/codecs/tlv320aic3x.c
1193
goto found;
sound/soc/codecs/tlv320aic3x.c
1201
found:
sound/soc/codecs/wcd934x.c
3298
bool found = false;
sound/soc/codecs/wcd934x.c
3316
found = true;
sound/soc/codecs/wcd934x.c
3321
if (!found)
sound/soc/codecs/wcd934x.c
3811
bool found = false;
sound/soc/codecs/wcd934x.c
3815
found = true;
sound/soc/codecs/wcd934x.c
3820
if (!found)
sound/soc/intel/boards/cht_bsw_rt5645.c
534
bool found = false;
sound/soc/intel/boards/cht_bsw_rt5645.c
554
found = true;
sound/soc/intel/boards/cht_bsw_rt5645.c
559
if (!found) {
sound/soc/qcom/qdsp6/topology.c
119
bool *found)
sound/soc/qcom/qdsp6/topology.c
132
*found = true;
sound/soc/qcom/qdsp6/topology.c
135
*found = false;
sound/soc/qcom/qdsp6/topology.c
165
uint32_t module_id, bool *found)
sound/soc/qcom/qdsp6/topology.c
175
*found = true;
sound/soc/qcom/qdsp6/topology.c
178
*found = false;
sound/soc/qcom/qdsp6/topology.c
213
bool found = false;
sound/soc/qcom/qdsp6/topology.c
216
for (sz = 0; !found && (sz < le32_to_cpu(private->size)); ) {
sound/soc/qcom/qdsp6/topology.c
223
while (!found && tkn_count <= (le32_to_cpu(sg_array->num_elems) - 1)) {
sound/soc/qcom/qdsp6/topology.c
226
found = true;
sound/soc/qcom/qdsp6/topology.c
236
if (found)
sound/soc/qcom/qdsp6/topology.c
246
bool found = false;
sound/soc/qcom/qdsp6/topology.c
249
for (sz = 0; !found && (sz < le32_to_cpu(private->size)); ) {
sound/soc/qcom/qdsp6/topology.c
256
while (!found && tkn_count <= (le32_to_cpu(cont_array->num_elems) - 1)) {
sound/soc/qcom/qdsp6/topology.c
259
found = true;
sound/soc/qcom/qdsp6/topology.c
269
if (found)
sound/soc/qcom/qdsp6/topology.c
279
bool found = false;
sound/soc/qcom/qdsp6/topology.c
282
for (sz = 0; !found && (sz < le32_to_cpu(private->size)); ) {
sound/soc/qcom/qdsp6/topology.c
289
while (!found && tkn_count <= (le32_to_cpu(mod_array->num_elems) - 1)) {
sound/soc/qcom/qdsp6/topology.c
292
found = true;
sound/soc/qcom/qdsp6/topology.c
30
bool *found)
sound/soc/qcom/qdsp6/topology.c
302
if (found)
sound/soc/qcom/qdsp6/topology.c
344
bool found;
sound/soc/qcom/qdsp6/topology.c
353
sg = audioreach_tplg_alloc_sub_graph(apm, sub_graph_id, &found);
sound/soc/qcom/qdsp6/topology.c
356
} else if (found) {
sound/soc/qcom/qdsp6/topology.c
364
info = audioreach_tplg_alloc_graph_info(apm, graph_id, &found);
sound/soc/qcom/qdsp6/topology.c
40
*found = true;
sound/soc/qcom/qdsp6/topology.c
401
bool found = false;
sound/soc/qcom/qdsp6/topology.c
410
cont = audioreach_tplg_alloc_container(apm, sg, container_id, &found);
sound/soc/qcom/qdsp6/topology.c
411
if (IS_ERR(cont) || found)/* Error or Already parsed container data */
sound/soc/qcom/qdsp6/topology.c
44
*found = false;
sound/soc/qcom/qdsp6/topology.c
454
bool found;
sound/soc/qcom/qdsp6/topology.c
470
instance_id, &found);
sound/soc/qcom/qdsp6/topology.c
473
} else if (found) {
sound/soc/qcom/qdsp6/topology.c
76
bool *found)
sound/soc/qcom/qdsp6/topology.c
90
*found = true;
sound/soc/qcom/qdsp6/topology.c
94
*found = false;
sound/soc/soc-core.c
2486
char *found, *name;
sound/soc/soc-core.c
2498
found = strstr(name, dev->driver->name);
sound/soc/soc-core.c
2499
if (found) {
sound/soc/soc-core.c
2501
if (sscanf(&found[strlen(dev->driver->name)], ".%d", &__id) == 1) {
sound/soc/soc-core.c
2505
found[strlen(dev->driver->name)] = '\0';
sound/soc/soc-dapm.c
2655
int found = 0;
sound/soc/soc-dapm.c
2662
found = 1;
sound/soc/soc-dapm.c
2672
if (found)
sound/soc/soc-dapm.c
2675
return found;
sound/soc/soc-dapm.c
2701
int found = 0;
sound/soc/soc-dapm.c
2729
if (found && rconnect >= 0)
sound/soc/soc-dapm.c
2733
found = 1;
sound/soc/soc-dapm.c
2736
if (found)
sound/soc/soc-dapm.c
2739
return found;
sound/soc/soc-pcm.c
518
goto found;
sound/soc/soc-pcm.c
524
found:
sound/soc/sof/intel/hda-pcm.c
207
goto found;
sound/soc/sof/intel/hda-pcm.c
211
found:
sound/soc/sof/intel/hda-stream.c
297
bool found = false;
sound/soc/sof/intel/hda-stream.c
314
found = true;
sound/soc/sof/intel/hda-stream.c
331
if (!found) {
sound/soc/sof/ipc3-control.c
590
bool found = false;
sound/soc/sof/ipc3-control.c
602
found = true;
sound/soc/sof/ipc3-control.c
607
if (!found)
sound/soc/sof/topology.c
469
int found = 0;
sound/soc/sof/topology.c
490
found++;
sound/soc/sof/topology.c
494
return found;
sound/soc/sof/topology.c
518
int found = 0;
sound/soc/sof/topology.c
547
while (array_size > 0 && found < num_tokens * token_instance_num) {
sound/soc/sof/topology.c
603
found++;
sound/soc/sof/topology.c
612
if (found == num_tokens * token_instance_num)
sound/soc/sof/topology.c
640
int found = 0;
sound/soc/sof/topology.c
662
found++;
sound/soc/sof/topology.c
666
return found;
sound/soc/sof/topology.c
686
int found = 0;
sound/soc/sof/topology.c
709
found++;
sound/soc/sof/topology.c
713
return found;
sound/soc/sof/topology.c
737
int found = 0;
sound/soc/sof/topology.c
766
found += sof_parse_uuid_tokens(scomp, object, offset, tokens, count,
sound/soc/sof/topology.c
778
found += ret;
sound/soc/sof/topology.c
784
found += sof_parse_word_tokens(scomp, object, offset, tokens, count,
sound/soc/sof/topology.c
798
if (found >= count) {
sound/soc/sof/topology.c
800
total += found;
sound/soc/sof/topology.c
801
found = 0;
sound/usb/mixer.c
1765
bool found = false;
sound/usb/mixer.c
1772
found = true;
sound/usb/mixer.c
1776
if (!found)
sound/usb/pcm.c
117
if (!found) {
sound/usb/pcm.c
118
found = fp;
sound/usb/pcm.c
137
found = fp;
sound/usb/pcm.c
143
if (fp->maxpacksize > found->maxpacksize) {
sound/usb/pcm.c
144
found = fp;
sound/usb/pcm.c
148
return found;
sound/usb/pcm.c
96
const struct audioformat *found = NULL;
sound/usb/qcom/qc_audio_offload.c
464
bool found = false;
sound/usb/qcom/qc_audio_offload.c
471
found = true;
sound/usb/qcom/qc_audio_offload.c
477
if (found && tmp_size >= info->size) {
sound/usb/qcom/qc_audio_offload.c
485
if (!found)
tools/arch/x86/intel_sdsi/intel_sdsi.c
198
bool found = false;
tools/arch/x86/intel_sdsi/intel_sdsi.c
208
found = true;
tools/arch/x86/intel_sdsi/intel_sdsi.c
213
if (!found)
tools/arch/x86/lib/insn.c
144
goto found;
tools/arch/x86/lib/insn.c
159
found:
tools/bpf/bpftool/tracelog.c
67
bool found = false;
tools/bpf/bpftool/tracelog.c
83
found = true;
tools/bpf/bpftool/tracelog.c
89
if (found && validate_tracefs_mnt(mnt, TRACEFS_MAGIC))
tools/build/feature/test-libunwind-debug-frame.c
5
UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/lib/bpf/elf.c
449
struct symbol *found, tmp = {
tools/lib/bpf/elf.c
454
found = bsearch(&tmp, symbols, cnt, sizeof(*symbols), symbol_cmp);
tools/lib/bpf/elf.c
455
if (!found)
tools/lib/bpf/elf.c
458
offset = &offsets[found->idx];
tools/lib/bpf/elf.c
464
if (found->bind != STB_WEAK && bind != STB_WEAK) {
tools/lib/bpf/elf.c
480
found->bind = bind;
tools/lib/bpf/relo_core.c
493
int i, n, found;
tools/lib/bpf/relo_core.c
524
found = bpf_core_match_member(local_btf, local_acc,
tools/lib/bpf/relo_core.c
527
if (found) /* either found or error */
tools/lib/bpf/relo_core.c
528
return found;
tools/lib/bpf/relo_core.c
539
found = bpf_core_fields_are_compat(local_btf,
tools/lib/bpf/relo_core.c
542
if (!found)
tools/lib/bpf/relo_core.c
544
return found;
tools/net/ynl/lib/ynl.c
143
bool found = false;
tools/net/ynl/lib/ynl.c
164
found = true;
tools/net/ynl/lib/ynl.c
167
if (!found)
tools/net/ynl/tests/ovs.c
102
found = true;
tools/net/ynl/tests/ovs.c
105
EXPECT_TRUE(found);
tools/net/ynl/tests/ovs.c
59
bool found = false;
tools/net/ynl/tests/rt-link.c
150
bool found = false;
tools/net/ynl/tests/rt-link.c
170
found = true;
tools/net/ynl/tests/rt-link.c
174
EXPECT_TRUE(found);
tools/net/ynl/tests/tc.c
308
bool found = false;
tools/net/ynl/tests/tc.c
337
found |= tc_qdisc_print(_metadata, qdisc);
tools/net/ynl/tests/tc.c
340
EXPECT_TRUE(found);
tools/net/ynl/tests/tc.c
361
bool found = false;
tools/net/ynl/tests/tc.c
392
found = true;
tools/net/ynl/tests/tc.c
396
EXPECT_TRUE(found);
tools/objtool/builtin-check.c
47
bool found = false;
tools/objtool/builtin-check.c
58
found = true;
tools/objtool/builtin-check.c
63
found = true;
tools/objtool/builtin-check.c
68
found = true;
tools/objtool/builtin-check.c
71
return found ? 0 : -1;
tools/objtool/klp-checksum.c
29
bool found = false;
tools/objtool/klp-checksum.c
41
found = true;
tools/objtool/klp-checksum.c
44
if (!found)
tools/objtool/klp-diff.c
623
bool found;
tools/objtool/klp-diff.c
634
found = false;
tools/objtool/klp-diff.c
637
found = true;
tools/objtool/klp-diff.c
641
if (found)
tools/perf/arch/common.c
111
bool found = false;
tools/perf/arch/common.c
127
found = true;
tools/perf/arch/common.c
133
return found;
tools/perf/arch/powerpc/util/auxtrace.c
72
int found = 0;
tools/perf/arch/powerpc/util/auxtrace.c
82
found = 1;
tools/perf/arch/powerpc/util/auxtrace.c
88
if (!found)
tools/perf/builtin-daemon.c
788
bool all = false, found = false;
tools/perf/builtin-daemon.c
797
found = true;
tools/perf/builtin-daemon.c
801
if (!found && !all) {
tools/perf/builtin-inject.c
1238
goto found;
tools/perf/builtin-inject.c
1242
found:
tools/perf/builtin-kwork.c
1142
bool found = false;
tools/perf/builtin-kwork.c
1154
found = true;
tools/perf/builtin-kwork.c
1159
if (!found)
tools/perf/builtin-lock.c
1041
bool found = false;
tools/perf/builtin-lock.c
1045
found = true;
tools/perf/builtin-lock.c
1050
if (!found)
tools/perf/builtin-lock.c
1055
bool found = false;
tools/perf/builtin-lock.c
1059
found = true;
tools/perf/builtin-lock.c
1064
if (!found)
tools/perf/builtin-lock.c
2300
bool found = false;
tools/perf/builtin-lock.c
2307
found = true;
tools/perf/builtin-lock.c
2312
if (!found) {
tools/perf/builtin-lock.c
2331
found = true;
tools/perf/builtin-lock.c
2339
if (!found) {
tools/perf/builtin-probe.c
105
int found = 0;
tools/perf/builtin-probe.c
121
found = 1;
tools/perf/builtin-probe.c
129
return found;
tools/perf/builtin-top.c
398
struct hist_entry *syme = top->sym_filter_entry, *n, *found = NULL;
tools/perf/builtin-top.c
421
found = n;
tools/perf/builtin-top.c
427
if (!found) {
tools/perf/builtin-top.c
431
perf_top__parse_source(top, found);
tools/perf/builtin-trace.c
3613
bool found = false;
tools/perf/builtin-trace.c
3630
found = true;
tools/perf/builtin-trace.c
3639
return found;
tools/perf/pmu-events/empty-pmu-events.c
6008
bool found = false;
tools/perf/pmu-events/empty-pmu-events.c
6015
found = true;
tools/perf/pmu-events/empty-pmu-events.c
6019
if (found)
tools/perf/tests/hwmon_pmu.c
163
bool found = false;
tools/perf/tests/hwmon_pmu.c
207
found = true;
tools/perf/tests/hwmon_pmu.c
210
if (!found) {
tools/perf/tests/keep-tracking.c
123
found = find_comm(evlist, comm);
tools/perf/tests/keep-tracking.c
124
if (found != 1) {
tools/perf/tests/keep-tracking.c
145
found = find_comm(evlist, comm);
tools/perf/tests/keep-tracking.c
146
if (found != 1) {
tools/perf/tests/keep-tracking.c
37
int i, found;
tools/perf/tests/keep-tracking.c
39
found = 0;
tools/perf/tests/keep-tracking.c
49
found += 1;
tools/perf/tests/keep-tracking.c
54
return found;
tools/perf/tests/keep-tracking.c
78
int found, err = -1;
tools/perf/tests/pmu-events.c
386
bool found = false;
tools/perf/tests/pmu-events.c
399
found = true;
tools/perf/tests/pmu-events.c
407
if (!found) {
tools/perf/tests/pmu-events.c
420
bool found = false;
tools/perf/tests/pmu-events.c
430
found = true;
tools/perf/tests/pmu-events.c
438
if (!found) {
tools/perf/tests/tool_pmu.c
15
bool found = false;
tools/perf/tests/tool_pmu.c
58
found = true;
tools/perf/tests/tool_pmu.c
62
if (!found && tool_pmu__event_to_str(ev)) {
tools/perf/ui/hist.c
1172
bool found = false;
tools/perf/ui/hist.c
1177
found = true;
tools/perf/ui/hist.c
1182
if (!found) {
tools/perf/util/annotate-data.c
1538
bool found = false;
tools/perf/util/annotate-data.c
1589
found = true;
tools/perf/util/annotate-data.c
1659
if (!found || dloc->type_offset < type_offset ||
tools/perf/util/annotate-data.c
1664
found = true;
tools/perf/util/annotate-data.c
1671
if (!found && loc->multi_regs && reg == loc->reg1 && loc->reg1 != loc->reg2) {
tools/perf/util/annotate-data.c
1676
if (!found && reg != DWARF_REG_PC) {
tools/perf/util/annotate-data.c
1681
found = true;
tools/perf/util/annotate-data.c
1687
if (found) {
tools/perf/util/annotate.c
3068
bool found = false;
tools/perf/util/annotate.c
3089
found = true;
tools/perf/util/annotate.c
3124
return found;
tools/perf/util/arm-spe.c
1756
bool found = false;
tools/perf/util/arm-spe.c
1762
found = true;
tools/perf/util/arm-spe.c
1767
if (!found) {
tools/perf/util/bpf_skel/lock_contention.bpf.c
889
goto found;
tools/perf/util/bpf_skel/lock_contention.bpf.c
898
found:
tools/perf/util/callchain.c
1002
bool found = false;
tools/perf/util/callchain.c
1023
found = true;
tools/perf/util/callchain.c
1029
if (!found) {
tools/perf/util/cgroup.c
169
goto found;
tools/perf/util/cgroup.c
175
found:
tools/perf/util/cs-etm.c
1764
bool found = false;
tools/perf/util/cs-etm.c
1770
found = true;
tools/perf/util/cs-etm.c
1775
if (!found) {
tools/perf/util/dwarf-aux.c
1007
found:
tools/perf/util/dwarf-aux.c
998
goto found;
tools/perf/util/evsel.c
2632
goto found;
tools/perf/util/evsel.c
2636
found:
tools/perf/util/evsel.c
2670
goto found;
tools/perf/util/evsel.c
2676
goto found;
tools/perf/util/evsel.c
2682
goto found;
tools/perf/util/evsel.c
2686
found:
tools/perf/util/evsel.c
2782
goto found;
tools/perf/util/evsel.c
2790
goto found;
tools/perf/util/evsel.c
2798
goto found;
tools/perf/util/evsel.c
2805
goto found;
tools/perf/util/evsel.c
2812
goto found;
tools/perf/util/evsel.c
2819
goto found;
tools/perf/util/evsel.c
2826
goto found;
tools/perf/util/evsel.c
2833
goto found;
tools/perf/util/evsel.c
2840
goto found;
tools/perf/util/evsel.c
2847
goto found;
tools/perf/util/evsel.c
2854
goto found;
tools/perf/util/evsel.c
2862
goto found;
tools/perf/util/evsel.c
2869
goto found;
tools/perf/util/evsel.c
2875
goto found;
tools/perf/util/evsel.c
2887
goto found;
tools/perf/util/evsel.c
2893
found:
tools/perf/util/find-map.c
14
while (!found && fgets(line, sizeof(line), maps)) {
tools/perf/util/find-map.c
25
found = 1;
tools/perf/util/find-map.c
29
return !found;
tools/perf/util/find-map.c
6
int found = 0;
tools/perf/util/hist.c
2739
bool found = false;
tools/perf/util/hist.c
2743
found = true;
tools/perf/util/hist.c
2747
if (!found)
tools/perf/util/intel-bts.c
749
bool found = false;
tools/perf/util/intel-bts.c
755
found = true;
tools/perf/util/intel-bts.c
760
if (!found) {
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2396
bool found;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2408
data->found = pkt_info->packet.type == INTEL_PT_FUP;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2416
.found = false,
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2420
return data.found;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
4349
unsigned char *found;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
4359
found = intel_pt_find_overlap_tsc(buf_a, len_a, buf_b, len_b,
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
4361
if (found)
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
4362
return found;
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
4377
found = memmem(buf_a, len_a, buf_b, len_a);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
4378
if (found) {
tools/perf/util/libbfd.c
129
if (a2l->found)
tools/perf/util/libbfd.c
155
a2l->found = bfd_find_nearest_line(abfd, section, a2l->syms, pc - vma,
tools/perf/util/libbfd.c
242
a2l->found = false;
tools/perf/util/libbfd.c
246
if (!a2l->found)
tools/perf/util/libbfd.c
32
bool found;
tools/perf/util/libunwind-arch/libunwind-arch.c
199
int found,
tools/perf/util/libunwind-arch/libunwind-arch.c
209
return __libunwind_arch__dwarf_find_debug_frame_arm(found, di_debug, ip, segbase,
tools/perf/util/libunwind-arch/libunwind-arch.c
212
return __libunwind_arch__dwarf_find_debug_frame_arm64(found, di_debug, ip, segbase,
tools/perf/util/libunwind-arch/libunwind-arch.c
215
return __libunwind_arch__dwarf_find_debug_frame_loongarch(found, di_debug, ip,
tools/perf/util/libunwind-arch/libunwind-arch.c
219
return __libunwind_arch__dwarf_find_debug_frame_mips(found, di_debug, ip, segbase,
tools/perf/util/libunwind-arch/libunwind-arch.c
222
return __libunwind_arch__dwarf_find_debug_frame_ppc32(found, di_debug, ip, segbase,
tools/perf/util/libunwind-arch/libunwind-arch.c
225
return __libunwind_arch__dwarf_find_debug_frame_ppc64(found, di_debug, ip, segbase,
tools/perf/util/libunwind-arch/libunwind-arch.c
228
return __libunwind_arch__dwarf_find_debug_frame_riscv(found, di_debug, ip, segbase,
tools/perf/util/libunwind-arch/libunwind-arch.c
231
return __libunwind_arch__dwarf_find_debug_frame_s390(found, di_debug, ip, segbase,
tools/perf/util/libunwind-arch/libunwind-arch.c
234
return __libunwind_arch__dwarf_find_debug_frame_i386(found, di_debug, ip, segbase,
tools/perf/util/libunwind-arch/libunwind-arch.c
237
return __libunwind_arch__dwarf_find_debug_frame_x86_64(found, di_debug, ip, segbase,
tools/perf/util/libunwind-arch/libunwind-arch.h
146
int __libunwind_arch__dwarf_find_debug_frame_arm(int found,
tools/perf/util/libunwind-arch/libunwind-arch.h
153
int __libunwind_arch__dwarf_find_debug_frame_arm64(int found,
tools/perf/util/libunwind-arch/libunwind-arch.h
160
int __libunwind_arch__dwarf_find_debug_frame_loongarch(int found,
tools/perf/util/libunwind-arch/libunwind-arch.h
167
int __libunwind_arch__dwarf_find_debug_frame_mips(int found,
tools/perf/util/libunwind-arch/libunwind-arch.h
174
int __libunwind_arch__dwarf_find_debug_frame_ppc32(int found,
tools/perf/util/libunwind-arch/libunwind-arch.h
181
int __libunwind_arch__dwarf_find_debug_frame_ppc64(int found,
tools/perf/util/libunwind-arch/libunwind-arch.h
188
int __libunwind_arch__dwarf_find_debug_frame_riscv(int found,
tools/perf/util/libunwind-arch/libunwind-arch.h
195
int __libunwind_arch__dwarf_find_debug_frame_s390(int found,
tools/perf/util/libunwind-arch/libunwind-arch.h
202
int __libunwind_arch__dwarf_find_debug_frame_i386(int found,
tools/perf/util/libunwind-arch/libunwind-arch.h
209
int __libunwind_arch__dwarf_find_debug_frame_x86_64(int found,
tools/perf/util/libunwind-arch/libunwind-arch.h
217
int found,
tools/perf/util/libunwind-arch/libunwind-arm.c
168
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-arm.c
176
int __libunwind_arch__dwarf_find_debug_frame_arm(int found __maybe_unused,
tools/perf/util/libunwind-arch/libunwind-arm.c
197
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-arm64.c
167
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-arm64.c
175
int __libunwind_arch__dwarf_find_debug_frame_arm64(int found __maybe_unused,
tools/perf/util/libunwind-arch/libunwind-arm64.c
196
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-i386.c
190
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-i386.c
198
int __libunwind_arch__dwarf_find_debug_frame_i386(int found __maybe_unused,
tools/perf/util/libunwind-arch/libunwind-i386.c
219
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-loongarch.c
175
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-loongarch.c
183
int __libunwind_arch__dwarf_find_debug_frame_loongarch(int found __maybe_unused,
tools/perf/util/libunwind-arch/libunwind-loongarch.c
204
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-mips.c
177
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-mips.c
185
int __libunwind_arch__dwarf_find_debug_frame_mips(int found __maybe_unused,
tools/perf/util/libunwind-arch/libunwind-mips.c
206
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-ppc32.c
181
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-ppc32.c
189
int __libunwind_arch__dwarf_find_debug_frame_ppc32(int found __maybe_unused,
tools/perf/util/libunwind-arch/libunwind-ppc32.c
210
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-ppc64.c
181
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-ppc64.c
189
int __libunwind_arch__dwarf_find_debug_frame_ppc64(int found __maybe_unused,
tools/perf/util/libunwind-arch/libunwind-ppc64.c
210
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-riscv.c
175
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-riscv.c
183
int __libunwind_arch__dwarf_find_debug_frame_riscv(int found __maybe_unused,
tools/perf/util/libunwind-arch/libunwind-riscv.c
204
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-s390.c
177
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-s390.c
185
int __libunwind_arch__dwarf_find_debug_frame_s390(int found __maybe_unused,
tools/perf/util/libunwind-arch/libunwind-s390.c
206
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-x86_64.c
199
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-x86_64.c
207
int __libunwind_arch__dwarf_find_debug_frame_x86_64(int found __maybe_unused,
tools/perf/util/libunwind-arch/libunwind-x86_64.c
228
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/machine.c
1123
bool found;
tools/perf/util/machine.c
1140
args->found = true;
tools/perf/util/machine.c
1150
.found = false,
tools/perf/util/machine.c
1161
if (args.found || machine->trampolines_mapped)
tools/perf/util/mem-events.c
145
bool found = false;
tools/perf/util/mem-events.c
166
perf_mem_record[j] = found = true;
tools/perf/util/mem-events.c
174
if (found)
tools/perf/util/mem-events.c
198
bool found = false;
tools/perf/util/mem-events.c
216
found = true;
tools/perf/util/mem-events.c
219
return found ? 0 : -ENOENT;
tools/perf/util/parse-events.c
506
int found;
tools/perf/util/parse-events.c
517
args->found++;
tools/perf/util/parse-events.c
528
args->found++;
tools/perf/util/parse-events.c
560
.found = 0,
tools/perf/util/parse-events.c
570
if (args.found == 0) {
tools/perf/util/powerpc-vpadtl.c
639
bool found = false;
tools/perf/util/powerpc-vpadtl.c
645
found = true;
tools/perf/util/powerpc-vpadtl.c
650
if (!found) {
tools/perf/util/probe-event.c
3053
int found = 0;
tools/perf/util/probe-event.c
3084
found++;
tools/perf/util/probe-event.c
3085
if (syms && found < probe_conf.max_probes)
tools/perf/util/probe-event.c
3086
syms[found - 1] = sym;
tools/perf/util/probe-event.c
3092
return found;
tools/perf/util/probe-event.c
368
goto found;
tools/perf/util/probe-event.c
385
found:
tools/perf/util/probe-file.c
446
goto found;
tools/perf/util/probe-file.c
476
found:
tools/perf/util/probe-file.c
636
goto found;
tools/perf/util/probe-file.c
645
goto found;
tools/perf/util/probe-file.c
649
found:
tools/perf/util/probe-file.c
664
goto found;
tools/perf/util/probe-file.c
668
found:
tools/perf/util/probe-finder.c
1052
int found;
tools/perf/util/probe-finder.c
1074
param->found = 1;
tools/perf/util/probe-finder.c
1103
.found = 0,
tools/perf/util/probe-finder.c
1111
if (pubname_param.found) {
tools/perf/util/probe-finder.c
1114
goto found;
tools/perf/util/probe-finder.c
1148
found:
tools/perf/util/probe-finder.c
127
goto found;
tools/perf/util/probe-finder.c
131
found:
tools/perf/util/probe-finder.c
1784
ret = lf->found = 1;
tools/perf/util/probe-finder.c
1855
struct line_finder lf = {.lr = lr, .found = 0};
tools/perf/util/probe-finder.c
1866
.cu_die = &lf.cu_die, .sp_die = &lf.sp_die, .found = 0};
tools/perf/util/probe-finder.c
1872
if (pubname_param.found) {
tools/perf/util/probe-finder.c
1874
if (lf.found)
tools/perf/util/probe-finder.c
1875
goto found;
tools/perf/util/probe-finder.c
1880
while (!lf.found && ret >= 0) {
tools/perf/util/probe-finder.c
1910
found:
tools/perf/util/probe-finder.c
1912
if (lf.found) {
tools/perf/util/probe-finder.c
1922
return (ret < 0) ? ret : lf.found;
tools/perf/util/probe-finder.c
666
bool found;
tools/perf/util/probe-finder.c
685
fsp->found = true;
tools/perf/util/probe-finder.c
695
fsp->found = true;
tools/perf/util/probe-finder.c
707
fsp->found = true;
tools/perf/util/probe-finder.c
720
.found = false,
tools/perf/util/probe-finder.c
726
if (!ret && !fsp.found)
tools/perf/util/probe-finder.c
730
return fsp.found ? die_mem : NULL;
tools/perf/util/probe-finder.h
107
int found;
tools/perf/util/srcline.c
209
bool found = false;
tools/perf/util/srcline.c
215
found = true;
tools/perf/util/srcline.c
219
if (!found)
tools/perf/util/stat-display.c
1491
bool found = false;
tools/perf/util/stat-display.c
1495
found = true;
tools/perf/util/stat-display.c
1499
if (found)
tools/perf/util/symbol-elf.c
218
bool found = false;
tools/perf/util/symbol-elf.c
231
found = !!elf_section_by_name(elf, &ehdr, &shdr, sec, NULL);
tools/perf/util/symbol-elf.c
237
return found;
tools/perf/util/unwind.c
80
bool found = false;
tools/perf/util/unwind.c
86
found = true;
tools/perf/util/unwind.c
90
if (!found)
tools/perf/util/vdso.c
103
vdso_file->found = (vdso != NULL);
tools/perf/util/vdso.c
104
vdso_file->error = !vdso_file->found;
tools/perf/util/vdso.c
115
if (vdso_info->vdso.found)
tools/perf/util/vdso.c
118
if (vdso_info->vdso32.found)
tools/perf/util/vdso.c
120
if (vdso_info->vdsox32.found)
tools/perf/util/vdso.c
228
if (vdso_file->found)
tools/perf/util/vdso.c
242
vdso_file->found = true;
tools/perf/util/vdso.c
32
bool found;
tools/perf/util/vdso.c
79
if (vdso_file->found)
tools/power/acpi/os_specific/service_layers/oslinuxtbl.c
282
u8 found = FALSE;
tools/power/acpi/os_specific/service_layers/oslinuxtbl.c
298
found = TRUE;
tools/power/acpi/os_specific/service_layers/oslinuxtbl.c
313
if (found) {
tools/power/x86/intel-speed-select/isst-config.c
636
int i, found = 0;
tools/power/x86/intel-speed-select/isst-config.c
654
found = 1;
tools/power/x86/intel-speed-select/isst-config.c
658
if (!found)
tools/sched_ext/include/scx/cid.bpf.h
434
u32 found;
tools/sched_ext/include/scx/cid.bpf.h
445
found = (base + wi) * 64 + ctzll(word);
tools/sched_ext/include/scx/cid.bpf.h
446
if (found >= end)
tools/sched_ext/include/scx/cid.bpf.h
448
return found;
tools/sched_ext/include/scx/cid.bpf.h
609
u32 found;
tools/sched_ext/include/scx/cid.bpf.h
620
found = abs_wi * 64 + ctzll(word);
tools/sched_ext/include/scx/cid.bpf.h
621
if (found >= hi)
tools/sched_ext/include/scx/cid.bpf.h
623
return found;
tools/sched_ext/include/scx/cid.bpf.h
639
u32 found;
tools/sched_ext/include/scx/cid.bpf.h
641
found = cmask_next_set(m, start);
tools/sched_ext/include/scx/cid.bpf.h
642
if (found < end || start <= m->base)
tools/sched_ext/include/scx/cid.bpf.h
643
return found;
tools/sched_ext/include/scx/cid.bpf.h
645
found = cmask_next_set(m, m->base);
tools/sched_ext/include/scx/cid.bpf.h
646
return found < start ? found : end;
tools/sched_ext/include/scx/cid.bpf.h
661
u32 found;
tools/sched_ext/include/scx/cid.bpf.h
663
found = cmask_next_and_set(a, b, start);
tools/sched_ext/include/scx/cid.bpf.h
664
if (found < a_end || start <= a->base)
tools/sched_ext/include/scx/cid.bpf.h
665
return found;
tools/sched_ext/include/scx/cid.bpf.h
667
found = cmask_next_and_set(a, b, a->base);
tools/sched_ext/include/scx/cid.bpf.h
668
return found < start ? found : a_end;
tools/testing/cxl/mock_acpi.c
13
struct acpi_device *adev, *found = NULL;
tools/testing/cxl/mock_acpi.c
17
found = ACPI_COMPANION(dev);
tools/testing/cxl/mock_acpi.c
29
found = adev;
tools/testing/cxl/mock_acpi.c
34
return found;
tools/testing/selftests/arm64/fp/fp-stress.c
275
bool found = false;
tools/testing/selftests/arm64/fp/fp-stress.c
281
found = true;
tools/testing/selftests/arm64/fp/fp-stress.c
286
if (!found)
tools/testing/selftests/arm64/gcs/gcs-stress.c
291
bool found = false;
tools/testing/selftests/arm64/gcs/gcs-stress.c
297
found = true;
tools/testing/selftests/arm64/gcs/gcs-stress.c
302
if (!found)
tools/testing/selftests/arm64/signal/testcases/testcases.h
102
return found;
tools/testing/selftests/arm64/signal/testcases/testcases.h
110
found = head;
tools/testing/selftests/arm64/signal/testcases/testcases.h
115
return found;
tools/testing/selftests/arm64/signal/testcases/testcases.h
99
struct _aarch64_ctx *found = NULL;
tools/testing/selftests/bpf/cgroup_helpers.c
694
bool found = false;
tools/testing/selftests/bpf/cgroup_helpers.c
715
found = true;
tools/testing/selftests/bpf/cgroup_helpers.c
723
found = true;
tools/testing/selftests/bpf/cgroup_helpers.c
730
if (found)
tools/testing/selftests/bpf/cgroup_helpers.c
734
return found ? id : -1;
tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c
222
static bool found;
tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c
240
found = true;
tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c
252
found = false;
tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c
257
ASSERT_EQ(found, true, "expected_err_msg");
tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c
331
found = false;
tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c
338
ASSERT_TRUE(found, "expected_err_msg");
tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c
384
found = false;
tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c
389
ASSERT_EQ(found, true, "expected_err_msg");
tools/testing/selftests/bpf/prog_tests/dmabuf_iter.c
247
bool found;
tools/testing/selftests/bpf/prog_tests/dmabuf_iter.c
262
ASSERT_OK(bpf_map_lookup_elem(map_fd, key, &found), "lookup");
tools/testing/selftests/bpf/prog_tests/dmabuf_iter.c
263
ASSERT_TRUE(found, "found test buffer");
tools/testing/selftests/bpf/prog_tests/get_stack_raw_tp.c
39
bool found = false;
tools/testing/selftests/bpf/prog_tests/get_stack_raw_tp.c
48
found = num_stack > 0;
tools/testing/selftests/bpf/prog_tests/get_stack_raw_tp.c
53
found = true;
tools/testing/selftests/bpf/prog_tests/get_stack_raw_tp.c
58
if (found) {
tools/testing/selftests/bpf/prog_tests/resolve_btfids.c
147
bool found = false;
tools/testing/selftests/bpf/prog_tests/resolve_btfids.c
152
found = true;
tools/testing/selftests/bpf/prog_tests/resolve_btfids.c
156
ret = CHECK(!found, "id_check",
tools/testing/selftests/bpf/prog_tests/signed_loader.c
622
int nr_maps = 0, nr_progs = 0, i, found = 0, r;
tools/testing/selftests/bpf/prog_tests/signed_loader.c
686
found = 1;
tools/testing/selftests/bpf/prog_tests/signed_loader.c
691
ASSERT_EQ(found, 1, "attested .data value preserved");
tools/testing/selftests/bpf/prog_tests/trace_printk.c
23
int err = 0, found[2] = {};
tools/testing/selftests/bpf/prog_tests/trace_printk.c
63
ASSERT_OK(read_trace_pipe_iter(trace_pipe_cb, found, 1000),
tools/testing/selftests/bpf/prog_tests/trace_printk.c
66
if (!ASSERT_EQ(found[0], bss->trace_printk_ran, "found"))
tools/testing/selftests/bpf/prog_tests/trace_printk.c
69
if (!ASSERT_EQ(found[1], bss->trace_printk_utf8_ran, "found_utf8"))
tools/testing/selftests/bpf/prog_tests/trace_vprintk.c
20
int err = 0, found = 0;
tools/testing/selftests/bpf/prog_tests/trace_vprintk.c
43
ASSERT_OK(read_trace_pipe_iter(trace_pipe_cb, &found, 1000),
tools/testing/selftests/bpf/prog_tests/trace_vprintk.c
46
if (!ASSERT_EQ(found, bss->trace_vprintk_ran, "found"))
tools/testing/selftests/bpf/prog_tests/wakeup_source.c
105
ASSERT_TRUE(rb_ctx.found, "found_test_ws_in_rb");
tools/testing/selftests/bpf/prog_tests/wakeup_source.c
42
bool found;
tools/testing/selftests/bpf/prog_tests/wakeup_source.c
53
rb_ctx->found = true;
tools/testing/selftests/bpf/prog_tests/wakeup_source.c
83
.found = false,
tools/testing/selftests/bpf/progs/bpf_cubic.c
108
ca->found = 0;
tools/testing/selftests/bpf/progs/bpf_cubic.c
482
ca->found = 1;
tools/testing/selftests/bpf/progs/bpf_cubic.c
497
ca->found = 1;
tools/testing/selftests/bpf/progs/bpf_cubic.c
531
if (!ca->found && tcp_in_slow_start(tp) && hystart &&
tools/testing/selftests/bpf/progs/bpf_cubic.c
89
__u8 found; /* the exit point is found? */
tools/testing/selftests/bpf/progs/dmabuf_iter.c
70
bool *found;
tools/testing/selftests/bpf/progs/dmabuf_iter.c
92
found = bpf_map_lookup_elem(&testbuf_hash, name);
tools/testing/selftests/bpf/progs/dmabuf_iter.c
93
if (found) {
tools/testing/selftests/bpf/progs/iters.c
336
bool found = false;
tools/testing/selftests/bpf/progs/iters.c
346
found = true;
tools/testing/selftests/bpf/progs/iters.c
354
if (found)
tools/testing/selftests/bpf/progs/iters.c
583
bool found = false;
tools/testing/selftests/bpf/progs/iters.c
589
found = true;
tools/testing/selftests/bpf/progs/iters.c
592
if (found)
tools/testing/selftests/bpf/progs/iters.c
604
bool found = false;
tools/testing/selftests/bpf/progs/iters.c
611
found = true;
tools/testing/selftests/bpf/progs/iters.c
616
if (found)
tools/testing/selftests/bpf/test_verifier.c
1384
bool found = true;
tools/testing/selftests/bpf/test_verifier.c
1388
found = false;
tools/testing/selftests/bpf/test_verifier.c
1392
if (found)
tools/testing/selftests/bpf/trace_helpers.c
318
bool found = false;
tools/testing/selftests/bpf/trace_helpers.c
322
found = true;
tools/testing/selftests/bpf/trace_helpers.c
326
if (!found) {
tools/testing/selftests/filesystems/eventfd/eventfd_test.c
124
int found = 0;
tools/testing/selftests/filesystems/eventfd/eventfd_test.c
143
found = 1;
tools/testing/selftests/filesystems/eventfd/eventfd_test.c
159
if (found == 0)
tools/testing/selftests/filesystems/xattr/xattr_socket_test.c
133
bool found = false;
tools/testing/selftests/filesystems/xattr/xattr_socket_test.c
150
found = true;
tools/testing/selftests/filesystems/xattr/xattr_socket_test.c
154
ASSERT_TRUE(found) {
tools/testing/selftests/filesystems/xattr/xattr_socket_types_test.c
107
found = false;
tools/testing/selftests/filesystems/xattr/xattr_socket_types_test.c
110
found = true;
tools/testing/selftests/filesystems/xattr/xattr_socket_types_test.c
112
ASSERT_TRUE(found);
tools/testing/selftests/filesystems/xattr/xattr_socket_types_test.c
91
bool found;
tools/testing/selftests/hid/hid_common.h
326
bool found = false;
tools/testing/selftests/hid/hid_common.h
344
found = true;
tools/testing/selftests/hid/hid_common.h
348
return found;
tools/testing/selftests/hid/hid_common.h
357
int found = -1, attempts = 3;
tools/testing/selftests/hid/hid_common.h
361
while (found < 0 && attempts > 0) {
tools/testing/selftests/hid/hid_common.h
370
found = (int)strtol(str_id, NULL, 16);
tools/testing/selftests/hid/hid_common.h
376
if (found < 0)
tools/testing/selftests/hid/hid_common.h
380
return found;
tools/testing/selftests/hid/hid_common.h
389
int i, found = -1;
tools/testing/selftests/hid/hid_common.h
413
found = atoi(subdir->d_name + strlen("hidraw"));
tools/testing/selftests/hid/hid_common.h
418
if (found > 0)
tools/testing/selftests/hid/hid_common.h
424
return found;
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
200
bool found = false;
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
204
if (found)
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
207
found = f->events[i] == event;
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
209
if (found)
tools/testing/selftests/namespaces/cred_change_test.c
139
found = true;
tools/testing/selftests/namespaces/cred_change_test.c
143
ASSERT_TRUE(found);
tools/testing/selftests/namespaces/cred_change_test.c
153
found = false;
tools/testing/selftests/namespaces/cred_change_test.c
156
found = true;
tools/testing/selftests/namespaces/cred_change_test.c
161
ASSERT_FALSE(found);
tools/testing/selftests/namespaces/cred_change_test.c
184
bool found = false;
tools/testing/selftests/namespaces/cred_change_test.c
271
found = true;
tools/testing/selftests/namespaces/cred_change_test.c
276
ASSERT_FALSE(found);
tools/testing/selftests/namespaces/cred_change_test.c
300
bool found = false;
tools/testing/selftests/namespaces/cred_change_test.c
390
found = true;
tools/testing/selftests/namespaces/cred_change_test.c
395
ASSERT_FALSE(found);
tools/testing/selftests/namespaces/cred_change_test.c
47
bool found = false;
tools/testing/selftests/namespaces/cred_change_test.c
589
bool found = false;
tools/testing/selftests/namespaces/cred_change_test.c
694
found = true;
tools/testing/selftests/namespaces/cred_change_test.c
699
ASSERT_FALSE(found);
tools/testing/selftests/namespaces/cred_change_test.c
723
bool found = false;
tools/testing/selftests/namespaces/cred_change_test.c
805
found = true;
tools/testing/selftests/namespaces/cred_change_test.c
810
ASSERT_FALSE(found);
tools/testing/selftests/namespaces/listns_test.c
316
bool found = false;
tools/testing/selftests/namespaces/listns_test.c
320
found = true;
tools/testing/selftests/namespaces/listns_test.c
324
ASSERT_FALSE(found);
tools/testing/selftests/net/ipsec.c
1025
bool found = false;
tools/testing/selftests/net/ipsec.c
1060
if (found)
tools/testing/selftests/net/ipsec.c
1066
found = true;
tools/testing/selftests/pid_namespace/pidns_init_via_setns.c
116
int found = 0;
tools/testing/selftests/pid_namespace/pidns_init_via_setns.c
136
found = true;
tools/testing/selftests/pid_namespace/pidns_init_via_setns.c
142
ASSERT_TRUE(found);
tools/testing/selftests/pidfd/pidfd_fdinfo_test.c
174
int found = 0;
tools/testing/selftests/pidfd/pidfd_fdinfo_test.c
194
found = 1;
tools/testing/selftests/pidfd/pidfd_fdinfo_test.c
210
if (found == 0)
tools/testing/selftests/pidfd/pidfd_xattr_test.c
76
bool found = false;
tools/testing/selftests/pidfd/pidfd_xattr_test.c
80
found = true;
tools/testing/selftests/pidfd/pidfd_xattr_test.c
83
ASSERT_TRUE(found);
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
105
found++;
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
110
SKIP_IF(found == 0);
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
113
FAIL_IF(found != 8);
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
55
int found;
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
59
found = 0;
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
63
found++;
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
69
found++;
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
75
found++;
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
81
found++;
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
87
found++;
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
93
found++;
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
99
found++;
tools/testing/selftests/powerpc/pmu/ebb/ebb.c
101
int found, i;
tools/testing/selftests/powerpc/pmu/ebb/ebb.c
116
found = 0;
tools/testing/selftests/powerpc/pmu/ebb/ebb.c
119
found += count_pmc(i, sample_period);
tools/testing/selftests/powerpc/pmu/ebb/ebb.c
122
if (!found)
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.h
23
int i, found = 1;
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.h
29
found = 0;
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.h
33
if (!found)
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.h
41
int i, found = 1;
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.h
46
found = 0;
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.h
50
if (!found)
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.h
58
int i, found = 1;
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.h
63
found = 0;
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.h
67
if (!found)
tools/testing/selftests/proc/proc-maps-race.c
156
bool found;
tools/testing/selftests/proc/proc-maps-race.c
159
found = (sscanf(line_start, "%lx-%lx", start, end) == 2);
tools/testing/selftests/proc/proc-maps-race.c
162
return found;
tools/testing/selftests/resctrl/resctrl_tests.c
290
bool found = false;
tools/testing/selftests/resctrl/resctrl_tests.c
299
found = true;
tools/testing/selftests/resctrl/resctrl_tests.c
303
if (!found) {
tools/testing/selftests/sched_ext/enq_select_cpu.bpf.c
25
bool found = false;
tools/testing/selftests/sched_ext/enq_select_cpu.bpf.c
27
cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, 0, &found);
tools/testing/selftests/sched_ext/enq_select_cpu.bpf.c
28
if (found) {
tools/testing/selftests/sched_ext/enq_select_cpu.bpf.c
49
bool found = false;
tools/testing/selftests/sched_ext/enq_select_cpu.bpf.c
57
cpu = scx_bpf_select_cpu_dfl(p, bpf_get_smp_processor_id(), 0, &found);
tools/testing/selftests/sched_ext/enq_select_cpu.bpf.c
58
if (!found)
tools/testing/selftests/sched_ext/exit.bpf.c
23
bool found;
tools/testing/selftests/sched_ext/exit.bpf.c
28
return scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &found);
tools/testing/selftests/sched_ext/select_cpu_dfl_nodispatch.bpf.c
32
bool *found) __ksym;
tools/testing/selftests/seccomp/seccomp_bpf.c
5108
bool found = false;
tools/testing/selftests/seccomp/seccomp_bpf.c
5118
found = true;
tools/testing/selftests/seccomp/seccomp_bpf.c
5123
return found ? (uintptr_t)addr - start + base : -1;
tools/testing/selftests/vDSO/vdso_test_correctness.c
72
bool found = false;
tools/testing/selftests/vDSO/vdso_test_correctness.c
92
found = true;
tools/testing/selftests/vDSO/vdso_test_correctness.c
98
if (!found) {
tools/testing/selftests/x86/test_shadow_stack.c
778
bool found = false;
tools/testing/selftests/x86/test_shadow_stack.c
787
found = true;
tools/testing/selftests/x86/test_shadow_stack.c
794
if (!found)
tools/testing/selftests/x86/test_vsyscall.c
418
bool found = false;
tools/testing/selftests/x86/test_vsyscall.c
452
found = true;
tools/testing/selftests/x86/test_vsyscall.c
458
if (!found) {
tools/tracing/latency/latency-collector.c
1275
static bool get_trace_opt(const char *allopt, const char *opt, bool *found)
tools/tracing/latency/latency-collector.c
1277
*found = false;
tools/tracing/latency/latency-collector.c
1290
*found = true;
tools/tracing/latency/latency-collector.c
1296
*found = true;
tools/tracing/latency/latency-collector.c
928
int found = 0;
tools/tracing/latency/latency-collector.c
934
found++;
tools/tracing/latency/latency-collector.c
942
if (!found) {
tools/tracing/rtla/src/utils.c
730
int found = 0;
tools/tracing/rtla/src/utils.c
739
found = 1;
tools/tracing/rtla/src/utils.c
745
if (!found)
tools/usb/ffs-aio-example/multibuff/host_app/test.c
102
ret = libusb_open(state->found, &state->handle);
tools/usb/ffs-aio-example/multibuff/host_app/test.c
164
libusb_get_config_descriptor(state.found, 0, &conf);
tools/usb/ffs-aio-example/multibuff/host_app/test.c
49
libusb_device *found;
tools/usb/ffs-aio-example/multibuff/host_app/test.c
65
state->found = NULL;
tools/usb/ffs-aio-example/multibuff/host_app/test.c
92
state->found = dev;
tools/usb/ffs-aio-example/multibuff/host_app/test.c
97
if (!state->found) {
tools/usb/ffs-aio-example/simple/host_app/test.c
102
ret = libusb_open(state->found, &state->handle);
tools/usb/ffs-aio-example/simple/host_app/test.c
164
libusb_get_config_descriptor(state.found, 0, &conf);
tools/usb/ffs-aio-example/simple/host_app/test.c
49
libusb_device *found;
tools/usb/ffs-aio-example/simple/host_app/test.c
65
state->found = NULL;
tools/usb/ffs-aio-example/simple/host_app/test.c
92
state->found = dev;
tools/usb/ffs-aio-example/simple/host_app/test.c
97
if (!state->found) {
tools/usb/usbip/src/usbip_detach.c
39
int found = 0;
tools/usb/usbip/src/usbip_detach.c
62
found = 1;
tools/usb/usbip/src/usbip_detach.c
70
if (!found) {
tools/usb/usbip/src/usbipd.c
114
found = 1;
tools/usb/usbip/src/usbipd.c
119
if (found) {
tools/usb/usbip/src/usbipd.c
97
int found = 0;
tools/verification/rv/src/in_kernel.c
63
int found = 0;
tools/verification/rv/src/in_kernel.c
89
found = 1;
tools/verification/rv/src/in_kernel.c
94
return found;