Searched refs:fdmax (Results 1 – 2 of 2) sorted by relevance
302 int fdmax = min_t(int, scm_max_fds(msg), scm->fp->count); in scm_detach_fds() local315 for (i = 0; i < fdmax; i++) { in scm_detach_fds()338 if (i < scm->fp->count || (scm->fp->count && fdmax <= 0)) in scm_detach_fds()
293 int fdmax = min_t(int, scm_max_fds_compat(msg), scm->fp->count); in scm_detach_fds_compat() local297 for (i = 0; i < fdmax; i++) { in scm_detach_fds_compat()320 if (i < scm->fp->count || (scm->fp->count && fdmax <= 0)) in scm_detach_fds_compat()