Home
last modified time | relevance | path

Searched refs:stack_depth (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/firewire/
Dcore-topology.c189 int i, port_count, child_port_count, phy_id, parent_count, stack_depth; in build_tree() local
196 stack_depth = 0; in build_tree()
218 if (child_port_count > stack_depth) { in build_tree()
294 stack_depth += 1 - child_port_count; in build_tree()
/linux-4.4.14/tools/perf/util/
Dsession.h108 unsigned int print_opts, unsigned int stack_depth);
Dsession.c1787 unsigned int print_opts, unsigned int stack_depth) in perf_evsel__print_ip() argument
1803 stack_depth) != 0) { in perf_evsel__print_ip()
1813 while (stack_depth) { in perf_evsel__print_ip()
1852 stack_depth--; in perf_evsel__print_ip()
/linux-4.4.14/fs/overlayfs/
Dsuper.c858 int *stack_depth, bool *remote) in ovl_lower_dir() argument
873 *stack_depth = max(*stack_depth, path->mnt->mnt_sb->s_stack_depth); in ovl_lower_dir()