Searched refs:IS_INIT_OP (Results 1 – 2 of 2) sorted by relevance
366 if (!(IS_INIT_OP(optype) || IS_ATOMIC_OP(optype))) in can_resubmit()1227 } else if (error != CRYPTO_SUCCESS && IS_INIT_OP(optype)) { in kcf_aop_done()1259 skip_notify = (IS_UPDATE_OP(optype) || IS_INIT_OP(optype)) && in kcf_aop_done()
321 #define IS_INIT_OP(ftype) ((ftype) == KCF_OP_INIT) macro