Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c370 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()
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dops_impl.h323 #define IS_INIT_OP(ftype) ((ftype) == KCF_OP_INIT) macro