Searched refs:hq (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1065 nfsidhq_t *hq = NULL; local
1070 for (i = 0, hq = cip->table; i < NFSID_CACHE_ANCHORS; i++, hq++) {
1071 hq->hq_que_forw = hq;
1072 hq->hq_que_back = hq;
1073 mutex_init(&(hq->hq_lock), NULL, MUTEX_DEFAULT, NULL);
1093 nfsidhq_t *hq; local
1103 for (i = 0, hq
1172 nfsidhq_t *hq; local
1207 nfsidhq_t *hq; local
1279 nfsidhq_t *hq; local
1358 nfsidhq_t *hq; local
1458 nfsidhq_t *hq; local
1525 nfsidhq_t *hq; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c146 CIRCLEQ_INSERT_HEAD(head, bp, hq);
171 CIRCLEQ_REMOVE(head, bp, hq);
211 CIRCLEQ_REMOVE(head, bp, hq);
212 CIRCLEQ_INSERT_HEAD(head, bp, hq);
264 CIRCLEQ_INSERT_HEAD(head, bp, hq);
378 CIRCLEQ_REMOVE(head, bp, hq);
453 for (bp = head->cqh_first; bp != (void *)head; bp = bp->hq.cqe_next)
H A Dmpool.h64 CIRCLEQ_ENTRY(_bkt) hq; /* hash queue */ member in struct:_bkt
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_strtab.c101 dt_strhash_t *hp, *hq; local
105 for (hp = sp->str_hash[i]; hp != NULL; hp = hq) {
106 hq = hp->str_next;
/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dstrtab.c69 strhash_t *hp, *hq; local
73 for (hp = sp->str_hash[i]; hp != NULL; hp = hq) {
74 hq = hp->str_next;
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_fget.c167 bhp != NULL; bhp = SH_TAILQ_NEXT(bhp, hq, __bh)) {
267 SH_TAILQ_INSERT_HEAD(&dbmp->htab[bucket], bhp, hq, __bh);
H A Dmp_pr.c243 bhp != NULL; bhp = SH_TAILQ_NEXT(bhp, hq, __bh))
H A Dmp_bh.c529 SH_TAILQ_REMOVE(&dbmp->htab[off], bhp, hq, __bh);
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/include/
H A Dmp.h284 SH_TAILQ_ENTRY hq; /* MPOOL hash bucket queue. */ member in struct:__bh
/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1423 struct qelem hq; member in struct:reghashq
1507 insque(&rcp->hash.hq, &reghash[key]);
1547 remque(&rcp->hash.hq);

Completed in 133 milliseconds