Searched refs:grcache (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/krb5/Solaris/
H A Drc_mem.c39 struct global_rcache grcache = {K5_MUTEX_PARTIAL_INITIALIZER, NULL}; variable in typeref:struct:global_rcache
164 k5_mutex_lock(&grcache.lock);
169 k5_mutex_unlock(&grcache.lock);
192 k5_mutex_lock(&grcache.lock);
196 k5_mutex_unlock(&grcache.lock);
226 k5_mutex_lock(&grcache.lock);
233 if (grcache.data != NULL) {
234 id->data = (krb5_pointer)grcache.data;
235 k5_mutex_unlock(&grcache.lock);
240 k5_mutex_unlock(&grcache
[all...]
H A Drc_mem.h34 extern struct global_rcache grcache;

Completed in 50 milliseconds