Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash.c642 rbufp->flags |= BUF_PIN;
658 save_bufp->flags &= ~BUF_PIN;
680 save_bufp->flags &= ~BUF_PIN;
689 save_bufp->flags &= ~BUF_PIN;
699 save_bufp->flags &= ~BUF_PIN;
702 save_bufp->flags &= ~BUF_PIN;
708 save_bufp->flags &= ~BUF_PIN;
715 save_bufp->flags &= ~BUF_PIN;
730 save_bufp->flags &= ~BUF_PIN;
741 save_bufp->flags &= ~BUF_PIN;
Dhash_page.c192 old_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()
193 new_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()
204 old_bufp->flags &= ~BUF_PIN; in __split_page()
205 new_bufp->flags &= ~BUF_PIN; in __split_page()
246 old_bufp->flags &= ~BUF_PIN; in __split_page()
247 new_bufp->flags &= ~BUF_PIN; in __split_page()
Dhash.h73 #define BUF_PIN 0x0008 macro
Dhash_buf.c181 if (hashp->nbufs || (bp->flags & BUF_PIN)) { in newbuf()