Searched defs:cache_head (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc_impl.h72 typedef struct cache_head { struct
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c87 static struct cache_entry *cache_head; /* cache (in LRU order) */ variable in typeref:struct:cache_entry
499 cache_head = &_rpc_authdes_cache[0];
505 cache_head->index = 0;
507 cache_head->next = &_rpc_authdes_cache[1];
508 cache_head->prev = cache_tail;
509 cache_tail->next = cache_head;
524 return (cache_head->index); /* list in lru order */
547 } else if (cache_head == curr) {
548 cache_head = cache_head
[all...]

Completed in 21 milliseconds