Searched refs:recursive (Results 1 - 7 of 7) sorted by relevance

/linux-master/scripts/gdb/linux/
H A Ddevice.py90 def _show_device(dev, level=0, recursive=False):
92 if recursive:
94 _show_device(child, level + 1, recursive)
147 _show_device(dev, level=0, recursive=True)
/linux-master/tools/perf/util/
H A Ddwarf-aux.c162 /* Inlined function could be recursive. Trace it until fail */
689 /* Inlined function could be recursive. Trace it until fail */
773 bool recursive; member in struct:__line_walk_param
794 if (!lw->recursive)
812 static int __die_walk_funclines(Dwarf_Die *sp_die, bool recursive, argument
816 .recursive = recursive,
/linux-master/security/tomoyo/
H A Dutil.c867 goto recursive;
883 recursive:
/linux-master/include/sound/
H A Dhda_codec.h362 hda_nid_t nid, int recursive);
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py526 return self.family.pure_nested_structs[self.nested_attrs].recursive
708 self.recursive = False
1018 # If the unknown nest we hit is recursive it's fine, it'll be a pointer
1019 if self.pure_nested_structs[nested].recursive:
1073 # Propagate the request / reply / recursive
1081 if not child.recursive:
1086 struct.recursive = True
2833 if struct.recursive:
/linux-master/sound/pci/hda/
H A Dhda_codec.c258 * @recursive: 1 when searching NID recursively, otherwise 0
265 hda_nid_t nid, int recursive)
274 if (!recursive)
276 if (recursive > 10) {
280 recursive++;
285 if (snd_hda_get_conn_index(codec, conn[i], nid, recursive) >= 0)
264 snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux, hda_nid_t nid, int recursive) argument
/linux-master/fs/
H A Dnamespace.c2654 static struct file *open_detached_copy(struct path *path, bool recursive) argument
2665 mnt = __do_loopback(path, recursive);

Completed in 163 milliseconds