HomeSort by: relevance | last modified time | path
    Searched refs:COP_F_BATCH (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/crypto/opencrypto/
h_comp_zlib.c 66 co1.flags = COP_F_BATCH;
  /src/sys/opencrypto/
cryptodev.h 198 #define COP_F_BATCH 0x0008 /* Dispatch as quickly as possible */
227 #define COP_F_BATCH 0x0008 /* Dispatch as quickly as possible */
cryptodev.c 610 crp->crp_flags = CRYPTO_F_IOV | (cop->flags & COP_F_BATCH) | flags;
1242 (cnop[req].flags & COP_F_BATCH) | flags;

Completed in 14 milliseconds