Searched refs:B_COLD (Results 1 – 2 of 2) sorted by relevance
410 CLR(bp->b_flags, B_COLD); in buf_flip_dma()1503 if (ISSET(bp->b_flags, B_COLD)) { in bufcache_getcleanbuf()1515 CLR(bp->b_flags, B_COLD); in bufcache_getcleanbuf()1600 if (ISSET(bp->b_flags, B_COLD)) { in bufcache_recover_dmapages()1612 CLR(bp->b_flags, B_COLD); in bufcache_recover_dmapages()1685 if (ISSET(bp->b_flags, B_COLD)) { in bufcache_take()1732 SET(bp->b_flags, B_COLD); in chillbufs()1762 if (ISSET(bp->b_flags, B_WARM | B_COLD)) { in bufcache_release()1764 CLR(bp->b_flags, B_COLD); in bufcache_release()
199 #define B_COLD 0x01000000 /* buffer is on the cold queue */ macro