/linux/scripts/kconfig/tests/preprocess/variable/ |
H A D | Kconfig | 12 # Recursively expanded variable. 24 # Append something to a recursively expanded variable. 31 # This works as a recursively expanded variable.
|
/linux/Documentation/kbuild/ |
H A D | kconfig-macro-language.rst | 59 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__.py | 5 If a recursively expanded variable references itself (eventually),
|
/linux/scripts/kconfig/tests/auto_submenu/ |
H A D | Kconfig | 18 Submenus are created recursively.
|
/linux/arch/xtensa/boot/ |
H A D | Makefile | 11 # KBUILD_CFLAGS used when building rest of boot (takes effect recursively)
|
/linux/tools/perf/util/ |
H A D | metricgroup.h | 32 * metric_ref. A metric_ref will then be parsed recursively. The metric_refs and
|
/linux/security/ |
H A D | inode.c | 322 * 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 D | dprc.c | 91 * 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 D | netfilter_netdev.h | 81 * called recursively by tunnel drivers such as vxlan, the flag is reverted to
|
/linux/Documentation/bpf/ |
H A D | llvm_reloc.rst | 327 * 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 D | platform.c | 333 * 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 D | menu.c | 304 * 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 D | rio-scan.c | 516 * 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 D | AddingTestCases.txt | 15 tdc will recursively search the 'tc-tests' subdirectory (or the
|
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-recheck.sh | 6 # containing results directories, this recursively checks them all.
|
/linux/rust/macros/ |
H A D | paste.rs | 81 // Recursively expand tokens inside the group in expand()
|
/linux/Documentation/arch/powerpc/ |
H A D | associativity.rst | 42 Linux kernel computes NUMA distance between two domains by recursively comparing
|
/linux/scripts/gdb/linux/ |
H A D | device.py | 136 '''Print a device and its children recursively'''
|
H A D | symbols.py | 60 are scanned recursively, starting in the same directory. Optionally, the module
|
/linux/fs/ext4/ |
H A D | fsync.c | 43 * the parent directory's parent as well, and so on recursively, if
|
/linux/tools/testing/selftests/proc/ |
H A D | read.c | 19 // 3) recursively (1) + (2) for every directory in /proc
|
/linux/mm/kmsan/ |
H A D | kmsan.h | 88 * call to instrumented code and eventually call itself recursively. To avoid
|
/linux/scripts/dtc/libfdt/ |
H A D | fdt_overlay.c | 535 * 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 D | inode.c | 791 * 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 D | coresight-core.c | 620 * _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()
|