Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 29 of 29) sorted by relevance

/linux-4.4.14/Documentation/kbuild/
DKconfig.recursion-issue-011 # 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"
DKconfig.recursion-issue-021 # 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"
Dkconfig-language.txt397 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 …]
Dmakefiles.txt291 invocations happening during a recursive build.
/linux-4.4.14/tools/perf/util/
Ddwarf-aux.c642 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/
Dzconf.l328 printf("%s:%d: recursive inclusion detected. "
Dzconf.lex.c_shipped2426 printf("%s:%d: recursive inclusion detected. "
/linux-4.4.14/kernel/irq/
Dirqdomain.c1134 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/
Dceph.txt58 Ceph also provides some recursive accounting on directories for nested
63 no 'du' or similar recursive scan of the file system is required.
Dpath-lookup.txt60 name in the name string, and require some recursive path walking. Mount points
/linux-4.4.14/security/tomoyo/
Dutil.c850 goto recursive; in tomoyo_path_matches_pattern2()
866 recursive: in tomoyo_path_matches_pattern2()
/linux-4.4.14/sound/pci/hda/
Dhda_codec.h349 hda_nid_t nid, int recursive);
Dhda_codec.c287 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/
Dlglock.txt128 * lglocks are not recursive.
/linux-4.4.14/Documentation/
Dpi-futex.txt17 recursive locking, etc.
Dprintk-formats.txt265 Implements a "recursive vsnprintf".
Dassoc_array.txt20 - Non-recursive iteration.
515 slot in that parent that points to it. None-recursive iteration uses these to
Dkprobes.txt130 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
Dkmemcheck.txt81 endless recursive page fault.
/linux-4.4.14/Documentation/DocBook/
Dfilesystems.xml.db214 API-debugfs-remove-recursive
/linux-4.4.14/Documentation/ia64/
Dmca.txt82 own stack as running on that cpu. Then a recursive error gets a
/linux-4.4.14/lib/
DKconfig370 modify. The algorithms are non-recursive, and the trees are highly
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt328 - 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
Dblkio-controller.txt293 same information as their non-recursive counterparts but
/linux-4.4.14/Documentation/device-mapper/
Dthin-provisioning.txt13 recursive snapshots (snapshots of snapshots of snapshots ...). The
/linux-4.4.14/Documentation/rapidio/
Drapidio.txt246 The enumeration process traverses the network using a recursive depth-first
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt109 recursive, stack space is limited, and indices can only be children of
Dnetfs-api.txt114 function is recursive. Too many layers will run the kernel out of stack.
/linux-4.4.14/Documentation/RCU/
DRTFP.txt1602 the semantics of reader-writer locking. This is a recursive