Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash_buf.c117 int is_disk, segment_ndx = 0; in __get_buf() local
120 is_disk = 0; in __get_buf()
127 is_disk = BUF_DISK; in __get_buf()
139 is_disk = is_disk_mask || !hashp->new_file; in __get_buf()
145 __get_page(hashp, bp->page, addr, !prev_bp, is_disk, 0)) in __get_buf()
Dhash_page.c510 int is_disk, in __get_page() argument
520 if ((fd == -1) || !is_disk) { in __get_page()