Searched refs:autofs_max_fds (Results 1 – 2 of 2) sorted by relevance
78 static int autofs_max_fds; variable93 autofs_max_fds = 256; in hash_init()95 autofs_max_fds = (rlim.rlim_cur > 1024) ? 1024 : rlim.rlim_cur; in hash_init()96 plog(XLOG_INFO, "%d fd's available for autofs", autofs_max_fds); in hash_init()99 list = malloc(autofs_max_fds * sizeof(*list)); in hash_init()100 hash = malloc(autofs_max_fds * sizeof(*hash)); in hash_init()102 for (i = 0 ; i < autofs_max_fds; i++) { in hash_init()150 if (fds[0] > autofs_max_fds) { in autofs_get_fh()
6685 than autofs_max_fds