Home
last modified time | relevance | path

Searched refs:MIN_CONST (Results 1 – 3 of 3) sorted by relevance

/qemu/include/qemu/
H A Dosdep.h422 # define MIN_CONST(a, b) ((a) < (b) ? (a) : (b)) macro
425 # define MIN_CONST(a, b) \ macro
/qemu/include/block/
H A Dblock-common.h272 #define BDRV_REQUEST_MAX_SECTORS MIN_CONST(SIZE_MAX >> BDRV_SECTOR_BITS, \
/qemu/migration/
H A Dqemu-file.c38 #define MAX_IOV_SIZE MIN_CONST(IOV_MAX, 64)