Lines Matching refs:wtob
1442 #ifndef wtob in do_read()
1443 #define wtob(x) (x * sizeof(UINT64_T)) in do_read() macro
1454 alloc_mem(nbytes + wtob(1) * 2 + in do_read()
1466 addr += random_range(0, wtob(1) - 1, 1, NULL); in do_read()
1474 if ((rval = alloc_mem(nbytes + wtob(1) * 2 + fdc->c_memalign)) < 0) { in do_read()
1489 addr += random_range(0, wtob(1) - 1, 1, NULL); in do_read()
1493 if ((rval = alloc_mem(nbytes + wtob(1) * 2)) < 0) { in do_read()
1653 if ((rval = alloc_mem(nbytes + wtob(1))) < 0) { in do_write()
1680 if ((rval = alloc_mem(nbytes + wtob(1)) < 0)) { in do_write()
1692 addr += random_range(0, wtob(1) - 1, 1, NULL); in do_write()
1704 if ((rval = alloc_mem(nbytes + wtob(1) * 2 + fdc->c_memalign)) < 0) { in do_write()
1719 addr += random_range(0, wtob(1) - 1, 1, NULL); in do_write()
1727 if ((rval = alloc_mem(nbytes + wtob(1) * 2)) < 0) { in do_write()
2120 if ((rval = alloc_mem(mem_needed + wtob(1))) < 0) { in do_listio()
2133 addr += random_range(0, wtob(1) - 1, 1, NULL); in do_listio()
3137 alloc_mem(mem_needed + wtob(1) * 2 + in do_rw()
3146 if ((rval = alloc_mem(mem_needed + wtob(1) * 2 + fdc->c_memalign)) < 0) { in do_rw()
3151 if ((rval = alloc_mem(mem_needed + wtob(1) * 2)) < 0) { in do_rw()
3214 addr += random_range(0, wtob(1) - 1, 1, NULL); in do_rw()