/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/Documentation/core-api/kho/ |
H A D | concepts.rst | 54 us to recursively execute any amount of KHO kexecs. Because we used this region
|
/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/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/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/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/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'''
|
/linux/tools/testing/selftests/proc/ |
H A D | read.c | 19 // 3) recursively (1) + (2) for every directory in /proc
|
/linux/rust/macros/ |
H A D | paste.rs | 81 // Recursively expand tokens inside the group in expand()
|
/linux/fs/ext4/ |
H A D | fsync.c | 43 * the parent directory's parent as well, and so on recursively, if
|
/linux/scripts/kconfig/ |
H A D | menu.c | 305 * This menu node has children. We (recursively) process them in _menu_finalize() 382 * Recursively process children in the same fashion before in _menu_finalize() 400 * This also works recursively, giving the following structure in _menu_finalize()
|
/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 | 533 * overlay_update_node_conflicting_references - Recursively replace phandle values 615 * overlay_update_local_conflicting_references - Recursively replace phandle values 705 * Checks recursively if applying fdto overwrites phandle values in the base
|
/linux/fs/debugfs/ |
H A D | inode.c | 782 * debugfs_remove - recursively removes a directory 786 * This function recursively removes a directory tree in debugfs that 806 * debugfs_lookup_and_remove - lookup a directory or file and recursively remove it
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_estats.c | 45 * Recursively, "sock" needs "sock_common" and "inet_sock".
|
/linux/scripts/lib/kdoc/ |
H A D | kdoc_files.py | 46 """Internal function to parse files recursively"""
|
/linux/samples/vfs/ |
H A D | mountinfo.c | 208 printf(" -r: recursively print all mounts in all child namespaces\n"); in usage()
|
/linux/tools/include/uapi/linux/ |
H A D | netlink.h | 74 #define NLM_F_NONREC 0x100 /* Do not delete recursively */
|