Searched refs:max_stack_depth (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | xfarray.c | 427 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 D | trace.h | 1122 __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/ |
H A D | builtin-lock.c | 58 static int max_stack_depth = CONTENTION_STACK_DEPTH; 852 NULL, NULL, max_stack_depth); in report_lock_contended_event() 901 NULL, NULL, max_stack_depth); in report_lock_release_event() 1057 u64 *callstack = get_callstack(sample, max_stack_depth); in get_callstack() 1061 if (!match_callstack_filter(machine, callstack, max_stack_depth)) { in report_lock_contention_begin_event() 1651 for (int i = 0; i < max_stack_depth; i++) { in sort_contention_result() 1704 for (int i = 0; i < max_stack_depth; i++) { in print_header_csv() 1971 .max_stack = max_stack_depth, in __cmd_report() 2533 OPT_CALLBACK(0, "max-stack", &max_stack_depth, "num", in parse_cgroup_filter() 67 static int max_stack_depth = CONTENTION_STACK_DEPTH; global() variable
|
/linux/include/uapi/linux/ |
H A D | fuse.h | 216 * - add max_stack_depth to fuse_init_out, add FUSE_PASSTHROUGH init flag 911 uint32_t max_stack_depth; 900 uint32_t max_stack_depth; global() member
|