Searched defs:min_t (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_surfacedefs.h41 #define min_t(type, x, y) ((x) < (y) ? (x) : (y)) macro
/linux-4.1.27/Documentation/mic/mpssd/
H A Dmpssd.c53 #define min_t(type, x, y) ({ \ macro
/linux-4.1.27/include/linux/
H A Dkernel.h762 #define min_t(type, x, y) ({ \ macro
/linux-4.1.27/tools/vm/
H A Dpage-types.c214 #define min_t(type, x, y) ({ \ macro

Completed in 337 milliseconds