Home
last modified time | relevance | path

Searched refs:found (Results 126 – 150 of 2543) sorted by relevance

12345678910>>...102

/linux/drivers/net/wireless/ath/carl9170/
H A Dfw.c368 int scan = 0, found = 0; in carl9170_find_fw_desc() local
376 if (fw_data[scan++] == otus_magic[found]) in carl9170_find_fw_desc()
377 found++; in carl9170_find_fw_desc()
379 found = 0; in carl9170_find_fw_desc()
384 if (found == sizeof(otus_magic)) in carl9170_find_fw_desc()
388 if (found != sizeof(otus_magic)) in carl9170_find_fw_desc()
391 return (void *)&fw_data[scan - found]; in carl9170_find_fw_desc()
/linux/drivers/md/dm-vdo/indexer/
H A Dvolume.h141 bool *found);
146 bool *found);
150 u16 record_page_number, bool *found);
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsched.c126 void *found = NULL; in t4_sched_entry_lookup() local
141 found = qe; in t4_sched_entry_lookup()
152 found = fe; in t4_sched_entry_lookup()
162 if (found) in t4_sched_entry_lookup()
166 return found; in t4_sched_entry_lookup()
483 struct sched_class *found = NULL; in t4_sched_class_lookup() local
491 found = e; in t4_sched_class_lookup()
516 found = e; in t4_sched_class_lookup()
522 return found; in t4_sched_class_lookup()
/linux/Documentation/arch/powerpc/
H A Dbootwrapper.rst12 The boot wrapper can be found in the arch/powerpc/boot/ directory. The
15 interfaces found on PowerPC platforms. OpenFirmware is the most commonly
17 others. U-Boot is typically found on embedded PowerPC hardware, but there
36 Because of the series of #ifdefs found in the
42 specific cuImage platform init code can be found in
44 cuImage init code for a specific board can be found in
61 specific initialization code is typically found in a
73 treeImage.%; Image format for used with OpenBIOS firmware found
120 script' (found in arch/powerpc/boot/wrapper) is called by the Makefile and
/linux/Documentation/scheduler/
H A Dsched-stats.rst85 2) # of times in this domain sched_balance_rq() checked but found
97 8) # of times in this domain a busier queue was found while the
98 cpu was idle but no busier group was found
101 10) # of times in this domain sched_balance_rq() checked but found the
112 16) # of times in this domain a busier queue was found while the cpu
113 was busy but no busier group was found
117 18) # of times in this domain sched_balance_rq() checked but found the
128 24) # of times in this domain a busier queue was found while the cpu
129 was just becoming idle but no busier group was found
/linux/drivers/scsi/
H A Dscsi_devinfo.c273 int found = 0; in scsi_devinfo_lookup_by_key() local
277 found = 1; in scsi_devinfo_lookup_by_key()
280 if (!found) in scsi_devinfo_lookup_by_key()
504 struct scsi_dev_info_list *found; in scsi_dev_info_list_del_keyed() local
506 found = scsi_dev_info_list_find(vendor, model, key); in scsi_dev_info_list_del_keyed()
507 if (IS_ERR(found)) in scsi_dev_info_list_del_keyed()
508 return PTR_ERR(found); in scsi_dev_info_list_del_keyed()
510 list_del(&found->dev_info_list); in scsi_dev_info_list_del_keyed()
511 kfree(found); in scsi_dev_info_list_del_keyed()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dnotif-wait.c32 bool found = false; in iwl_notification_wait() local
50 found = true; in iwl_notification_wait()
54 if (!found) in iwl_notification_wait()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dresolve_btfids.c147 bool found = false; in test_resolve_btfids() local
152 found = true; in test_resolve_btfids()
156 ret = CHECK(!found, "id_check", in test_resolve_btfids()
/linux/arch/arm64/kvm/
H A Dstacktrace.c92 goto found; in kvm_nvhe_stack_kern_va()
97 goto found; in kvm_nvhe_stack_kern_va()
101 found: in kvm_nvhe_stack_kern_va()
/linux/tools/perf/arch/
H A Dcommon.c106 bool found = false; in lookup_path() local
122 found = true; in lookup_path()
128 return found; in lookup_path()
/linux/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c106 int found = 0; in book3e_tlb_exists() local
113 : "=&r"(found) : "r"(ea)); in book3e_tlb_exists()
115 return found; in book3e_tlb_exists()
/linux/net/wireless/
H A Dlib80211.c194 goto found; in lib80211_unregister_crypto_ops()
199 found: in lib80211_unregister_crypto_ops()
217 goto found; in lib80211_get_crypto_ops()
222 found: in lib80211_get_crypto_ops()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_db.c22 goto found; in hns_roce_db_map_user()
42 found: in hns_roce_db_map_user()
102 goto found; in hns_roce_alloc_db_from_pgdir()
107 found: in hns_roce_alloc_db_from_pgdir()
/linux/include/linux/
H A Dradix-tree.h407 goto found; in radix_tree_next_slot()
415 goto found; in radix_tree_next_slot()
425 goto found; in radix_tree_next_slot()
435 found: in radix_tree_next_slot()
/linux/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c71 const struct net_device *found; in nft_fib4_eval() local
142 found = FIB_RES_DEV(res); in nft_fib4_eval()
146 found = oif; in nft_fib4_eval()
149 nft_fib_store_result(dest, priv, found); in nft_fib4_eval()
/linux/arch/alpha/lib/
H A Dev67-strlen.S37 bne $2, $found # U :
44 $found:
H A Dev67-strcat.S42 bne $2, $found # U :
49 $found: cttz $2, $3 # U0 :
H A Dstrcat.S29 bne $2, $found
36 $found: negq $2, $3 # clear all but least set bit
H A Dstrlen.S31 bne $2, found
39 found: blbs $2, done # make aligned case fast label
/linux/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c435 bool found; in dlpar_cpu_exists() local
439 found = false; in dlpar_cpu_exists()
449 found = true; in dlpar_cpu_exists()
454 return found; in dlpar_cpu_exists()
501 bool found = false; in valid_cpu_drc_index() local
512 while (!found) { in valid_cpu_drc_index()
522 found = true; in valid_cpu_drc_index()
525 return found; in valid_cpu_drc_index()
/linux/fs/ext2/
H A Dialloc.c296 goto found; in find_group_orlov()
331 goto found; in find_group_orlov()
341 goto found; in find_group_orlov()
355 found: in find_group_orlov()
373 goto found; in find_group_other()
397 goto found; in find_group_other()
410 goto found; in find_group_other()
415 found: in find_group_other()
/linux/tools/perf/Documentation/
H A Dperf-archive.txt6 perf-archive - Create archive with object files with build-ids found in perf.data file
16 buildids found so that analysis of perf.data contents can be possible on another
/linux/Documentation/input/devices/
H A Dwalkera0701.rst19 At back side of transmitter S-video connector can be found. Modulation
20 pulses from processor to HF part can be found at pin 2 of this connector,
21 pin 3 is GND. Between pin 3 and CPU 5k6 resistor can be found. To get
107 Values for first four channels (analog joystick values) can be found in
119 software driver. Some details about this magic numbers can be found in
/linux/security/keys/
H A Dpersistent.c96 goto found; in key_get_persistent()
106 goto found; in key_get_persistent()
110 found: in key_get_persistent()
/linux/arch/x86/pci/
H A Dbus_numa.c36 bool found = false; in x86_pci_root_bus_resources() local
47 found = true; in x86_pci_root_bus_resources()
51 if (!found) in x86_pci_root_bus_resources()

12345678910>>...102