Searched refs:found (Results 101 - 125 of 1193) sorted by relevance

1234567891011>>

/linux-master/fs/ubifs/
H A Dtnc.c91 * Most of the old index nodes can be found by looking up the TNC using the
94 * they cannot be easily found. In those cases, an entry is added to an RB-tree.
438 * When the node was not found, return -ENOENT, 0 otherwise.
637 * This function returns %0 if the next TNC entry is found, %-ENOENT if there is
682 * This function returns %0 if the previous TNC entry is found, %-ENOENT if
729 * This function is called for "hashed" keys to make sure that the found key
732 * %0 is returned if @nm is not found and @zn and @n are set to the previous
762 * We have found the branch after which we would
918 * o if @nm was found, %1 is returned and @zn and @n are set to the found
1481 int found, n, err, safely = 0, gc_seq1; local
1849 int found, n, err; local
2314 int found, n, err = 0; local
2365 int found, n, err = 0; local
2450 int found, n, err = 0; local
2655 int found, n, err = 0; local
3384 int n, found, err, nn; local
[all...]
/linux-master/fs/hfs/
H A Dbitmap.c24 * Returns >= 'size' if no zero bits are found in the range.
51 goto found;
63 goto found;
69 found:
131 * found. When 'num_bits' is zero, this is invalid!
137 * 'num_bits' is set to the length of the found sequence.
/linux-master/security/keys/
H A Dpersistent.c96 goto found;
106 goto found;
110 found:
/linux-master/arch/mips/mm/
H A Dsc-mips.c257 int found = mips_sc_probe(); local
258 if (found) {
263 return found;
/linux-master/fs/isofs/
H A Dnamei.c33 * returns the inode number of the found entry, or 0 on error.
155 int found; local
165 found = isofs_find_entry(dir, dentry,
171 inode = found ? isofs_iget(dir->i_sb, block, offset) : NULL;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dvxlan.c75 bool found = false; local
83 found = true;
88 return found;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dresolve_btfids.c147 bool found = false; local
152 found = true;
156 ret = CHECK(!found, "id_check",
157 "ID %d not found in test_symbols\n",
H A Dbpf_tcp_ca.c215 static bool found; variable
233 found = true;
245 found = false;
250 ASSERT_EQ(found, true, "expected_err_msg");
319 found = false;
326 ASSERT_TRUE(found, "expected_err_msg");
372 found = false;
377 ASSERT_EQ(found, true, "expected_err_msg");
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-sysfs.c206 int found; local
218 found = 0;
221 found = 1;
226 if (!found)
244 int t, found; local
248 found = 0;
252 found = 1;
257 if (found)
281 int t, found; local
285 found
[all...]
/linux-master/samples/bpf/
H A Dtracex2_user.c90 int found = 0; local
94 found = 1;
95 if (!found)
/linux-master/drivers/w1/masters/
H A Dmatrox_w1.c50 unsigned long found; member in struct:matrox_device
161 dev->found = 1;
179 if (dev->found) {
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrl_tests.c205 bool found = false; local
214 found = true;
218 if (!found) {
/linux-master/tools/testing/selftests/filesystems/eventfd/
H A Deventfd_test.c122 int found = 0; local
141 found = 1;
157 if (found == 0)
158 return error_set(err, -1, "%s not found for fd %d",
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_wb.c49 bool found = false; local
64 found = true;
67 if (!found) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dbond.c39 struct mlx5e_rep_bond_metadata *found = NULL; local
44 found = cur;
49 return found;
56 struct mlx5e_rep_bond_slave_entry *found = NULL; local
61 found = cur;
66 return found;
/linux-master/arch/sh/drivers/dma/
H A Ddma-api.c122 * number if a match is found, or %-ENODEV if no match is found.
130 unsigned int found = 0; local
139 found = 1;
143 if (!found)
246 unsigned int found = 0; local
251 found = 1;
255 if (unlikely(!found))
/linux-master/fs/btrfs/
H A Dspace-info.c181 struct btrfs_space_info *found; local
183 list_for_each_entry(found, head, list)
184 found->full = 0;
301 struct btrfs_space_info *found; local
306 found = btrfs_find_space_info(info, block_group->flags);
307 ASSERT(found);
308 spin_lock(&found->lock);
309 found->total_bytes += block_group->length;
310 found->disk_total += block_group->length * factor;
311 found
332 struct btrfs_space_info *found; local
[all...]
/linux-master/net/netfilter/
H A Dnft_chain_filter.c325 struct nft_hook *hook, *found = NULL; local
333 found = hook;
337 if (!found)
342 nf_unregister_net_hook(ctx->net, &found->ops);
344 list_del_rcu(&found->list);
345 kfree_rcu(found, rcu);
/linux-master/tools/testing/selftests/cpufreq/
H A Dcpufreq.sh141 local found=$(switch_governor $1 "userspace")
142 if [ $found = 1 ]; then
/linux-master/arch/powerpc/platforms/powermac/
H A Dudbg_adb.c197 int found = of_node_is_type(parent, "adb"); local
199 if (found)
215 /* Same as above: nothing found, keep btext set for output */
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-find-errors.sh23 echo Directory "$rundir" not found.
/linux-master/drivers/acpi/
H A Dpptt.c86 * @found: returns a pointer to the requested level if found
94 * down each level of caches, counting how many levels are found
96 * level & type match, then we set found, and continue the search.
106 struct acpi_pptt_cache **found,
130 if (*found != NULL && cache != *found)
134 *found = cache;
168 * depths verify that the depth we have found is the largest.
325 struct acpi_pptt_cache *found local
102 acpi_pptt_walk_cache(struct acpi_table_header *table_hdr, unsigned int local_level, unsigned int *split_levels, struct acpi_subtable_header *res, struct acpi_pptt_cache **found, unsigned int level, int type) argument
[all...]
/linux-master/drivers/char/hw_random/
H A Dgeode-rng.c104 goto found;
106 /* Device not found. */
109 found:
/linux-master/lib/
H A Dstackdepot.c590 struct stack_record *found = NULL; local
618 found = find_stack(bucket, entries, nr_entries, hash, depot_flags);
619 if (found)
644 found = find_stack(bucket, entries, nr_entries, hash, depot_flags);
645 if (!found) {
655 found = new;
675 if (found)
676 handle = found->handle.handle;
/linux-master/drivers/watchdog/
H A Dmixcomwd.c58 * 1) The Mixcom cards: these cards can be found at addresses
261 int i, ret, found = 0; local
263 for (i = 0; !found && mixcomwd_io_info[i].ioport != 0; i++) {
266 found = 1;
271 if (!found) {

Completed in 532 milliseconds

1234567891011>>