Searched refs:__const_max (Results 1 – 1 of 1) sorted by relevance
29 #define __const_max(x, y) ((x) < (y) ? (x) : (y)) macro30 int sysctl_nr_open_max = __const_max(INT_MAX, ~(size_t)0/sizeof(void *)) &