Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_fortify.h67 size_t pollfd_array_length = fds_size / sizeof(pollfd); in __check_pollfd_array() local
68 if (__predict_false(pollfd_array_length < fd_count)) { in __check_pollfd_array()
70 fn, pollfd_array_length, fd_count); in __check_pollfd_array()