Home
last modified time | relevance | path

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

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