Home
last modified time | relevance | path

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

1234567

/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/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
/linux/security/
H A Dinode.c322 * securityfs_recursive_remove - recursively removes a file or directory
326 * This function recursively removes a file or directory in securityfs that was
/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/include/linux/
H A Dnetfilter_netdev.h81 * called recursively by tunnel drivers such as vxlan, the flag is reverted to
/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/drivers/of/
H A Dplatform.c333 * recursively create devices for all the child nodes.
638 * of the given device (and, recursively, their children) that have been
707 * of the given device (and, recursively, their children) that have been
/linux/scripts/kconfig/
H A Dmenu.c304 * This menu node has children. We (recursively) process them in _menu_finalize()
381 * Recursively process children in the same fashion before in _menu_finalize()
399 * This also works recursively, giving the following structure in _menu_finalize()
/linux/drivers/rapidio/
H A Drio-scan.c516 * rio_enum_peer- Recursively enumerate a RIO network through a master port
523 * Recursively enumerates a RIO network. Transactions are sent via the
718 * rio_disc_peer- Recursively discovers a RIO network through a master port
726 * Recursively discovers a RIO network. Transactions are sent via the
/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/rust/macros/
H A Dpaste.rs81 // Recursively expand tokens inside the group in expand()
/linux/Documentation/arch/powerpc/
H A Dassociativity.rst42 Linux kernel computes NUMA distance between two domains by recursively comparing
/linux/scripts/gdb/linux/
H A Ddevice.py136 '''Print a device and its children recursively'''
H A Dsymbols.py60 are scanned recursively, starting in the same directory. Optionally, the module
/linux/fs/ext4/
H A Dfsync.c43 * the parent directory's parent as well, and so on recursively, if
/linux/tools/testing/selftests/proc/
H A Dread.c19 // 3) recursively (1) + (2) for every directory in /proc
/linux/mm/kmsan/
H A Dkmsan.h88 * call to instrumented code and eventually call itself recursively. To avoid
/linux/scripts/dtc/libfdt/
H A Dfdt_overlay.c535 * overlay_update_node_conflicting_references - Recursively replace phandle values
617 * overlay_update_local_conflicting_references - Recursively replace phandle values
707 * Checks recursively if applying fdto overwrites phandle values in the base
/linux/fs/debugfs/
H A Dinode.c791 * debugfs_remove - recursively removes a directory
795 * This function recursively removes a directory tree in debugfs that
815 * debugfs_lookup_and_remove - lookup a directory or file and recursively remove it
/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c620 * _coresight_build_path - recursively build a path from a @csdev to a sink.
650 /* Not a sink - recursively explore each port found on this element */ in _coresight_build_path()
796 * If current device is a plain sink return that & depth, otherwise recursively
818 * recursively explore each port found on this element. in coresight_find_sink()

1234567