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