Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dev_epollex_linux.cc148 int fd_cache_size; member
593 (*p)->fd_cache_size = 0;
642 for (int i = 0; i < p->fd_cache_size; i++) {
648 for (int i = 0; i < p->fd_cache_size; i++) {
660 if (p->fd_cache_size < MAX_FDS_IN_CACHE) {
661 lru_idx = p->fd_cache_size;
662 p->fd_cache_size++;