/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_idmap.c | 1065 nfsidhq_t *hq = NULL; in nfs_idmap_cache_create() local 1070 for (i = 0, hq = cip->table; i < NFSID_CACHE_ANCHORS; i++, hq++) { in nfs_idmap_cache_create() 1071 hq->hq_que_forw = hq; in nfs_idmap_cache_create() 1072 hq->hq_que_back = hq; in nfs_idmap_cache_create() 1073 mutex_init(&(hq->hq_lock), NULL, MUTEX_DEFAULT, NULL); in nfs_idmap_cache_create() 1093 nfsidhq_t *hq; in nfs_idmap_cache_destroy() local 1103 for (i = 0, hq = cip->table; i < NFSID_CACHE_ANCHORS; i++, hq++) in nfs_idmap_cache_destroy() 1104 mutex_destroy(&(hq->hq_lock)); in nfs_idmap_cache_destroy() 1172 nfsidhq_t *hq; in nfs_idmap_cache_flush() local 1174 for (i = 0, hq = cip->table; i < NFSID_CACHE_ANCHORS; i++, hq++) { in nfs_idmap_cache_flush() [all …]
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/ |
H A D | lm_l5.c | 1949 iscsi->hq.base_size = pdev->iscsi_info.run_time.hq_size * sizeof(struct iscsi_hq_bd); in lm_sc_alloc_con_phys_mem() 1950 iscsi->hq.base_virt = mm_rt_alloc_phys_mem(pdev, in lm_sc_alloc_con_phys_mem() 1951 iscsi->hq.base_size, in lm_sc_alloc_con_phys_mem() 1952 &iscsi->hq.base_phy, in lm_sc_alloc_con_phys_mem() 1955 if CHK_NULL(iscsi->hq.base_virt) in lm_sc_alloc_con_phys_mem() 1961 mm_memset(iscsi->hq.base_virt, 0, iscsi->hq.base_size); in lm_sc_alloc_con_phys_mem() 1964 iscsi->hq.base_virt, in lm_sc_alloc_con_phys_mem() 1965 &iscsi->hq.base_phy, in lm_sc_alloc_con_phys_mem() 1966 iscsi->hq.base_size, in lm_sc_alloc_con_phys_mem() 1967 &iscsi->hq.pbl_phys_table_virt, in lm_sc_alloc_con_phys_mem() [all …]
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/ |
H A D | mpool.c | 146 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 D | mpool.h | 62 CIRCLEQ_ENTRY(_bkt) hq; /* hash queue */
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_strtab.c | 99 dt_strhash_t *hp, *hq; in dt_strtab_destroy() local 103 for (hp = sp->str_hash[i]; hp != NULL; hp = hq) { in dt_strtab_destroy() 104 hq = hp->str_next; in dt_strtab_destroy()
|
/illumos-gate/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_fget.c | 167 bhp != NULL; bhp = SH_TAILQ_NEXT(bhp, hq, __bh)) { 267 SH_TAILQ_INSERT_HEAD(&dbmp->htab[bucket], bhp, hq, __bh);
|
H A D | mp_pr.c | 243 bhp != NULL; bhp = SH_TAILQ_NEXT(bhp, hq, __bh))
|
H A D | mp_bh.c | 529 SH_TAILQ_REMOVE(&dbmp->htab[off], bhp, hq, __bh);
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | mp.h | 284 SH_TAILQ_ENTRY hq; /* MPOOL hash bucket queue. */ member
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/ |
H A D | lm_l5st.h | 199 lm_iscsi_pbl_t hq; member
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk1.c | 1416 struct qelem hq; member 1500 insque(&rcp->hash.hq, ®hash[key]); in int_regwcomp() 1540 remque(&rcp->hash.hq); in int_regwfree()
|