Home
last modified time | relevance | path

Searched refs:max_stack_depth (Results 1 – 13 of 13) sorted by relevance

/linux/fs/xfs/scrub/
H A Dxfarray.c427 return xfarray_sortinfo_lo(si) + si->max_stack_depth; in xfarray_sortinfo_hi()
449 int max_stack_depth; in xfarray_sortinfo_alloc() local
465 max_stack_depth = ilog2(array->nr) + 1 - (XFARRAY_ISORT_SHIFT - 1); in xfarray_sortinfo_alloc()
466 if (max_stack_depth < 1) in xfarray_sortinfo_alloc()
467 max_stack_depth = 1; in xfarray_sortinfo_alloc()
470 nr_bytes += max_stack_depth * sizeof(xfarray_idx_t) * 2; in xfarray_sortinfo_alloc()
484 si->max_stack_depth = max_stack_depth; in xfarray_sortinfo_alloc()
534 return xfarray_sortinfo_hi(si) + si->max_stack_depth; in xfarray_sortinfo_isort_scratch()
607 return xfarray_sortinfo_hi(si) + si->max_stack_depth; in xfarray_sortinfo_pivot()
764 if (si->stack_depth >= si->max_stack_depth - 1) { in xfarray_qsort_push()
[all …]
H A Dxfarray.h119 uint8_t max_stack_depth; member
H A Dtrace.h1122 __field(int, max_stack_depth)
1129 __entry->max_stack_depth = si->max_stack_depth;
1137 __entry->max_stack_depth)
1148 __field(unsigned int, max_stack_depth)
1155 __entry->max_stack_depth = si->max_stack_depth;
1161 __entry->max_stack_depth,
1217 __field(unsigned int, max_stack_depth)
1229 __entry->max_stack_depth = si->max_stack_depth;
1247 __entry->max_stack_depth,
/linux/tools/perf/util/
H A Dlock-contention.c102 bool match_callstack_filter(struct machine *machine, u64 *callstack, int max_stack_depth) in match_callstack_filter() argument
112 for (int i = 0; i < max_stack_depth; i++) { in match_callstack_filter()
H A Dlock-contention.h170 bool match_callstack_filter(struct machine *machine, u64 *callstack, int max_stack_depth);
H A Dhist.h368 int max_stack_depth, void *arg);
H A Dhist.c1335 int max_stack_depth, void *arg) in hist_entry_iter__add() argument
1344 iter->evsel, al, max_stack_depth); in hist_entry_iter__add()
/linux/Documentation/filesystems/
H A Dfuse-passthrough.rst37 ``max_stack_depth``.
115 filesystem stacking depth (``sb->s_stack_depth`` and ``fc->max_stack_depth``).
117 the ``max_stack_depth`` it supports. When a backing file is registered via
/linux/tools/perf/
H A Dbuiltin-lock.c58 static int max_stack_depth = CONTENTION_STACK_DEPTH; variable
866 NULL, NULL, max_stack_depth); in lock_contention_caller()
915 NULL, NULL, max_stack_depth); in callchain_id()
1071 u64 *callstack = get_callstack(sample, max_stack_depth); in report_lock_contention_begin_event()
1075 if (!match_callstack_filter(machine, callstack, max_stack_depth)) { in report_lock_contention_begin_event()
1665 for (int i = 0; i < max_stack_depth; i++) { in print_lock_stat_stdio()
1718 for (int i = 0; i < max_stack_depth; i++) { in print_lock_stat_csv()
2003 .max_stack = max_stack_depth, in __cmd_contention()
2640 OPT_CALLBACK(0, "max-stack", &max_stack_depth, "num", in cmd_lock()
/linux/fs/fuse/
H A Dinode.c1426 arg->max_stack_depth > 0 && in process_init_reply()
1427 arg->max_stack_depth <= FILESYSTEM_MAX_STACK_DEPTH && in process_init_reply()
1430 fc->max_stack_depth = arg->max_stack_depth; in process_init_reply()
1431 fm->sb->s_stack_depth = arg->max_stack_depth; in process_init_reply()
H A Dpassthrough.c242 if (backing_sb->s_stack_depth >= fc->max_stack_depth) in fuse_backing_open()
H A Dfuse_i.h902 int max_stack_depth; member
/linux/include/uapi/linux/
H A Dfuse.h920 uint32_t max_stack_depth; member