Searched refs:found (Results 126 - 150 of 1193) sorted by relevance

1234567891011>>

/linux-master/net/wireless/
H A Dlib80211.c194 goto found;
199 found:
217 goto found;
222 found:
/linux-master/arch/powerpc/platforms/powernv/
H A Dvas.c198 pr_devel("Instance %d not found\n", vasid);
234 int found = 0; local
241 found++;
244 if (!found) {
249 pr_devel("Found %d instances\n", found);
H A Dpci-ioda-tce.c374 bool found; local
381 found = false;
388 found = true;
394 if (WARN_ON(!found))
398 found = false;
403 found = true;
407 WARN_ON(!found);
/linux-master/arch/x86/kernel/
H A Dmmconf-fam10h_64.c58 int found; local
75 found = 0;
89 found = 1;
94 if (!found)
/linux-master/lib/
H A Dasn1_encoder.c29 bool found = false; local
55 if (!found && byte == 0)
64 if (!found && (byte & 0x80)) {
73 found = true;
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_db.c22 goto found;
42 found:
102 goto found;
107 found:
/linux-master/arch/powerpc/kvm/
H A Dbook3s_rtas.c164 bool found; local
174 found = false;
178 found = true;
183 if (!found)
/linux-master/include/linux/
H A Dradix-tree.h48 * the tree for this index (no matter what level of the tree it is found at).
407 goto found;
415 goto found;
425 goto found;
435 found:
/linux-master/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c71 const struct net_device *found; local
142 found = FIB_RES_DEV(res);
146 found = oif;
149 nft_fib_store_result(dest, priv, found);
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-vtc.c254 struct xvtc_device *found = NULL; local
267 found = xvtc;
275 if (!found)
278 return found;
/linux-master/net/sctp/
H A Dauth.c570 int found = 0; local
575 found = 1;
580 return found;
641 int found = 0; local
655 for (i = 0; !found && i < len; i++) {
665 found = 1;
670 return found;
886 int found = 0; local
901 found = 1;
906 if (!found || ke
929 int found = 0; local
972 int found = 0; local
[all...]
/linux-master/drivers/firmware/broadcom/
H A Dbcm47xx_nvram.c90 goto found;
98 goto found;
102 goto found;
104 pr_err("no nvram found\n");
107 found:
121 pr_err("No valid NVRAM found\n");
/linux-master/drivers/clk/imx/
H A Dclk-pllv4.c105 bool found = false; local
116 found = true;
122 found = true;
128 if (!found) {
/linux-master/drivers/pci/
H A Dsearch.c138 * in the global list of PCI buses. If the bus is found, a pointer to its
139 * data structure is returned. If no bus is found, %NULL is returned.
159 * @from: Previous PCI bus found, or %NULL for new search.
189 * If the device is found, its reference count is increased and this
192 * If no device is found, %NULL is returned.
223 * found, its reference count is increased and this function returns a
225 * reference count by calling pci_dev_put(). If no device is found,
255 * @from: Previous PCI device found in search, or %NULL for new search.
257 * Iterates through the list of known PCI devices. If a PCI device is found
291 * @from: Previous PCI device found i
410 struct pci_dev *found = NULL; local
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_modeset_verify.c119 bool enabled = false, found = false; local
129 found = true;
134 found = true;
142 if (!found)
146 "encoder's enabled state mismatch (expected %i, found %i)\n",
189 "crtc active state doesn't match with hw state (expected %i, found %i)\n",
193 "transitional active state does not match atomic hw state (expected %i, found %i)\n",
/linux-master/tools/perf/util/
H A Dprobe-finder.h54 /* Callback when a probe point is found */
104 int found; member in struct:line_finder
/linux-master/drivers/isdn/mISDN/
H A Ddsp_pipeline.c199 int found = 0; local
256 found = 1;
260 if (found)
261 found = 0;
263 printk(KERN_ERR "%s: element not found, skipping: "
/linux-master/drivers/md/dm-vdo/indexer/
H A Dchapter-index.c81 bool found; local
99 found = was_entry_found(&entry, address);
100 result = VDO_ASSERT(!(found && entry.is_collision),
106 found_name = (found ? name->name : NULL);
/linux-master/drivers/gpu/drm/i915/
H A Di915_syncmap.c161 goto found;
187 found:
237 goto found;
269 * of the tree. If it has height 0, we have found our leaf and just
330 found:
/linux-master/fs/xfs/
H A Dxfs_reflink.c315 bool *found)
321 *found = false;
325 * allocate to fit the hole we found.
341 /* real extent found - no need to allocate */
343 *found = true;
395 bool found; local
411 error = xfs_find_trim_cow_extent(ip, imap, cmap, shared, &found);
415 if (found) {
461 bool found; local
475 &found);
310 xfs_find_trim_cow_extent( struct xfs_inode *ip, struct xfs_bmbt_irec *imap, struct xfs_bmbt_irec *cmap, bool *shared, bool *found) argument
529 bool found; local
1569 bool found; local
[all...]
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.c13 struct _aarch64_ctx *found = NULL; local
16 return found;
24 found = head;
29 return found;
325 /* not found a terminator...no need to update offset if any */
/linux-master/drivers/infiniband/core/
H A Dcq.c434 struct ib_cq *cq, *found = NULL; local
456 while (!found) {
461 * Check to see if we have found a CQ with the
468 found = cq;
472 if (found) {
473 found->cqe_used += nr_cqe;
476 return found;
489 return found;
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dfw.c368 int scan = 0, found = 0; local
376 if (fw_data[scan++] == otus_magic[found])
377 found++;
379 found = 0;
384 if (found == sizeof(otus_magic))
388 if (found != sizeof(otus_magic))
391 return (void *)&fw_data[scan - found];
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay-sysfs.c107 int r, found; local
112 found = 0;
116 found = 1;
119 found = 1;
122 if (!found && sscanf(buf, "%u,%hu/%hu/%hu/%hu,%hu/%hu/%hu/%hu",
/linux-master/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c650 bool found = false; local
671 found = true;
679 found = true;
686 if (found)
690 return found ? id : -1;

Completed in 245 milliseconds

1234567891011>>