/external/fio/engines/ |
sg.c | 208 int nr_blocks, lba; local 233 nr_blocks = io_u->xfer_buflen / sd->bs; 239 hdr->cmdp[7] = (unsigned char) ((nr_blocks >> 8) & 0xff); 240 hdr->cmdp[8] = (unsigned char) (nr_blocks & 0xff);
|
/external/fio/ |
smalloc.c | 41 size_t nr_blocks; /* total blocks */ member in struct:pool 90 unsigned int pool_size = pool->nr_blocks * SMALLOC_BPL; 101 unsigned int idx, size_t nr_blocks, 105 while (nr_blocks) { 109 if (pool_idx >= pool->nr_blocks) 114 this_blocks = nr_blocks; 128 nr_blocks -= this_blocks; 156 unsigned int idx, size_t nr_blocks) 158 return blocks_iter(pool, pool_idx, idx, nr_blocks, mask_cmp); 162 unsigned int idx, size_t nr_blocks) 354 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; 1399 unsigned int i, nr_blocks = io_u->buflen / 512; local 1404 if (!nr_blocks) 1411 for (i = 0; i < nr_blocks; i++) { [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_context.h | 532 GLuint nr_blocks; member in struct:__anon18199
|
/external/mesa3d/src/mesa/tnl/ |
t_context.h | 532 GLuint nr_blocks; member in struct:__anon31758
|