Home
last modified time | relevance | path

Searched refs:spg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c5639 if (spg != NULL && in rc_svc_prop_exists()
5641 rc_node_rele(spg); in rc_svc_prop_exists()
5642 spg = NULL; in rc_svc_prop_exists()
5646 if (spg == NULL) in rc_svc_prop_exists()
5648 pg = spg; in rc_svc_prop_exists()
5649 spg = NULL; in rc_svc_prop_exists()
5668 if (spg != NULL) in rc_svc_prop_exists()
5677 if (spg != NULL) in rc_svc_prop_exists()
5678 rc_node_rele(spg); in rc_svc_prop_exists()
5688 if (spg == NULL) in rc_svc_prop_exists()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c176 cidx = eq->spg->cidx; /* stable snapshot */ in reclaimable()
1799 eq->spg = (void *)&eq->desc[eq->cap]; in alloc_eq()
3028 end = (uintptr_t)txq->eq.spg; in write_ulp_cpl_sgl()
3102 if ((uintptr_t)(*to) + len <= (uintptr_t)eq->spg) { in copy_to_txd()
3106 int portion = (uintptr_t)eq->spg - (uintptr_t)(*to); in copy_to_txd()
3201 cidx = eq->spg->cidx; /* stable snapshot */ in reclaim_tx_descs()
H A Dadapter.h248 struct sge_qstat *spg; /* status page, for convenience */ member