Lines Matching refs:hash_next
237 (ncp)->hash_next = (hp)->hash_next; \
239 (hp)->hash_next->hash_prev = (ncp); \
240 (hp)->hash_next = (ncp); \
248 (ncp)->hash_prev->hash_next = (ncp)->hash_next; \
249 (ncp)->hash_next->hash_prev = (ncp)->hash_prev; \
251 (ncp)->hash_next = NULL; \
382 hp->hash_next = (ncache_t *)hp; in dnlc_init()
608 for (ncp = hp->hash_next; ncp != (ncache_t *)hp; in dnlc_lookup()
609 ncp = ncp->hash_next) { in dnlc_lookup()
619 ncache_t *next = ncp->hash_next; in dnlc_lookup()
622 prev->hash_next = next; in dnlc_lookup()
624 ncp->hash_next = next = hp->hash_next; in dnlc_lookup()
627 hp->hash_next = ncp; in dnlc_lookup()
714 ncp = nch->hash_next; in dnlc_purge()
718 np = ncp->hash_next; in dnlc_purge()
767 ncp = nch->hash_next; in dnlc_purge_vp()
771 np = ncp->hash_next; in dnlc_purge_vp()
827 ncp = nch->hash_next; in dnlc_purge_vfsp()
831 np = ncp->hash_next; in dnlc_purge_vfsp()
900 if (hp->hash_next == (ncache_t *)hp) in dnlc_fs_purge1()
937 for (ncp = hp->hash_next; ncp != (ncache_t *)hp; ncp = ncp->hash_next) { in dnlc_search()
1035 } while (hp->hash_next == (ncache_t *)hp && hp != start_hp); in do_dnlc_reduce_cache()
1038 if (hp->hash_next == (ncache_t *)hp) { in do_dnlc_reduce_cache()
1069 if (hp->hash_next == (ncache_t *)hp) { in do_dnlc_reduce_cache()