Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dops_impl.h325 #define IS_UPDATE_OP(ftype) ((ftype) == KCF_OP_UPDATE) macro
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c1375 skip_notify = (IS_UPDATE_OP(optype) || IS_INIT_OP(optype)) && in kcf_aop_done()