/linux-4.1.27/tools/perf/util/ |
D | dwarf-aux.c | 589 bool recursive; member 611 if (!lw->recursive) in __die_walk_funclines_cb() 629 static int __die_walk_funclines(Dwarf_Die *sp_die, bool recursive, in __die_walk_funclines() argument 633 .recursive = recursive, in __die_walk_funclines()
|
/linux-4.1.27/kernel/irq/ |
D | irqdomain.c | 1022 bool recursive = irq_domain_is_auto_recursive(domain); in irq_domain_alloc_irqs_recursive() local 1024 BUG_ON(recursive && !parent); in irq_domain_alloc_irqs_recursive() 1025 if (recursive) in irq_domain_alloc_irqs_recursive() 1030 if (ret < 0 && recursive) in irq_domain_alloc_irqs_recursive()
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.l | 317 printf("%s:%d: recursive inclusion detected. "
|
D | zconf.lex.c_shipped | 2373 printf("%s:%d: recursive inclusion detected. "
|
/linux-4.1.27/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.1.27/security/tomoyo/ |
D | util.c | 850 goto recursive; in tomoyo_path_matches_pattern2() 866 recursive: in tomoyo_path_matches_pattern2()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_codec.h | 367 hda_nid_t nid, int recursive);
|
D | hda_codec.c | 401 hda_nid_t nid, int recursive) in snd_hda_get_conn_index() argument 410 if (!recursive) in snd_hda_get_conn_index() 412 if (recursive > 10) { in snd_hda_get_conn_index() 416 recursive++; in snd_hda_get_conn_index() 421 if (snd_hda_get_conn_index(codec, conn[i], nid, recursive) >= 0) in snd_hda_get_conn_index()
|
/linux-4.1.27/Documentation/locking/ |
D | lglock.txt | 128 * lglocks are not recursive.
|
/linux-4.1.27/Documentation/ |
D | pi-futex.txt | 17 recursive locking, etc.
|
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.1.27/lib/ |
D | Kconfig | 364 modify. The algorithms are non-recursive, and the trees are highly
|
/linux-4.1.27/Documentation/ia64/ |
D | mca.txt | 82 own stack as running on that cpu. Then a recursive error gets a
|
/linux-4.1.27/Documentation/device-mapper/ |
D | thin-provisioning.txt | 13 recursive snapshots (snapshots of snapshots of snapshots ...). The
|
/linux-4.1.27/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.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 293 same information as their non-recursive counterparts but
|
D | unified-hierarchy.txt | 265 - The event isn't recursive. It triggers when a cgroup doesn't have
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 246 The enumeration process traverses the network using a recursive depth-first
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 291 invocations happening during a recursive build.
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 1602 the semantics of reader-writer locking. This is a recursive
|