Home
last modified time | relevance | path

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

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