Searched refs:BVFLAG_ASYNC (Results 1 – 2 of 2) sorted by relevance
50 #define BVFLAG_ASYNC 0x00000100 macro
295 e->bp.flags = async ? e->bp.flags | BVFLAG_ASYNC : e->bp.flags & ~BVFLAG_ASYNC; in rgz_set_async()