Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dbuf.h760 #define BUF_NOTIFY_BUSY 0x10 /* notify the caller about the busy pages during the scan */ macro
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_bio.c1609 int notify_busy = flags & BUF_NOTIFY_BUSY; in buf_iterate()