/external/fio/ |
smalloc.c | 42 size_t nr_blocks; /* total blocks */ member in struct:pool 91 unsigned int pool_size = pool->nr_blocks * SMALLOC_BPL; 102 unsigned int idx, size_t nr_blocks, 106 while (nr_blocks) { 110 if (pool_idx >= pool->nr_blocks) 115 this_blocks = nr_blocks; 129 nr_blocks -= this_blocks; 157 unsigned int idx, size_t nr_blocks) 159 return blocks_iter(pool, pool_idx, idx, nr_blocks, mask_cmp); 163 unsigned int idx, size_t nr_blocks) 372 size_t nr_blocks; local [all...] |
io_u.c | 40 unsigned int nr_blocks; local 44 nr_blocks = (io_u->buflen + min_bs - 1) / min_bs; 47 nr_blocks = axmap_set_nr(f->io_axmap, block, nr_blocks); 49 if ((nr_blocks * min_bs) < io_u->buflen) 50 io_u->buflen = nr_blocks * min_bs; 1397 unsigned int i, nr_blocks = io_u->buflen / 512; local 1402 if (!nr_blocks) 1409 for (i = 0; i < nr_blocks; i++) { [all...] |
/external/fio/engines/ |
sg.c | 209 int nr_blocks, lba; local 234 nr_blocks = io_u->xfer_buflen / sd->bs; 240 hdr->cmdp[7] = (unsigned char) ((nr_blocks >> 8) & 0xff); 241 hdr->cmdp[8] = (unsigned char) (nr_blocks & 0xff);
|
/external/mesa3d/src/mesa/tnl/ |
t_draw.c | 47 tnl->block[tnl->nr_blocks++] = space; 56 for (i = 0; i < tnl->nr_blocks; i++) 58 tnl->nr_blocks = 0;
|
t_context.c | 82 tnl->nr_blocks = 0;
|
t_context.h | 532 GLuint nr_blocks; member in struct:__anon21272
|