Home
last modified time | relevance | path

Searched refs:hash_next (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h151 (var)->field.hash_next
159 if ((var)->field.hash_next != NULL) \
160 (var)->field.hash_next->field.hash_pp = \
161 &((var)->field.hash_next); \
173 (var)->field.hash_next = head; \
176 if ((var)->field.hash_next != NULL) \
178 &((var)->field.hash_next); \
184 if (var->field.hash_next) \
185 var->field.hash_next->field.hash_pp = \
193 var->field.hash_next = NULL; \
[all …]
/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c237 (ncp)->hash_next = (hp)->hash_next; \
248 (ncp)->hash_prev->hash_next = (ncp)->hash_next; \
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()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddnlc.h79 struct ncache *hash_next; /* hash chain, MUST BE FIRST */ member
97 ncache_t *hash_next; member
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc_impl.h58 struct oversize *hash_next; member
H A Dmtmalloc.c229 big->hash_next = ovsz_hashtab[bucket]; in insert_hash()
390 opp = &(*opp)->hash_next) in free()
401 *opp = big->hash_next; /* remove big from the hash table */ in free()
402 big->hash_next = NULL; in free()
1492 ovsz_hdr->hash_next = NULL; in oversize_header_alloc()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddnlc.c81 addr = (uintptr_t)hash.hash_next; in dnlc_walk_step()
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c174 next = ncp->hash_next; in dnlc_free()
265 nc_va = (uintptr_t)(nch.hash_next); in dnlc_load()
332 nc_va = (uintptr_t)(ncp->hash_next); in dnlc_load()
333 ncp->hash_next = dnlc_hash[hash]; in dnlc_load()
356 for (ent = dnlc_hash[i]; ent != NULL; ent = ent->hash_next) { in dnlcdump()
525 for (ent = dnlc_hash[MDB_DNLC_HASH(addr)]; ent; ent = ent->hash_next) { in mdb_vnode2path()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c940 for (; src != NULL; src = src->ipsp_hash.hash_next) { in ipsec_copy_chain()
1443 p = p->ipsp_hash.hash_next) { in ipsec_req_from_head()
1952 for (p = chain; p != NULL; p = p->ipsp_hash.hash_next) { in ipsec_find_policy_chain()
3352 np = ap->ipa_hash.hash_next; in ipsec_action_reclaim_stack()
3562 nip = ip->ipsp_hash.hash_next; in ipsec_policy_delete()
3681 for (p2 = head; p2 != NULL; p2 = p2->ipsp_hash.hash_next) { in ipsec_check_policy()
3697 for (p2 = head; p2 != NULL; p2 = p2->ipsp_hash.hash_next) { in ipsec_check_policy()
3858 nip = ip->ipsp_hash.hash_next; in ipsec_ipr_flush()
3868 nip = ip->ipsp_hash.hash_next; in ipsec_ipr_flush()
H A Dspdsock.c1867 ss->spdsock_dump_cur_rule = cur->ipsp_hash.hash_next; in spdsock_dump_next_in_chain()
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1868 pol = pol->ipsp_hash.hash_next; in iptun_max_policy_overhead()