/kernel/linux/linux-5.10/tools/io_uring/ |
H A D | io_uring-bench.c | 54 #define DEPTH 128 macro 78 struct iovec iovecs[DEPTH]; 113 DEPTH); in io_uring_register_buffers() 140 return (DEPTH + s->nr_files - 1) / s->nr_files; in file_depth() 292 if (!prepped && s->inflight < DEPTH) { in submitter_fn() 293 to_prep = min(DEPTH - s->inflight, BATCH_SUBMIT); in submitter_fn() 300 if (to_submit && (s->inflight + to_submit <= DEPTH)) in submitter_fn() 409 fd = io_uring_setup(DEPTH, &p); in setup_ring() 541 for (i = 0; i < DEPTH; i++) { in main() 558 printf(" QD=%d, sq_ring=%d, cq_ring=%d\n", DEPTH, * in main() [all...] |
/kernel/linux/linux-5.10/fs/minix/ |
H A D | itree_common.c | 33 Indirect chain[DEPTH], in get_branch() 116 Indirect chain[DEPTH], in splice_branch() 156 int offsets[DEPTH]; in get_block() 157 Indirect chain[DEPTH]; in get_block() 225 int offsets[DEPTH], in find_shared() 226 Indirect chain[DEPTH], in find_shared() 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() [all...] |
H A D | itree_v1.c | 6 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()
|
H A D | itree_v2.c | 5 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()
|
/kernel/linux/linux-6.6/fs/minix/ |
H A D | itree_common.c | 33 Indirect chain[DEPTH], in get_branch() 116 Indirect chain[DEPTH], in splice_branch() 156 int offsets[DEPTH]; in get_block() 157 Indirect chain[DEPTH]; in get_block() 225 int offsets[DEPTH], in find_shared() 226 Indirect chain[DEPTH], in find_shared() 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() [all...] |
H A D | itree_v1.c | 6 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()
|
H A D | itree_v2.c | 5 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()
|
/kernel/linux/linux-5.10/fs/sysv/ |
H A D | itree.c | 14 enum {DIRECT = 10, DEPTH = 4}; /* Have triple indirect */ enumerator 23 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) in block_to_path() 210 int offsets[DEPTH]; in get_block() 211 Indirect chain[DEPTH]; in get_block() 371 int offsets[DEPTH]; in sysv_truncate() 372 Indirect chain[DEPTH]; in sysv_truncate() 417 while (n < DEPTH) { in sysv_truncate() 437 unsigned blocks, res, direct = DIRECT, i = DEPTH; in sysv_nblocks()
|
/kernel/linux/linux-6.6/fs/sysv/ |
H A D | itree.c | 14 enum {DIRECT = 10, DEPTH = 4}; /* Have triple indirect */ enumerator 23 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) in block_to_path() 210 int offsets[DEPTH]; in get_block() 211 Indirect chain[DEPTH]; in get_block() 371 int offsets[DEPTH]; in sysv_truncate() 372 Indirect chain[DEPTH]; in sysv_truncate() 417 while (n < DEPTH) { in sysv_truncate() 437 unsigned blocks, res, direct = DIRECT, i = DEPTH; in sysv_nblocks()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo5039.c | 69 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo5039.c | 69 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()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | hists_cumulate.c | 157 #define DEPTH(he) (he->callchain->max_depth) macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | wndwc37e.c | 110 NVVAL(NVC37E, SET_COMPOSITION_CONTROL, DEPTH, asyw->blend.depth), in wndwc37e_blend_set()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | wndwc37e.c | 105 NVVAL(NVC37E, SET_COMPOSITION_CONTROL, DEPTH, asyw->blend.depth), in wndwc37e_blend_set()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | hists_cumulate.c | 170 #define DEPTH(he) (he->callchain->max_depth) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | sienna_cichlid_ppt.c | 4238 smu->stb_context.stb_buf_size = 1 << REG_GET_FIELD(reg, MP1_PMI_3_FIFO, DEPTH); in sienna_cichlid_stb_init()
|