Searched refs:MAX_LOADED_SESSIONS (Results 1 – 5 of 5) sorted by relevance
44 if(entry > MAX_LOADED_SESSIONS) in ContextIdSetOldest()73 for(i = 0; i < MAX_LOADED_SESSIONS; i++) in SessionStartup()76 s_freeSessionSlots = MAX_LOADED_SESSIONS; in SessionStartup()90 if (gr.contextArray[i] <= MAX_LOADED_SESSIONS) in SessionStartup()104 gr.contextCounter = MAX_LOADED_SESSIONS + 1; in SessionStartup()139 || gr.contextArray[handle] > MAX_LOADED_SESSIONS in SessionIsLoaded()173 || gr.contextArray[handle] <= MAX_LOADED_SESSIONS in SessionIsSaved()226 pAssert(sessionIndex < MAX_LOADED_SESSIONS); in SessionGet()258 pAssert(sessionIndex < MAX_LOADED_SESSIONS); in ContextIdSessionCreate()324 for(slotIndex = 0; slotIndex < MAX_LOADED_SESSIONS; slotIndex++) in SessionCreate()[all …]
97 SESSION_SLOT s_sessions[MAX_LOADED_SESSIONS];
116 *value = MAX_LOADED_SESSIONS; in TPMPropertyIsDefined()
1145 extern SESSION_SLOT s_sessions[MAX_LOADED_SESSIONS];
246 #define MAX_LOADED_SESSIONS 3 macro