Searched refs:smCache (Results 1 – 1 of 1) sorted by relevance
780 static SMCacheEnt smCache[3] = { {1,NULL}, {1,NULL}, {1,NULL} }; variable788 if (LIKELY(gaKey == smCache[0].gaKey)) in shmem__find_SecMap()789 return smCache[0].sm; in shmem__find_SecMap()790 if (LIKELY(gaKey == smCache[1].gaKey)) { in shmem__find_SecMap()791 SMCacheEnt tmp = smCache[0]; in shmem__find_SecMap()792 smCache[0] = smCache[1]; in shmem__find_SecMap()793 smCache[1] = tmp; in shmem__find_SecMap()794 return smCache[0].sm; in shmem__find_SecMap()796 if (gaKey == smCache[2].gaKey) { in shmem__find_SecMap()797 SMCacheEnt tmp = smCache[1]; in shmem__find_SecMap()[all …]