Searched defs:max_t (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/blackfin/kernel/ |
D | nmi.c | 122 u32 cnt, max_t, sclk; in nmi_wdt_set_timeout() local
|
/linux-4.4.14/drivers/watchdog/ |
D | bfin_wdt.c | 115 u32 cnt, max_t, sclk; in bfin_wdt_set_timeout() local
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_surfacedefs.h | 40 #define max_t(type, x, y) ((x) > (y) ? (x) : (y)) macro
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | si_dpm.h | 77 u32 max_t; member
|
/linux-4.4.14/include/linux/ |
D | kernel.h | 768 #define max_t(type, x, y) ({ \ macro
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-stxx-defs.h | 288 uint64_t max_t:16; member
|
/linux-4.4.14/tools/vm/ |
D | page-types.c | 217 #define max_t(type, x, y) ({ \ macro
|