Home
last modified time | relevance | path

Searched full:recursively (Results 1 – 25 of 141) sorted by relevance

123456

/linux/scripts/kconfig/tests/preprocess/variable/
H A DKconfig12 # Recursively expanded variable.
24 # Append something to a recursively expanded variable.
31 # This works as a recursively expanded variable.
/linux/drivers/pci/pwrctrl/
H A Dcore.c178 * Recursively traverse all pwrctrl devices for the devicetree hierarchy
238 * Recursively traverse all pwrctrl devices for the devicetree hierarchy
352 * Recursively create pwrctrl devices for the devicetree hierarchy below
396 * Recursively destroy pwrctrl devices for the devicetree hierarchy below
/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst59 There are two types of variables: simply expanded variables and recursively
66 A recursively expanded variable is defined using the = assignment operator.
88 In fact, recursively expanded variables and user-defined functions are the same
/linux/scripts/kconfig/tests/preprocess/circular_expansion/
H A D__init__.py5 If a recursively expanded variable references itself (eventually),
/linux/scripts/kconfig/tests/auto_submenu/
H A DKconfig18 Submenus are created recursively.
/linux/arch/xtensa/boot/
H A DMakefile11 # KBUILD_CFLAGS used when building rest of boot (takes effect recursively)
/linux/tools/perf/util/
H A Dmetricgroup.h32 * metric_ref. A metric_ref will then be parsed recursively. The metric_refs and
H A Dmutex.h107 /* Initializes a mutex that may be recursively held on the same thread. */
/linux/drivers/bus/fsl-mc/
H A Ddprc.c91 * reset. The child containers are entered recursively and the
95 * However the child containers are not entered recursively.
138 * Bit 0 indicates that the child containers are not recursively reset. in dprc_reset_container()
/linux/Documentation/bpf/
H A Dllvm_reloc.rst327 * for arrays & pointers: target types are recursively matched;
332 * for each member we recursively check match unless it is already behind a
345 * for each argument and the return value we recursively check match.
/linux/tools/testing/selftests/tc-testing/creating-testcases/
H A DAddingTestCases.txt15 tdc will recursively search the 'tc-tests' subdirectory (or the
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck.sh6 # containing results directories, this recursively checks them all.
/linux/Documentation/arch/powerpc/
H A Dassociativity.rst42 Linux kernel computes NUMA distance between two domains by recursively comparing
/linux/scripts/kconfig/
H A Dmenu.c315 * This menu node has children. We (recursively) process them in _menu_finalize()
392 * Recursively process children in the same fashion before in _menu_finalize()
410 * This also works recursively, giving the following structure in _menu_finalize()
/linux/scripts/gdb/linux/
H A Ddevice.py136 '''Print a device and its children recursively'''
/linux/tools/testing/selftests/proc/
H A Dread.c19 // 3) recursively (1) + (2) for every directory in /proc
/linux/rust/macros/
H A Dpaste.rs81 // Recursively expand tokens inside the group in expand()
/linux/fs/ext4/
H A Dfsync.c43 * the parent directory's parent as well, and so on recursively, if
/linux/mm/kmsan/
H A Dkmsan.h88 * call to instrumented code and eventually call itself recursively. To avoid
/linux/fs/debugfs/
H A Dinode.c763 * debugfs_remove - recursively removes a directory
767 * This function recursively removes a directory tree in debugfs that
787 * debugfs_lookup_and_remove - lookup a directory or file and recursively remove it
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_estats.c45 * Recursively, "sock" needs "sock_common" and "inet_sock".
/linux/tools/lib/python/kdoc/
H A Dkdoc_files.py48 """Internal function to parse files recursively."""
/linux/samples/vfs/
H A Dmountinfo.c208 printf(" -r: recursively print all mounts in all child namespaces\n"); in usage()
/linux/tools/include/uapi/linux/
H A Dnetlink.h74 #define NLM_F_NONREC 0x100 /* Do not delete recursively */
/linux/tools/perf/tests/
H A Dbp_signal.c234 * exception being triggered recursively due to in test__bp_signal()

123456