Searched refs:MAX_SES_TO_BE_FREED (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.h107 * the number of sessions queued reaches MAX_SES_TO_BE_FREED, at which
110 #define MAX_SES_TO_BE_FREED 300 macro
H A DkernelSessionUtil.c447 * maximum threshold MAX_SES_TO_BE_FREED, it will free the first
467 if (++ses_delay_freed.count >= MAX_SES_TO_BE_FREED) {
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSession.h110 * the number of sessions queued reaches MAX_SES_TO_BE_FREED, at which
113 #define MAX_SES_TO_BE_FREED 300 macro
H A DkmsSessionUtil.c388 * maximum threshold MAX_SES_TO_BE_FREED, it will free the first
408 if (++ses_delay_freed.count >= MAX_SES_TO_BE_FREED) {
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h202 * the number of sessions queued reaches MAX_SES_TO_BE_FREED, at which
205 #define MAX_SES_TO_BE_FREED 300 macro
H A DsoftSessionUtil.c195 * maximum threshold MAX_SES_TO_BE_FREED, it will free the first
215 if (++ses_delay_freed.count >= MAX_SES_TO_BE_FREED) {

Completed in 33 milliseconds