/Linux-v4.19/scripts/kconfig/tests/err_recursive_dep/ |
D | expected_stderr | 1 Kconfig:11:error: recursive dependency detected! 4 subsection "Kconfig recursive dependency limitations" 6 Kconfig:5:error: recursive dependency detected! 9 subsection "Kconfig recursive dependency limitations" 11 Kconfig:17:error: recursive dependency detected! 15 subsection "Kconfig recursive dependency limitations" 17 Kconfig:32:error: recursive dependency detected! 21 subsection "Kconfig recursive dependency limitations" 23 Kconfig:37:error: recursive dependency detected! 27 subsection "Kconfig recursive dependency limitations" [all …]
|
/Linux-v4.19/Documentation/kbuild/ |
D | Kconfig.recursion-issue-01 | 1 # Simple Kconfig recursive issue 8 # This Kconfig file has a simple recursive dependency issue. In order to 9 # understand why this recursive dependency issue occurs lets consider what 34 # the "recursive dependency detected" error. 41 # implications of this recursive issue where the solution is perhaps not so 43 # CORE also consist of a solution to this recursive problem. 45 mainmenu "Simple example to demo kconfig recursive dependency issue"
|
D | Kconfig.recursion-issue-02 | 1 # Cumulative Kconfig recursive issue 8 # The recursive limitations with Kconfig has some non intuitive implications on 10 # of the recursive limitation is that drivers cannot negate features from other 47 mainmenu "Simple example to demo cumulative kconfig recursive dependency implication"
|
D | kconfig-language.txt | 510 Kconfig recursive dependency limitations 513 If you've hit the Kconfig error: "recursive dependency detected" you've run 514 into a recursive dependency issue with Kconfig, a recursive dependency can be 520 Kconfig recursive issue" subsection below. Kconfig does not do recursive 527 Simple Kconfig recursive issue 536 Cumulative Kconfig recursive issue 545 Practical solutions to kconfig recursive issue 548 Developers who run into the recursive Kconfig issue have two options 566 Below is a list of examples of prior fixes for these types of recursive issues; 605 the current known recursive dependency issues. It is not known if this would [all …]
|
/Linux-v4.19/tools/perf/util/ |
D | dwarf-aux.c | 669 bool recursive; member 691 if (!lw->recursive) in __die_walk_funclines_cb() 709 static int __die_walk_funclines(Dwarf_Die *sp_die, bool recursive, in __die_walk_funclines() argument 713 .recursive = recursive, in __die_walk_funclines()
|
/Linux-v4.19/Documentation/sysctl/ |
D | user.txt | 28 This recursive counting of created objects ensures that creating a
|
/Linux-v4.19/security/tomoyo/ |
D | util.c | 832 goto recursive; in tomoyo_path_matches_pattern2() 848 recursive: in tomoyo_path_matches_pattern2()
|
/Linux-v4.19/Documentation/filesystems/ |
D | ceph.txt | 58 Ceph also provides some recursive accounting on directories for nested 63 no 'du' or similar recursive scan of the file system is required.
|
D | path-lookup.txt | 60 name in the name string, and require some recursive path walking. Mount points
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_codec.h | 357 hda_nid_t nid, int recursive);
|
D | hda_codec.c | 278 hda_nid_t nid, int recursive) in snd_hda_get_conn_index() argument 287 if (!recursive) in snd_hda_get_conn_index() 289 if (recursive > 10) { in snd_hda_get_conn_index() 293 recursive++; in snd_hda_get_conn_index() 298 if (snd_hda_get_conn_index(codec, conn[i], nid, recursive) >= 0) in snd_hda_get_conn_index()
|
/Linux-v4.19/Documentation/ |
D | pi-futex.txt | 18 recursive locking, etc.
|
D | kprobes.txt | 129 For example, if the function is non-recursive and is called with a 131 non-recursive and can never relinquish the CPU (e.g., via a semaphore 298 (trapping) such functions can cause a recursive trap (e.g. double
|
/Linux-v4.19/Documentation/ia64/ |
D | mca.txt | 82 own stack as running on that cpu. Then a recursive error gets a
|
/Linux-v4.19/Documentation/core-api/ |
D | printk-formats.rst | 372 Implements a "recursive vsnprintf".
|
D | assoc_array.rst | 495 slot in that parent that points to it. None-recursive iteration uses these to
|
/Linux-v4.19/lib/ |
D | Kconfig | 410 modify. The algorithms are non-recursive, and the trees are highly
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | fscache.txt | 109 recursive, stack space is limited, and indices can only be children of
|
D | netfs-api.txt | 114 function is recursive. Too many layers will run the kernel out of stack.
|
/Linux-v4.19/Documentation/rapidio/ |
D | rapidio.txt | 246 The enumeration process traverses the network using a recursive depth-first
|
/Linux-v4.19/Documentation/device-mapper/ |
D | thin-provisioning.txt | 13 recursive snapshots (snapshots of snapshots of snapshots ...). The
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | blkio-controller.txt | 292 same information as their non-recursive counterparts but
|
/Linux-v4.19/Documentation/RCU/ |
D | whatisRCU.txt | 567 one read-side critical section to another. It also assumes recursive 568 reader-writer locks: If you try this with non-recursive locks, and
|
/Linux-v4.19/Documentation/kernel-hacking/ |
D | locking.rst | 124 Neither type of lock is recursive: see 885 (spinlocks, rwlocks and mutexes are not recursive in Linux). This is
|
/Linux-v4.19/Documentation/admin-guide/ |
D | cgroup-v2.rst | 343 notifications are recursive. Consider the following sub-hierarchy 2047 recursive or delegatable. The limitations of the mechanism also led
|