Home
last modified time | relevance | path

Searched full:find (Results 1 – 25 of 8077) sorted by relevance

12345678910>>...324

/kernel/linux/linux-6.6/tools/perf/tests/
Dexpr.c135 TEST_ASSERT_VAL("find ids", in test__expr()
138 TEST_ASSERT_VAL("find ids", hashmap__size(ctx->ids) == 3); in test__expr()
139 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "BAR", &val_ptr)); in test__expr()
140 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "BAZ", &val_ptr)); in test__expr()
141 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "BOZO", &val_ptr)); in test__expr()
145 TEST_ASSERT_VAL("find ids", in test__expr()
148 TEST_ASSERT_VAL("find ids", hashmap__size(ctx->ids) == 2); in test__expr()
149 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "EVENT1,param=3@", &val_ptr)); in test__expr()
150 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "EVENT2,param=3@", &val_ptr)); in test__expr()
153 TEST_ASSERT_VAL("find ids", in test__expr()
[all …]
/kernel/linux/linux-5.10/tools/perf/
Dperf-with-kcore.sh24 echo "Failed to find perf" >&2
28 echo "Failed to find perf" >&2
62 echo "Failed to find kcore" >&2
109find "$USER_HOME/.debug" -xdev -type d ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE…
110find "$USER_HOME/.debug" -xdev -type f -links 1 ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE…
111find "$USER_HOME/.debug" -xdev -type l ! -user "$SUDO_USER" -ls -exec chown -h "$SUDO_USE…
114find "$USER_HOME/.debug" -xdev -type d ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID…
115find "$USER_HOME/.debug" -xdev -type f -links 1 ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID…
116find "$USER_HOME/.debug" -xdev -type l ! -group "$SUDO_GID" -ls -exec chgrp -h "$SUDO_GID…
128 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -user "$USER" -print -quit)
[all …]
/kernel/linux/linux-5.10/tools/perf/tests/
Dexpr.c64 TEST_ASSERT_VAL("find other", in test__expr()
67 TEST_ASSERT_VAL("find other", hashmap__size(&ctx.ids) == 3); in test__expr()
68 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "BAR", in test__expr()
70 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "BAZ", in test__expr()
72 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "BOZO", in test__expr()
76 TEST_ASSERT_VAL("find other", in test__expr()
79 TEST_ASSERT_VAL("find other", hashmap__size(&ctx.ids) == 2); in test__expr()
80 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "EVENT1,param=3/", in test__expr()
82 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "EVENT2,param=3/", in test__expr()
/kernel/linux/linux-6.6/scripts/package/
Dinstall-extmod-build20 find "arch/${SRCARCH}" -maxdepth 1 -name 'Makefile*'
21 find include scripts -type f -o -type l
22 find "arch/${SRCARCH}" -name Kbuild.platforms -o -name Platform
23 find "arch/${SRCARCH}" -name include -o -name scripts -type d
31 find "arch/${SRCARCH}/include" Module.symvers include scripts -type f
34 find scripts/gcc-plugins -name '*.so'
/kernel/linux/linux-6.6/arch/powerpc/boot/
Dcuboot-hotfoot.c53 fatal("Can't find node for /plb/opb/serial@ef600300"); in hotfoot_fixups()
58 fatal("Can't find node for /plb/opb/ethernet@ef600900"); in hotfoot_fixups()
69 fatal("Can't find FDT node for nor_flash!??"); in hotfoot_fixups()
83 fatal("Can't find FDT node for partition@0"); in hotfoot_fixups()
90 fatal("Can't find FDT node for partition@1"); in hotfoot_fixups()
97 fatal("Can't find FDT node for partition@2"); in hotfoot_fixups()
104 fatal("Can't find FDT node for partition@3"); in hotfoot_fixups()
111 fatal("Can't find FDT node for partition@4"); in hotfoot_fixups()
118 fatal("Can't find FDT node for partition@6"); in hotfoot_fixups()
126 fatal("Can't find FDT node for partition@5"); in hotfoot_fixups()
Dsimpleboot.c36 /* Find the #address-cells and #size-cells properties */ in platform_init()
39 fatal("Cannot find root node\n"); in platform_init()
42 fatal("Cannot find #address-cells property"); in platform_init()
45 fatal("Cannot find #size-cells property"); in platform_init()
47 /* Find the memory range */ in platform_init()
51 fatal("Cannot find memory node\n"); in platform_init()
72 fatal("Cannot find cpu node\n"); in platform_init()
80 /* prepare the device tree and find the console */ in platform_init()
/kernel/linux/linux-5.10/arch/powerpc/boot/
Dcuboot-hotfoot.c53 fatal("Can't find node for /plb/opb/serial@ef600300"); in hotfoot_fixups()
58 fatal("Can't find node for /plb/opb/ethernet@ef600900"); in hotfoot_fixups()
69 fatal("Can't find FDT node for nor_flash!??"); in hotfoot_fixups()
83 fatal("Can't find FDT node for partition@0"); in hotfoot_fixups()
90 fatal("Can't find FDT node for partition@1"); in hotfoot_fixups()
97 fatal("Can't find FDT node for partition@2"); in hotfoot_fixups()
104 fatal("Can't find FDT node for partition@3"); in hotfoot_fixups()
111 fatal("Can't find FDT node for partition@4"); in hotfoot_fixups()
118 fatal("Can't find FDT node for partition@6"); in hotfoot_fixups()
126 fatal("Can't find FDT node for partition@5"); in hotfoot_fixups()
Dsimpleboot.c36 /* Find the #address-cells and #size-cells properties */ in platform_init()
39 fatal("Cannot find root node\n"); in platform_init()
42 fatal("Cannot find #address-cells property"); in platform_init()
45 fatal("Cannot find #size-cells property"); in platform_init()
47 /* Find the memory range */ in platform_init()
51 fatal("Cannot find memory node\n"); in platform_init()
72 fatal("Cannot find cpu node\n"); in platform_init()
80 /* prepare the device tree and find the console */ in platform_init()
/kernel/linux/linux-5.10/Documentation/admin-guide/aoe/
Dudev-install.sh7 # find udev.conf, often /etc/udev/udev.conf
8 # (or environment can specify where to find udev.conf)
14 conf="`find /etc -type f -name udev.conf 2> /dev/null`"
22 # find the directory where udev rules are stored, often
30 echo "$me Error: cannot find udev rules directory" 1>&2
/kernel/linux/linux-6.6/Documentation/admin-guide/aoe/
Dudev-install.sh7 # find udev.conf, often /etc/udev/udev.conf
8 # (or environment can specify where to find udev.conf)
14 conf="`find /etc -type f -name udev.conf 2> /dev/null`"
22 # find the directory where udev rules are stored, often
30 echo "$me Error: cannot find udev rules directory" 1>&2
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/filters/
Dconcurrency.json15 "cmdUnderTest": "bash -c \"find $BATCH_DIR/add* -print | xargs -n 1 -P 10 $TC -b\"",
40 "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -b\"",
65 "cmdUnderTest": "bash -c \"find $BATCH_DIR/replace* -print | xargs -n 1 -P 10 $TC -b\"",
90 "cmdUnderTest": "bash -c \"find $BATCH_DIR/replace* -print | xargs -n 1 -P 10 $TC -b\"",
115 "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -f -b\"",
137 "bash -c \"find $BATCH_DIR/init_* -print | xargs -n 1 -P 5 $TC -b\"",
141 "cmdUnderTest": "bash -c \"find $BATCH_DIR/par_* -print | xargs -n 1 -P 10 $TC -b\"",
163 "bash -c \"find $BATCH_DIR/init_* -print | xargs -n 1 -P 5 $TC -b\"",
167 "cmdUnderTest": "bash -c \"find $BATCH_DIR/par_* -print | xargs -n 1 -P 10 $TC -b\"",
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/filters/
Dconcurrency.json15 "cmdUnderTest": "bash -c \"find $BATCH_DIR/add* -print | xargs -n 1 -P 10 $TC -b\"",
40 "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -b\"",
65 "cmdUnderTest": "bash -c \"find $BATCH_DIR/replace* -print | xargs -n 1 -P 10 $TC -b\"",
90 "cmdUnderTest": "bash -c \"find $BATCH_DIR/replace* -print | xargs -n 1 -P 10 $TC -b\"",
115 "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -f -b\"",
137 "bash -c \"find $BATCH_DIR/init_* -print | xargs -n 1 -P 5 $TC -b\"",
141 "cmdUnderTest": "bash -c \"find $BATCH_DIR/par_* -print | xargs -n 1 -P 10 $TC -b\"",
163 "bash -c \"find $BATCH_DIR/init_* -print | xargs -n 1 -P 5 $TC -b\"",
167 "cmdUnderTest": "bash -c \"find $BATCH_DIR/par_* -print | xargs -n 1 -P 10 $TC -b\"",
/kernel/linux/linux-5.10/scripts/
Ddocumentation-file-ref-check43 # Step 1: find broken references
197 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
201 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
209 $f=qx(find $basedir -iname $new) if ($new);
215 $f=qx(find $basedir -iname $new) if ($new);
220 $f = qx(find $basedir -iname $new) if ($new);
223 my @find = split /\s+/, $f;
226 print STDERR "ERROR: Didn't find a replacement for $ref\n";
227 } elsif (scalar(@find) > 1) {
229 foreach my $j (@find) {
[all …]
/kernel/linux/linux-6.6/scripts/
Ddocumentation-file-ref-check43 # Step 1: find broken references
201 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
205 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
213 $f=qx(find $basedir -iname $new) if ($new);
219 $f=qx(find $basedir -iname $new) if ($new);
224 $f = qx(find $basedir -iname $new) if ($new);
227 my @find = split /\s+/, $f;
230 print STDERR "ERROR: Didn't find a replacement for $ref\n";
231 } elsif (scalar(@find) > 1) {
233 foreach my $j (@find) {
[all …]
/kernel/linux/linux-6.6/drivers/thunderbolt/
Dcap.c64 * @port: Port to find the capability for
111 * tb_port_find_cap() - Find port capability
112 * @port: Port to find the capability for
137 * @sw: Switch to find the capability for
180 * tb_switch_find_cap() - Find switch capability
181 * @sw: Switch to find the capability for
212 * tb_switch_find_vse_cap() - Find switch vendor specific capability
213 * @sw: Switch to find the capability for
/kernel/linux/linux-5.10/drivers/thunderbolt/
Dcap.c64 * @port: Port to find the capability for
111 * tb_port_find_cap() - Find port capability
112 * @port: Port to find the capability for
137 * @sw: Switch to find the capability for
180 * tb_switch_find_cap() - Find switch capability
181 * @sw Switch to find the capability for
212 * tb_switch_find_vse_cap() - Find switch vendor specific capability
213 * @sw: Switch to find the capability for
/kernel/linux/linux-6.6/arch/ia64/kernel/
Dcyclone.c51 /* find base address */ in init_cyclone_clock()
55 printk(KERN_ERR "Summit chipset: Could not find valid CBAR" in init_cyclone_clock()
63 printk(KERN_ERR "Summit chipset: Could not find valid CBAR" in init_cyclone_clock()
73 printk(KERN_ERR "Summit chipset: Could not find valid PMCC" in init_cyclone_clock()
85 printk(KERN_ERR "Summit chipset: Could not find valid MPCS" in init_cyclone_clock()
97 printk(KERN_ERR "Summit chipset: Could not find valid MPMC" in init_cyclone_clock()
/kernel/linux/linux-5.10/include/asm-generic/bitops/
Dfind.h7 * find_next_bit - find the next set bit in a memory region
21 * find_next_and_bit - find the next set bit in both memory regions
37 * find_next_zero_bit - find the next cleared bit in a memory region
52 * find_first_bit - find the first set bit in a memory region
63 * find_first_zero_bit - find the first cleared bit in a memory region
84 * find_next_clump8 - find next 8-bit clump with set bits in a memory region
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dcyclone.c51 /* find base address */ in init_cyclone_clock()
55 printk(KERN_ERR "Summit chipset: Could not find valid CBAR" in init_cyclone_clock()
63 printk(KERN_ERR "Summit chipset: Could not find valid CBAR" in init_cyclone_clock()
73 printk(KERN_ERR "Summit chipset: Could not find valid PMCC" in init_cyclone_clock()
85 printk(KERN_ERR "Summit chipset: Could not find valid MPCS" in init_cyclone_clock()
97 printk(KERN_ERR "Summit chipset: Could not find valid MPMC" in init_cyclone_clock()
/kernel/linux/linux-5.10/arch/arm/mach-socfpga/
Dl2_cache.c30 pr_err("Unable to find socfpga-l2-ecc in dtb\n"); in socfpga_init_l2_ecc()
37 pr_err("Unable to find L2 ECC mapping in dtb\n"); in socfpga_init_l2_ecc()
51 /* Find the L2 EDAC device tree node */ in socfpga_init_arria10_l2_ecc()
54 pr_err("Unable to find socfpga-a10-l2-ecc in dtb\n"); in socfpga_init_arria10_l2_ecc()
61 pr_err("Unable to find L2 ECC mapping in dtb\n"); in socfpga_init_arria10_l2_ecc()
/kernel/linux/linux-6.6/arch/arm/mach-socfpga/
Dl2_cache.c30 pr_err("Unable to find socfpga-l2-ecc in dtb\n"); in socfpga_init_l2_ecc()
37 pr_err("Unable to find L2 ECC mapping in dtb\n"); in socfpga_init_l2_ecc()
51 /* Find the L2 EDAC device tree node */ in socfpga_init_arria10_l2_ecc()
54 pr_err("Unable to find socfpga-a10-l2-ecc in dtb\n"); in socfpga_init_arria10_l2_ecc()
61 pr_err("Unable to find L2 ECC mapping in dtb\n"); in socfpga_init_arria10_l2_ecc()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/
DTODO2 - find and remove code blocks guarded by never set CONFIG_FOO defines
3 - find and remove remaining code valid only for 5 GHz. Most of the obvious
5 - find and remove any code for other chips that is left over
7 - find codes that can use %pM and %Nph formatting
/kernel/linux/linux-5.10/fs/btrfs/tests/
Dqgroup-tests.c92 test_err("couldn't find extent ref"); in add_tree_ref()
142 test_err("didn't find our key %d", ret); in remove_extent_item()
176 test_err("couldn't find extent ref"); in remove_extent_ref()
198 test_err("couldn't find backref %d", ret); in remove_extent_ref()
233 test_err("couldn't find old roots: %d", ret); in test_no_shared_qgroup()
248 test_err("couldn't find old roots: %d", ret); in test_no_shared_qgroup()
272 test_err("couldn't find old roots: %d", ret); in test_no_shared_qgroup()
286 test_err("couldn't find old roots: %d", ret); in test_no_shared_qgroup()
336 test_err("couldn't find old roots: %d", ret); in test_multiple_refs()
351 test_err("couldn't find old roots: %d", ret); in test_multiple_refs()
[all …]
/kernel/linux/linux-6.6/fs/btrfs/tests/
Dqgroup-tests.c92 test_err("couldn't find extent ref"); in add_tree_ref()
141 test_err("didn't find our key %d", ret); in remove_extent_item()
174 test_err("couldn't find extent ref"); in remove_extent_ref()
196 test_err("couldn't find backref %d", ret); in remove_extent_ref()
235 test_err("couldn't find old roots: %d", ret); in test_no_shared_qgroup()
251 test_err("couldn't find old roots: %d", ret); in test_no_shared_qgroup()
276 test_err("couldn't find old roots: %d", ret); in test_no_shared_qgroup()
291 test_err("couldn't find old roots: %d", ret); in test_no_shared_qgroup()
347 test_err("couldn't find old roots: %d", ret); in test_multiple_refs()
363 test_err("couldn't find old roots: %d", ret); in test_multiple_refs()
[all …]
/kernel/linux/linux-5.10/tools/include/asm-generic/bitops/
Dfind.h7 * find_next_bit - find the next set bit in a memory region
21 * find_next_and_bit - find the next set bit in both memory regions
38 * find_next_zero_bit - find the next cleared bit in a memory region
53 * find_first_bit - find the first set bit in a memory region
68 * find_first_zero_bit - find the first cleared bit in a memory region

12345678910>>...324