/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | device.py | 90 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)
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | device.py | 90 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)
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | dwarf-aux.c | 162 /* Inlined function could be recursive. Trace it until fail */ in cu_walk_functions_at() 670 /* Inlined function could be recursive. Trace it until fail */ in die_find_inlinefunc() 754 bool recursive; member 775 if (!lw->recursive) in __die_walk_funclines_cb() 793 static int __die_walk_funclines(Dwarf_Die *sp_die, bool recursive, in __die_walk_funclines() argument 797 .recursive = recursive, in __die_walk_funclines()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | dwarf-aux.c | 162 /* Inlined function could be recursive. Trace it until fail */ in cu_walk_functions_at() 689 /* Inlined function could be recursive. Trace it until fail */ in die_find_inlinefunc() 773 bool recursive; member 794 if (!lw->recursive) in __die_walk_funclines_cb() 812 static int __die_walk_funclines(Dwarf_Die *sp_die, bool recursive, in __die_walk_funclines() argument 816 .recursive = recursive, in __die_walk_funclines()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | util.c | 862 goto recursive; in tomoyo_path_matches_pattern2() 878 recursive: in tomoyo_path_matches_pattern2()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | util.c | 867 goto recursive; in tomoyo_path_matches_pattern2() 883 recursive: in tomoyo_path_matches_pattern2()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 355 hda_nid_t nid, int recursive);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 361 hda_nid_t nid, int recursive);
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_codec.c | 258 * @recursive: 1 when searching NID recursively, otherwise 0 265 hda_nid_t nid, int recursive) in snd_hda_get_conn_index() 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() 264 snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux, hda_nid_t nid, int recursive) snd_hda_get_conn_index() argument
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_codec.c | 258 * @recursive: 1 when searching NID recursively, otherwise 0 265 hda_nid_t nid, int recursive) in snd_hda_get_conn_index() 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() 264 snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux, hda_nid_t nid, int recursive) snd_hda_get_conn_index() argument
|
/kernel/linux/linux-5.10/fs/ |
H A D | namespace.c | 2403 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()
|
/kernel/linux/linux-6.6/fs/ |
H A D | namespace.c | 2648 static struct file *open_detached_copy(struct path *path, bool recursive) in open_detached_copy() argument 2659 mnt = __do_loopback(path, recursive); in open_detached_copy()
|