Home
last modified time | relevance | path

Searched refs:ANYSINT_MAX (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dutil.c70 if ((i > 0 && ANYSINT_MAX(type) / 1024 < i) || \
71 (i < 0 && -ANYSINT_MAX(type) / 1024 > i)) \
H A Dutil.h287 #define ANYSINT_MAX(t) \ macro
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dutil.c70 if ((i > 0 && ANYSINT_MAX(type) / 1024 < i) || \
71 (i < 0 && -ANYSINT_MAX(type) / 1024 > i)) \
H A Dutil.h285 #define ANYSINT_MAX(t) \ macro

Completed in 3 milliseconds