Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dddi.c1013 cbp->cbp_flags = SQ_CANCEL_TOUT; in qtimeout()
1077 sq->sq_callbflags = SQ_CANCEL_TOUT; in quntimeout()
1087 callbparams_free_id(sq, (callbparams_id_t)id, SQ_CANCEL_TOUT); in quntimeout()
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h622 #define SQ_CALLB_CANCEL_MASK (SQ_CANCEL_TOUT|SQ_CANCEL_BUFCALL)
624 #define SQ_CANCEL_TOUT 0x02 /* cancel timeout request */ macro