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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h234 * the number of objects queued reaches MAX_OBJ_TO_BE_FREED, at which
237 #define MAX_OBJ_TO_BE_FREED 300 macro
H A DkernelObjectUtil.c1052 * maximum threshold MAX_OBJ_TO_BE_FREED, it will free the first
1072 if (++obj_delay_freed.count >= MAX_OBJ_TO_BE_FREED) {
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h119 #define MAX_OBJ_TO_BE_FREED 300 macro
529 * the number of objects queued reaches MAX_OBJ_TO_BE_FREED or
H A DmetaObjectManager.c1781 * maximum threshold MAX_OBJ_TO_BE_FREED, it will free the first
1801 if (++obj_delay_freed.count >= MAX_OBJ_TO_BE_FREED) {
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h343 * the number of objects queued reaches MAX_OBJ_TO_BE_FREED, at which
346 #define MAX_OBJ_TO_BE_FREED 300 macro
H A DsoftObjectUtil.c385 * maximum threshold MAX_OBJ_TO_BE_FREED, it will free the first
405 if (++obj_delay_freed.count >= MAX_OBJ_TO_BE_FREED) {

Completed in 123 milliseconds