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

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf.h719 #define BUF_NOTIFY_BUSY 0x10 /* notify the caller about the busy pages during the scan */ macro
752 BUF_NOTIFY_BUSY: If a buffer cannot be acquired, pass a NULL buffer to callout; otherwise,
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1342 * if BUF_NOTIFY_BUSY is set, call the callout function using a NULL bp for busy pages
1357 int notify_busy = flags & BUF_NOTIFY_BUSY;

Completed in 23 milliseconds