Searched refs:MS_ASYNC (Results 1 – 4 of 4) sorted by relevance
64 #undef MS_ASYNC65 #define MS_ASYNC 2 /* Sync memory asynchronously */ macro
45 if (flags & MS_ASYNC) in msync()
66 #define MS_ASYNC 1 /* Sync memory asynchronously. */ macro
34 boolean_t should_iosync = flags & MS_ASYNC ? 0 : 1; in msync()
Completed in 7 milliseconds