Searched refs:pollfd_array_length (Results 1 – 1 of 1) sorted by relevance
67 size_t pollfd_array_length = fds_size / sizeof(pollfd); in __check_pollfd_array() local68 if (__predict_false(pollfd_array_length < fd_count)) { in __check_pollfd_array()70 fn, pollfd_array_length, fd_count); in __check_pollfd_array()