Searched defs:cache_next (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnetgroup.c63 struct cache_entry *cache_next; member in struct:cache_entry
199 next = ce->cache_next;
227 for (ce = cache_head; ce; ce = ce->cache_next) {
241 prev = ce, ce = ce->cache_next)
247 prev->cache_next = NULL;
322 entry->cache_next = cache_head;
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c329 cache_ptr cache_next; member in struct:cache_node
426 vicp = &(*vicp)->cache_next)
432 *vicp = victim->cache_next; /* remote from cache */
464 victim->cache_next = uc->uc_entries[loc];
490 for (ent = uc->uc_entries[loc]; ent != NULL; ent = ent->cache_next) {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c652 cache_ptr cache_next; member in struct:cache_node
789 vicp = &(*vicp)->cache_next)
796 *vicp = victim->cache_next; /* remove from cache */
854 victim->cache_next = uc->uc_entries[loc];
893 for (ent = uc->uc_entries[loc]; ent != NULL; ent = ent->cache_next) {
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h296 umem_cache_t *cache_next; /* forward cache linkage */ member in struct:umem_cache
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c112 struct cache_entry *cache_next; member in struct:cache_entry
2512 struct portmap_cache *cache_prev, *cache_next; member in struct:portmap_cache
2526 for (cp = portmap_cache_head; cp; cp = cp->cache_next) {
2537 next = cp->cache_next;
2578 cachep = cachep->cache_next) {
2593 cp = cp->cache_next)
2606 prev->cache_next = NULL;
2620 next = cp->cache_next;
2713 cachep->cache_next = portmap_cache_head;
3729 entry->cache_next
[all...]

Completed in 72 milliseconds