Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dfile.c29 #define __const_max(x, y) ((x) < (y) ? (x) : (y)) macro
30 int sysctl_nr_open_max = __const_max(INT_MAX, ~(size_t)0/sizeof(void *)) &