Home
last modified time | relevance | path

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

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