Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h351 #define AAC_CTXFLAG_FILLED 0x01 /* aifq's full for this ctx */ macro
H A Daac.c6383 ctx_p->ctx_flags |= AAC_CTXFLAG_FILLED; in aac_save_aif()
6385 (ctx_p->ctx_flags & AAC_CTXFLAG_FILLED)) { in aac_save_aif()
6409 !(ctx->ctx_flags & AAC_CTXFLAG_FILLED)) in aac_return_aif_common()
6414 ctx->ctx_flags &= ~AAC_CTXFLAG_FILLED; in aac_return_aif_common()