Home
last modified time | relevance | path

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

/openbmc/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()
650 return xfarray_sortinfo_hi(si) + si->max_stack_depth; in xfarray_sortinfo_pivot()
807 if (si->stack_depth >= si->max_stack_depth - 1) { in xfarray_qsort_push()
[all …]
H A Dtrace.h947 __field(int, max_stack_depth)
954 __entry->max_stack_depth = si->max_stack_depth;
962 __entry->max_stack_depth)
973 __field(unsigned int, max_stack_depth)
980 __entry->max_stack_depth = si->max_stack_depth;
986 __entry->max_stack_depth,
1001 __field(unsigned int, max_stack_depth)
1013 __entry->max_stack_depth = si->max_stack_depth;
1031 __entry->max_stack_depth,
H A Dxfarray.h75 uint8_t max_stack_depth; member
/openbmc/linux/tools/perf/
H A Dbuiltin-lock.c65 static int max_stack_depth = CONTENTION_STACK_DEPTH; variable
532 for (int i = 0; i < max_stack_depth; i++) { in match_callstack_filter()
956 NULL, NULL, max_stack_depth); in lock_contention_caller()
1005 NULL, NULL, max_stack_depth); in callchain_id()
1160 u64 *callstack = get_callstack(sample, max_stack_depth); in report_lock_contention_begin_event()
1735 for (int i = 0; i < max_stack_depth; i++) { in print_lock_stat_stdio()
1785 for (int i = 0; i < max_stack_depth; i++) { in print_lock_stat_csv()
2040 .max_stack = max_stack_depth, in __cmd_contention()
2540 OPT_CALLBACK(0, "max-stack", &max_stack_depth, "num", in cmd_lock()
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h896 uint32_t max_stack_depth; member
/openbmc/linux/tools/perf/util/
H A Dhist.h174 int max_stack_depth, void *arg);
H A Dhist.c1229 int max_stack_depth, void *arg) in hist_entry_iter__add() argument
1238 iter->evsel, al, max_stack_depth); in hist_entry_iter__add()