/linux-4.4.14/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 | 397 Kconfig recursive dependency limitations 400 If you've hit the Kconfig error: "recursive dependency detected" you've run 401 into a recursive dependency issue with Kconfig, a recursive dependency can be 407 Kconfig recursive issue" subsection below. Kconfig does not do recursive 414 Simple Kconfig recursive issue 423 Cumulative Kconfig recursive issue 432 Practical solutions to kconfig recursive issue 435 Developers who run into the recursive Kconfig issue have three options 453 Below is a list of examples of prior fixes for these types of recursive issues; 492 the current known recursive dependency issues. It is not known if this would [all …]
|
D | makefiles.txt | 291 invocations happening during a recursive build.
|
/linux-4.4.14/tools/perf/util/ |
D | dwarf-aux.c | 642 bool recursive; member 664 if (!lw->recursive) in __die_walk_funclines_cb() 682 static int __die_walk_funclines(Dwarf_Die *sp_die, bool recursive, in __die_walk_funclines() argument 686 .recursive = recursive, in __die_walk_funclines()
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.l | 328 printf("%s:%d: recursive inclusion detected. "
|
D | zconf.lex.c_shipped | 2426 printf("%s:%d: recursive inclusion detected. "
|
/linux-4.4.14/kernel/irq/ |
D | irqdomain.c | 1134 bool recursive = irq_domain_is_auto_recursive(domain); in irq_domain_alloc_irqs_recursive() local 1136 BUG_ON(recursive && !parent); in irq_domain_alloc_irqs_recursive() 1137 if (recursive) in irq_domain_alloc_irqs_recursive() 1142 if (ret < 0 && recursive) in irq_domain_alloc_irqs_recursive()
|
/linux-4.4.14/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-4.4.14/security/tomoyo/ |
D | util.c | 850 goto recursive; in tomoyo_path_matches_pattern2() 866 recursive: in tomoyo_path_matches_pattern2()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_codec.h | 349 hda_nid_t nid, int recursive);
|
D | hda_codec.c | 287 hda_nid_t nid, int recursive) in snd_hda_get_conn_index() argument 296 if (!recursive) in snd_hda_get_conn_index() 298 if (recursive > 10) { in snd_hda_get_conn_index() 302 recursive++; in snd_hda_get_conn_index() 307 if (snd_hda_get_conn_index(codec, conn[i], nid, recursive) >= 0) in snd_hda_get_conn_index()
|
/linux-4.4.14/Documentation/locking/ |
D | lglock.txt | 128 * lglocks are not recursive.
|
/linux-4.4.14/Documentation/ |
D | pi-futex.txt | 17 recursive locking, etc.
|
D | printk-formats.txt | 265 Implements a "recursive vsnprintf".
|
D | assoc_array.txt | 20 - Non-recursive iteration. 515 slot in that parent that points to it. None-recursive iteration uses these to
|
D | kprobes.txt | 130 For example, if the function is non-recursive and is called with a 132 non-recursive and can never relinquish the CPU (e.g., via a semaphore 281 (trapping) such functions can cause a recursive trap (e.g. double
|
D | kmemcheck.txt | 81 endless recursive page fault.
|
/linux-4.4.14/Documentation/DocBook/ |
D | filesystems.xml.db | 214 API-debugfs-remove-recursive
|
/linux-4.4.14/Documentation/ia64/ |
D | mca.txt | 82 own stack as running on that cpu. Then a recursive error gets a
|
/linux-4.4.14/lib/ |
D | Kconfig | 370 modify. The algorithms are non-recursive, and the trees are highly
|
/linux-4.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 328 - The event isn't recursive. It triggers when a cgroup doesn't have 452 recursive stat files pointless and, as no internal node can have
|
D | blkio-controller.txt | 293 same information as their non-recursive counterparts but
|
/linux-4.4.14/Documentation/device-mapper/ |
D | thin-provisioning.txt | 13 recursive snapshots (snapshots of snapshots of snapshots ...). The
|
/linux-4.4.14/Documentation/rapidio/ |
D | rapidio.txt | 246 The enumeration process traverses the network using a recursive depth-first
|
/linux-4.4.14/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-4.4.14/Documentation/RCU/ |
D | RTFP.txt | 1602 the semantics of reader-writer locking. This is a recursive
|