Home
last modified time | relevance | path

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

/Linux-v5.4/fs/minix/
Ditree_common.c33 Indirect chain[DEPTH], in get_branch() argument
110 Indirect chain[DEPTH], in splice_branch() argument
150 int offsets[DEPTH]; in get_block()
151 Indirect chain[DEPTH]; in get_block()
219 int offsets[DEPTH], in find_shared() argument
220 Indirect chain[DEPTH], in find_shared() argument
298 int offsets[DEPTH]; in truncate()
299 Indirect chain[DEPTH]; in truncate()
338 while (first_whole < DEPTH-1) { in truncate()
354 unsigned blocks, res, direct = DIRECT, i = DEPTH; in nblocks()
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
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-v5.4/tools/io_uring/
Dio_uring-bench.c54 #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, *s->sq_ring.ring_entries, *s->cq_ring.ring_entri… in main()
/Linux-v5.4/fs/sysv/
Ditree.c14 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() argument
206 int offsets[DEPTH]; in get_block()
207 Indirect chain[DEPTH]; in get_block()
367 int offsets[DEPTH]; in sysv_truncate()
368 Indirect chain[DEPTH]; in sysv_truncate()
413 while (n < DEPTH) { in sysv_truncate()
433 unsigned blocks, res, direct = DIRECT, i = DEPTH; in sysv_nblocks()
/Linux-v5.4/tools/perf/tests/
Dhists_cumulate.c157 #define DEPTH(he) (he->callchain->max_depth) macro