Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/scripts/kconfig/tests/err_recursive_dep/
Dexpected_stderr1 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 …]
/kernel/linux/linux-5.10/Documentation/locking/
Dlockdep-design.rst405 spin_lock() or write_lock()), non-recursive readers (i.e. shared lockers, like
406 down_read()) and recursive readers (recursive shared lockers, like rcu_read_lock()).
410 r: stands for non-recursive readers.
411 R: stands for recursive readers.
412 S: stands for all readers (non-recursive + recursive), as both are shared lockers.
413 N: stands for writers and non-recursive readers, as both are not recursive.
421 While non-recursive readers will cause a self deadlock if trying to acquire inside
424 The difference between recursive readers and non-recursive readers is because:
425 recursive readers get blocked only by a write lock *holder*, while non-recursive
435 Task A gets the reader (no matter whether recursive or non-recursive) on X via
[all …]
Dpi-futex.rst18 recursive locking, etc.
/kernel/linux/linux-5.10/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.rst556 Kconfig recursive dependency limitations
559 If you've hit the Kconfig error: "recursive dependency detected" you've run
560 into a recursive dependency issue with Kconfig, a recursive dependency can be
566 Kconfig recursive issue" subsection below. Kconfig does not do recursive
573 Simple Kconfig recursive issue
582 Cumulative Kconfig recursive issue
591 Practical solutions to kconfig recursive issue
594 Developers who run into the recursive Kconfig issue have two options
614 Below is a list of examples of prior fixes for these types of recursive issues;
656 the current known recursive dependency issues. It is not known if this would
[all …]
/kernel/linux/linux-5.10/scripts/gdb/linux/
Ddevice.py90 def _show_device(dev, level=0, recursive=False): argument
92 if recursive:
94 _show_device(child, level + 1, recursive)
147 _show_device(dev, level=0, recursive=True)
/kernel/linux/linux-5.10/tools/perf/util/
Ddwarf-aux.c767 bool recursive; member
788 if (!lw->recursive) in __die_walk_funclines_cb()
806 static int __die_walk_funclines(Dwarf_Die *sp_die, bool recursive, in __die_walk_funclines() argument
810 .recursive = recursive, in __die_walk_funclines()
/kernel/liteos_m/components/fs/vfs/
DKconfig46 bool "Mount target can be recursive"
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/
Duser.rst33 This recursive counting of created objects ensures that creating a
/kernel/linux/linux-5.10/security/tomoyo/
Dutil.c862 goto recursive; in tomoyo_path_matches_pattern2()
878 recursive: in tomoyo_path_matches_pattern2()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dceph.rst60 Ceph also provides some recursive accounting on directories for nested
65 no 'du' or similar recursive scan of the file system is required.
/kernel/linux/linux-5.10/lib/
DKconfig.kgdb38 difficult to inadvertently provoke recursive trap handling.
DKconfig455 modify. The algorithms are non-recursive, and the trees are highly
/kernel/linux/linux-5.10/include/sound/
Dhda_codec.h355 hda_nid_t nid, int recursive);
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_codec.c265 hda_nid_t nid, int recursive) in snd_hda_get_conn_index() argument
274 if (!recursive) in snd_hda_get_conn_index()
276 if (recursive > 10) { in snd_hda_get_conn_index()
280 recursive++; in snd_hda_get_conn_index()
285 if (snd_hda_get_conn_index(codec, conn[i], nid, recursive) >= 0) in snd_hda_get_conn_index()
/kernel/linux/linux-5.10/Documentation/trace/
Dkprobes.rst130 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
299 (trapping) such functions can cause a recursive trap (e.g. double
/kernel/linux/linux-5.10/Documentation/ia64/
Dmca.rst85 own stack as running on that cpu. Then a recursive error gets a
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/
Dblkio-controller.rst242 same information as their non-recursive counterparts but
/kernel/linux/linux-5.10/Documentation/core-api/
Dprintk-formats.rst420 Implements a "recursive vsnprintf".
/kernel/linux/linux-5.10/Documentation/driver-api/rapidio/
Drapidio.rst254 The enumeration process traverses the network using a recursive depth-first
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Dthin-provisioning.rst17 recursive snapshots (snapshots of snapshots of snapshots ...). The
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Dfscache.rst110 recursive, stack space is limited, and indices can only be children of
/kernel/linux/linux-5.10/Documentation/RCU/
DwhatisRCU.rst611 one read-side critical section to another. It also assumes recursive
612 reader-writer locks: If you try this with non-recursive locks, and
/kernel/linux/linux-5.10/fs/
Dnamespace.c2403 static struct file *open_detached_copy(struct path *path, bool recursive) in open_detached_copy() argument
2414 mnt = __do_loopback(path, recursive); in open_detached_copy()

12