Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dops_impl.h322 #define IS_SINGLE_OP(ftype) ((ftype) == KCF_OP_SINGLE) macro
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c1224 if (IS_SINGLE_OP(optype) || IS_FINAL_OP(optype)) { in kcf_aop_done()