Searched refs:max_stack_depth (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
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 …]
|
D | xfarray.h | 119 uint8_t max_stack_depth; member
|
D | trace.h | 1109 __field(int, max_stack_depth) 1116 __entry->max_stack_depth = si->max_stack_depth; 1124 __entry->max_stack_depth) 1135 __field(unsigned int, max_stack_depth) 1142 __entry->max_stack_depth = si->max_stack_depth; 1148 __entry->max_stack_depth, 1204 __field(unsigned int, max_stack_depth) 1216 __entry->max_stack_depth = si->max_stack_depth; 1234 __entry->max_stack_depth,
|
/linux-6.12.1/tools/perf/ |
D | builtin-lock.c | 67 static int max_stack_depth = CONTENTION_STACK_DEPTH; variable 534 for (int i = 0; i < max_stack_depth; i++) { in match_callstack_filter() 959 NULL, NULL, max_stack_depth); in lock_contention_caller() 1008 NULL, NULL, max_stack_depth); in callchain_id() 1164 u64 *callstack = get_callstack(sample, max_stack_depth); in report_lock_contention_begin_event() 1760 for (int i = 0; i < max_stack_depth; i++) { in print_lock_stat_stdio() 1813 for (int i = 0; i < max_stack_depth; i++) { in print_lock_stat_csv() 2080 .max_stack = max_stack_depth, in __cmd_contention() 2604 OPT_CALLBACK(0, "max-stack", &max_stack_depth, "num", in cmd_lock()
|
/linux-6.12.1/fs/fuse/ |
D | inode.c | 1342 arg->max_stack_depth > 0 && in process_init_reply() 1343 arg->max_stack_depth <= FILESYSTEM_MAX_STACK_DEPTH && in process_init_reply() 1346 fc->max_stack_depth = arg->max_stack_depth; in process_init_reply() 1347 fm->sb->s_stack_depth = arg->max_stack_depth; in process_init_reply()
|
D | passthrough.c | 238 if (backing_sb->s_stack_depth >= fc->max_stack_depth) in fuse_backing_open()
|
D | fuse_i.h | 861 int max_stack_depth; member
|
/linux-6.12.1/include/uapi/linux/ |
D | fuse.h | 900 uint32_t max_stack_depth; member
|
/linux-6.12.1/tools/perf/util/ |
D | hist.h | 337 int max_stack_depth, void *arg);
|
D | hist.c | 1241 int max_stack_depth, void *arg) in hist_entry_iter__add() argument 1250 iter->evsel, al, max_stack_depth); in hist_entry_iter__add()
|