Searched refs:max_stack_depth (Results 1 – 6 of 6) sorted by relevance
427 return xfarray_sortinfo_lo(si) + si->max_stack_depth; in xfarray_sortinfo_hi()449 int max_stack_depth; in xfarray_sortinfo_alloc() local465 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 …]
119 uint8_t max_stack_depth; member
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,
1421 arg->max_stack_depth > 0 && in process_init_reply()1422 arg->max_stack_depth <= FILESYSTEM_MAX_STACK_DEPTH && in process_init_reply()1425 fc->max_stack_depth = arg->max_stack_depth; in process_init_reply()1426 fm->sb->s_stack_depth = arg->max_stack_depth; in process_init_reply()
242 if (backing_sb->s_stack_depth >= fc->max_stack_depth) in fuse_backing_open()
902 int max_stack_depth; member
Completed in 23 milliseconds