Searched refs:wtob (Results 1 – 1 of 1) sorted by relevance
1442 #ifndef wtob in do_read()1443 #define wtob(x) (x * sizeof(UINT64_T)) in do_read() macro1454 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()[all …]