Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dbuf.h1266 #define BAC_NOWAIT 0x01 /* Don't wait if buffer is busy */ macro
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_bio.c1588 int lock_flags = BAC_NOWAIT | BAC_REMOVE; in buf_iterate()
1875 int lock_flags = BAC_NOWAIT | BAC_REMOVE; in buf_flushdirtyblks_skipinfo()
4081 if (flags & BAC_NOWAIT) { in buf_acquire_locked()