Searched refs:min_bs (Results 1 - 11 of 11) sorted by relevance

/external/fio/
H A Dinit.c510 unsigned int bs = td->o.min_bs[ddir];
546 return o->min_bs[DDIR_READ] == o->max_bs[DDIR_READ] &&
547 o->min_bs[DDIR_WRITE] == o->max_bs[DDIR_WRITE] &&
548 o->min_bs[DDIR_TRIM] == o->max_bs[DDIR_TRIM] &&
549 o->min_bs[DDIR_READ] == o->min_bs[DDIR_WRITE] &&
550 o->min_bs[DDIR_READ] == o->min_bs[DDIR_TRIM];
626 if (!o->min_bs[DDIR_READ])
627 o->min_bs[DDIR_REA
[all...]
H A Dfio.h729 unsigned int min_bs; local
731 min_bs = min(td->o.min_bs[DDIR_READ], td->o.min_bs[DDIR_WRITE]);
732 return min(td->o.min_bs[DDIR_TRIM], min_bs);
H A Dio_u.c40 unsigned int min_bs = td->o.rw_min_bs; local
45 block = (io_u->offset - f->file_offset) / (uint64_t) min_bs;
46 nr_blocks = (io_u->buflen + min_bs - 1) / min_bs;
51 if ((nr_blocks * min_bs) < io_u->buflen)
52 io_u->buflen = nr_blocks * min_bs;
74 if (td->o.min_bs[ddir] > td->o.ba[ddir])
75 max_size -= td->o.min_bs[ddir] - td->o.ba[ddir];
355 uint64_t io_size = f->io_size + (f->io_size % o->min_bs[ddir]);
543 minbs = td->o.min_bs[ddi
[all...]
H A Dthread_options.h82 unsigned int min_bs[DDIR_RWDIR_CNT]; member in struct:thread_options
355 uint32_t min_bs[DDIR_RWDIR_CNT]; member in struct:thread_options_pack
H A Dcconv.c111 o->min_bs[i] = le32_to_cpu(top->min_bs[i]);
483 top->min_bs[i] = cpu_to_le32(o->min_bs[i]);
H A Doptions.c110 unsigned int max_bs, min_bs; local
121 min_bs = -1;
127 if (split.val1[i] < min_bs)
128 min_bs = split.val1[i];
169 o->min_bs[ddir] = min_bs;
2009 .off1 = offsetof(struct thread_options, min_bs[DDIR_READ]),
2011 .off3 = offsetof(struct thread_options, min_bs[DDIR_WRITE]),
2013 .off5 = offsetof(struct thread_options, min_bs[DDIR_TRIM]),
H A Dfilesetup.c1138 range_size = min(td->o.min_bs[DDIR_READ], td->o.min_bs[DDIR_WRITE]);
H A Dgclient.c590 c1 = num2str(o->min_bs[DDIR_READ], 4, 1, i2p, N2S_BYTE);
592 c3 = num2str(o->min_bs[DDIR_WRITE], 4, 1, i2p, N2S_BYTE);
H A Dstat.c2471 if (td->o.min_bs[ddir] == td->o.max_bs[ddir])
2472 bs = td->o.min_bs[ddir];
H A Dbackend.c1155 min_write = td->o.min_bs[DDIR_WRITE];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2914 BLOCK_SIZE *min_bs, BLOCK_SIZE *max_bs) {
2961 *min_bs = min_size;
2912 set_partition_range(VP9_COMMON *cm, MACROBLOCKD *xd, int mi_row, int mi_col, BLOCK_SIZE bsize, BLOCK_SIZE *min_bs, BLOCK_SIZE *max_bs) argument

Completed in 247 milliseconds