Home
last modified time | relevance | path

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

/linux-6.15/fs/minix/
H A Ditree_common.c33 Indirect chain[DEPTH], in get_branch() argument
116 Indirect chain[DEPTH], in splice_branch() argument
156 int offsets[DEPTH]; in get_block()
157 Indirect chain[DEPTH]; in get_block()
225 int offsets[DEPTH], in find_shared() argument
226 Indirect chain[DEPTH], in find_shared() argument
304 int offsets[DEPTH]; in truncate()
305 Indirect chain[DEPTH]; in truncate()
344 while (first_whole < DEPTH-1) { in truncate()
360 unsigned blocks, res, direct = DIRECT, i = DEPTH; in nblocks()
H A Ditree_v1.c6 enum {DEPTH = 3, DIRECT = 7}; /* Only double indirect */ enumerator
25 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path() argument
H A Ditree_v2.c5 enum {DIRECT = 7, DEPTH = 4}; /* Have triple indirect */ enumerator
27 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path() argument
/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_bo5039.c69 NVDEF(NV5039, SET_SRC_BLOCK_SIZE, DEPTH, ONE_GOB), in nv50_bo_move_m2mf()
91 NVDEF(NV5039, SET_DST_BLOCK_SIZE, DEPTH, ONE_GOB), in nv50_bo_move_m2mf()
/linux-6.15/tools/perf/tests/
H A Dhists_cumulate.c170 #define DEPTH(he) (he->callchain->max_depth) macro
/linux-6.15/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndwc37e.c105 NVVAL(NVC37E, SET_COMPOSITION_CONTROL, DEPTH, asyw->blend.depth), in wndwc37e_blend_set()
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsienna_cichlid_ppt.c3009 smu->stb_context.stb_buf_size = 1 << REG_GET_FIELD(reg, MP1_PMI_3_FIFO, DEPTH); in sienna_cichlid_stb_init()