Searched refs:SQ_CANCEL_TOUT (Results 1 – 2 of 2) sorted by relevance
1013 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()
622 #define SQ_CALLB_CANCEL_MASK (SQ_CANCEL_TOUT|SQ_CANCEL_BUFCALL)624 #define SQ_CANCEL_TOUT 0x02 /* cancel timeout request */ macro