Searched refs:max_stack_depth (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dxfarray.c427 return xfarray_sortinfo_lo(si) + si->max_stack_depth;
449 int max_stack_depth; local
465 max_stack_depth = ilog2(array->nr) + 1 - (XFARRAY_ISORT_SHIFT - 1);
466 if (max_stack_depth < 1)
467 max_stack_depth = 1;
470 nr_bytes += max_stack_depth * sizeof(xfarray_idx_t) * 2;
484 si->max_stack_depth = max_stack_depth;
534 return xfarray_sortinfo_hi(si) + si->max_stack_depth;
607 return xfarray_sortinfo_hi(si) + si->max_stack_depth;
[all...]
H A Dxfarray.h119 uint8_t max_stack_depth; member in struct:xfarray_sortinfo
160 * xfarray_idx_t lo[max_stack_depth];
161 * xfarray_idx_t hi[max_stack_depth];
H A Dtrace.h1111 __field(int, max_stack_depth)
1118 __entry->max_stack_depth = si->max_stack_depth;
1126 __entry->max_stack_depth)
1137 __field(unsigned int, max_stack_depth)
1144 __entry->max_stack_depth = si->max_stack_depth;
1150 __entry->max_stack_depth,
1206 __field(unsigned int, max_stack_depth)
1218 __entry->max_stack_depth
[all...]
/linux-master/tools/perf/
H A Dbuiltin-lock.c67 static int max_stack_depth = CONTENTION_STACK_DEPTH; variable
534 for (int i = 0; i < max_stack_depth; i++) {
959 NULL, NULL, max_stack_depth);
1008 NULL, NULL, max_stack_depth);
1164 u64 *callstack = get_callstack(sample, max_stack_depth);
1764 for (int i = 0; i < max_stack_depth; i++) {
1817 for (int i = 0; i < max_stack_depth; i++) {
2093 .max_stack = max_stack_depth,
2609 OPT_CALLBACK(0, "max-stack", &max_stack_depth, "num",
/linux-master/fs/fuse/
H A Dpassthrough.c242 if (backing_sb->s_stack_depth >= fc->max_stack_depth)
H A Dinode.c1315 * max_stack_depth is the max stack depth of FUSE fs,
1319 * with max_stack_depth > 1, the backing files can be
1321 * max_stack_depth == 1, FUSE fs can be stacked as the
1326 arg->max_stack_depth > 0 &&
1327 arg->max_stack_depth <= FILESYSTEM_MAX_STACK_DEPTH) {
1329 fc->max_stack_depth = arg->max_stack_depth;
1330 fm->sb->s_stack_depth = arg->max_stack_depth;
H A Dfuse_i.h864 int max_stack_depth; member in struct:fuse_conn
/linux-master/include/uapi/linux/
H A Dfuse.h216 * - add max_stack_depth to fuse_init_out, add FUSE_PASSTHROUGH init flag
895 uint32_t max_stack_depth; member in struct:fuse_init_out
/linux-master/tools/perf/util/
H A Dhist.h336 int max_stack_depth, void *arg);
H A Dhist.c1223 int max_stack_depth, void *arg)
1232 iter->evsel, al, max_stack_depth);
1222 hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al, int max_stack_depth, void *arg) argument

Completed in 297 milliseconds