Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c366 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()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dops_impl.h321 #define IS_INIT_OP(ftype) ((ftype) == KCF_OP_INIT) macro