Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash_buf.c296 int npages; in __buf_init() local
299 npages = (nbytes + hashp->BSIZE - 1) >> hashp->BSHIFT; in __buf_init()
300 npages = MAX(npages, MIN_BUFFERS); in __buf_init()
302 hashp->nbufs = npages; in __buf_init()