Home
last modified time | relevance | path

Searched refs:ANYSINT_MAX (Results 1 – 2 of 2) sorted by relevance

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