HomeSort by: relevance | last modified time | path
    Searched defs:crypto_refcount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/opencrypto/
cryptodev.c 152 static int crypto_refcount = 0; /* Prevent detaching while in use */ variable in typeref:typename:int
270 crypto_refcount++;
907 crypto_refcount--;
1034 crypto_refcount++;
2159 if (crypto_refcount != 0)
2178 if (crypto_refcount != 0)
cryptodev.c 152 static int crypto_refcount = 0; /* Prevent detaching while in use */ variable in typeref:typename:int
270 crypto_refcount++;
907 crypto_refcount--;
1034 crypto_refcount++;
2159 if (crypto_refcount != 0)
2178 if (crypto_refcount != 0)

Completed in 26 milliseconds