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

/linux-master/fs/
H A Dfile.c30 #define __const_min(x, y) ((x) < (y) ? (x) : (y)) macro
32 __const_min(INT_MAX, ~(size_t)0/sizeof(void *)) & -BITS_PER_LONG;

Completed in 118 milliseconds