Home
last modified time | relevance | path

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

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