Searched refs:found (Results 151 - 175 of 1193) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsched.c126 void *found = NULL; local
141 found = qe;
152 found = fe;
162 if (found)
166 return found;
483 struct sched_class *found = NULL; local
491 found = e;
516 found = e;
522 return found;
579 * scheduling class with matching @p is found, the
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Diters.c338 bool found = false; local
348 found = true;
356 if (found)
357 /* here found element will be wrong, we should have copied
585 bool found = false; local
591 found = true;
594 if (found)
606 bool found = false; local
613 found = true;
618 if (found)
[all...]
/linux-master/drivers/scsi/
H A Dscsi_devinfo.c273 int found = 0; local
277 found = 1;
280 if (!found)
502 struct scsi_dev_info_list *found; local
504 found = scsi_dev_info_list_find(vendor, model, key);
505 if (IS_ERR(found))
506 return PTR_ERR(found);
508 list_del(&found->dev_info_list);
509 kfree(found);
574 * for an entry matching @vendor and @model, if found, retur
[all...]
/linux-master/tools/perf/util/
H A Dprobe-finder.c115 goto found;
119 found:
458 /* This can be found in other place. skip it */
637 bool found; member in struct:find_scope_param
656 fsp->found = true;
666 fsp->found = true;
678 fsp->found = true;
691 .found = false,
697 if (!ret && !fsp.found)
701 return fsp.found
1019 int found; member in struct:pubname_callback_param
[all...]
/linux-master/fs/btrfs/
H A Dtree-mod-log.c480 struct tree_mod_elem *found = NULL; local
495 if (found)
496 BUG_ON(found->seq > cur->seq);
497 found = cur;
501 if (found)
502 BUG_ON(found->seq < cur->seq);
503 found = cur;
506 found = cur;
512 return found;
738 struct tree_mod_elem *found local
[all...]
/linux-master/fs/ext4/
H A Dmballoc-test.c380 ext4_fsblk_t found; local
392 found = ext4_mb_new_blocks_simple(&ar, &err);
393 KUNIT_ASSERT_EQ_MSG(test, ar.goal, found,
394 "failed to alloc block at goal, expected %llu found %llu",
395 ar.goal, found);
399 found = ext4_mb_new_blocks_simple(&ar, &err);
400 KUNIT_ASSERT_EQ_MSG(test, ar.goal + EXT4_C2B(sbi, 1), found,
401 "failed to alloc block after goal in goal group, expected %llu found %llu",
402 ar.goal + 1, found);
407 found
[all...]
/linux-master/drivers/nvme/host/
H A Dmultipath.c244 struct nvme_ns *found = NULL, *fallback = NULL, *ns; local
260 found = ns;
274 if (!found)
275 found = fallback;
276 if (found)
277 rcu_assign_pointer(head->current_path[node], found);
278 return found;
294 struct nvme_ns *ns, *found = NULL; local
309 found = ns;
313 found
[all...]
/linux-master/drivers/pnp/
H A Dcard.c29 int found; local
35 found = 0;
39 found = 1;
43 if (!found)
351 goto found;
357 found:
/linux-master/drivers/regulator/
H A Dtps62360-regulator.c73 * recently used and return as found so that caller need not to set
76 * - If requested voltage is not found then it will use the least
85 bool found = false; local
93 found = true;
104 return found;
129 bool found = false; local
137 found = find_voltage_set_register(tps, selector, &new_vset_id);
139 if (!found) {
348 dev_err(&client->dev, "Error: No device match found\n");
358 dev_err(&client->dev, "No device tree match or id table match found\
[all...]
/linux-master/drivers/mtd/lpddr/
H A Dlpddr2_nvm.c266 unsigned int found = 1; local
280 found = 0;
282 found = 0;
284 found = 0;
286 found = 0;
292 return found;
/linux-master/net/sunrpc/
H A Dxprtmultipath.c281 bool found = false; local
285 found = true;
286 if (found && ((find_active && xprt_is_active(pos)) ||
377 bool found = false; local
381 found = true;
386 if (found && ((check_active && xprt_is_active(pos)) ||
/linux-master/fs/autofs/
H A Dexpire.c426 struct dentry *found; local
454 /* Make sure a reference is not taken on found if
458 found = should_expire(expired, mnt, timeout, how);
459 if (found != expired) { // something has changed, continue
460 dput(found);
468 goto found;
478 found:
/linux-master/fs/efivarfs/
H A Dvars.c99 * found by hand
268 bool found = false; local
280 found = true;
288 return found;
296 bool found = false; local
306 found = true;
310 return found;
316 * character is found among the first variable_name_size bytes.
/linux-master/tools/lib/bpf/
H A Delf.c449 struct symbol *found, tmp = { local
454 found = bsearch(&tmp, symbols, cnt, sizeof(*symbols), symbol_cmp);
455 if (!found)
458 offset = &offsets[found->idx];
464 if (found->bind != STB_WEAK && bind != STB_WEAK) {
466 pr_warn("elf: ambiguous match found '%s@%lu' in '%s' previous offset %lu\n",
480 found->bind = bind;
539 /* If we found anything in the first symbol section,
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif.c326 u8 channel_id, u8 found)
334 end = channel_id + found;
384 int found = 1; local
390 found = 2;
393 config_vpif_params(vpifparams, channel_id, found);
398 return found;
325 config_vpif_params(struct vpif_params *vpifparams, u8 channel_id, u8 found) argument
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c252 * If the handle can't be found or is associated with an incorrect resource
1079 struct vmw_resource *found = NULL; local
1098 found = cur_res;
1108 while (found) {
1109 if (found->res_dirty) {
1112 if (!found->func->clean)
1115 ret = found->func->clean(found);
1119 found->res_dirty = false;
1121 last_cleaned = found
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device.c1207 unsigned int found, start_search, cur_size; local
1228 found = find_next_zero_bit(kfd->gtt_sa_bitmap,
1232 pr_debug("Found = %d\n", found);
1235 if (found == kfd->gtt_sa_num_of_chunks)
1239 (*mem_obj)->range_start = found;
1240 (*mem_obj)->range_end = found;
1243 found,
1247 found,
1256 __set_bit(found, kfd->gtt_sa_bitmap);
1265 kfd->gtt_sa_num_of_chunks, ++found);
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c641 enum drm_connector_status found = connector_status_disconnected; local
697 found = connector_status_connected;
706 return found;
1306 bool found = false; local
1354 found = true;
1357 found = true;
1367 return found;
1377 bool found = false; local
1420 found = true;
1423 found
1444 bool found = false; local
1532 enum drm_connector_status found = connector_status_disconnected; local
[all...]
/linux-master/drivers/target/
H A Dtarget_core_hba.c97 goto found;
101 found:
/linux-master/security/keys/
H A Dprocess_keys.c412 * they grant Search permission too. Keys can only be found if they grant
429 * searchable, but we failed to find a key or we found a negative key;
444 goto found;
462 goto found;
484 goto found;
506 goto found;
525 found:
546 goto found;
568 goto found;
581 found
[all...]
/linux-master/fs/ocfs2/
H A Dreservations.c96 mlog(ML_NOTICE, "%d reservations found. LRU follows\n", i);
347 * If a window containing that goal is not found, we return the window
395 * Returns the length of allocation, 0 if no free bits are found.
408 int offset, start, found; local
413 found = best_start = best_len = 0;
423 /* we found a zero */
424 found++;
429 found = 1;
432 if (found > best_len) {
433 best_len = found;
[all...]
/linux-master/arch/powerpc/mm/book3s64/
H A Dslice.c284 unsigned long found, next_end; local
314 found = vm_unmapped_area(&info);
315 if (!(found & ~PAGE_MASK))
316 return found;
328 unsigned long found, prev; local
365 found = vm_unmapped_area(&info);
366 if (!(found & ~PAGE_MASK))
367 return found;
504 * search in good, found => OK
505 * search in good | free, found
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dflowring.c65 bool found; local
84 found = false;
90 found = true;
96 if (found)
110 bool found; local
129 found = false;
134 found = true;
140 if (found) {
/linux-master/scripts/
H A DMakefile.asm-generic26 $(warning redundant generic-y found in $(src)/Kbuild: $(redundant)))
/linux-master/drivers/char/hw_random/
H A Damd-rng.c139 goto found;
141 /* Device not found. */
144 found:

Completed in 243 milliseconds

1234567891011>>