Home
last modified time | relevance | path

Searched refs:pg_next (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_page.c189 page->pg_next = cma.cma_pages; in cma_page_retire()
265 *pagep = page->pg_next; in cma_page_retry()
273 pagep = &page->pg_next; in cma_page_retry()
300 cma.cma_pages = page->pg_next; in cma_page_fini()
H A Dcma.h48 struct cma_page *pg_next; /* List of page retirements for retry */ member
/titanic_41/usr/src/uts/common/disp/
H A Dcmt.c1744 pg_cmt_t *pg, *pg_next, *pg_bad, *pg_tmp, *parent; in pg_cmt_lineage_validate() local
1759 pg_next = lineage[i + 1]; in pg_cmt_lineage_validate()
1761 pg_next = NULL; in pg_cmt_lineage_validate()
1767 ASSERT(pg_next == NULL || in pg_cmt_lineage_validate()
1768 (PG_NUM_CPUS((pg_t *)pg) <= PG_NUM_CPUS((pg_t *)pg_next))); in pg_cmt_lineage_validate()
1839 if (pg_next != NULL && in pg_cmt_lineage_validate()
1840 pg_cpu_find((pg_t *)pg_next, cp) == B_FALSE) { in pg_cmt_lineage_validate()
1932 if ((PG_NUM_CPUS((pg_t *)pg) < PG_NUM_CPUS((pg_t *)pg_next)) && in pg_cmt_lineage_validate()
1936 PG_NUM_CPUS((pg_t *)pg_next)) { in pg_cmt_lineage_validate()
1937 if (PG_CMT_HW_SUSPECT(((pghw_t *)pg_next)->pghw_hw)) { in pg_cmt_lineage_validate()
[all …]
/titanic_41/usr/src/lib/libscf/common/
H A Dmidlevel.c1873 thispg->pg_next = NULL; in scf_simple_app_props_get()
1890 nextpg->pg_next = NULL; in scf_simple_app_props_get()
1892 thispg->pg_next = nextpg; in scf_simple_app_props_get()
1999 if (thispg->pg_next == NULL) in scf_simple_app_props_get()
2002 thispg = thispg->pg_next; in scf_simple_app_props_get()
2034 nextpg->pg_next = NULL; in scf_simple_app_props_get()
2048 thispg->pg_next = nextpg; in scf_simple_app_props_get()
2145 pgnext = pgthis->pg_next; in scf_simple_app_props_free()
2191 while ((this->pg_proplist == NULL) && (this->pg_next != NULL)) in scf_simple_app_props_next()
2192 this = this->pg_next; in scf_simple_app_props_next()
[all …]
H A Dmidlevel_impl.h67 struct scf_simple_pg *pg_next; member
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h202 #define P_INIT(pg, pg_size, n, pg_prev, pg_next, btl, pg_type) do { \ argument
205 NEXT_PGNO(pg) = pg_next; \
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c301 for (pg = phyint_groups; pg != NULL; pg = pg->pg_next) { in phyint_group_lookup()
491 pg->pg_next = phyint_groups; in phyint_group_insert()
1117 pg->pg_prev->pg_next = pg->pg_next; in phyint_group_delete()
1119 phyint_groups = pg->pg_next; in phyint_group_delete()
1121 if (pg->pg_next != NULL) in phyint_group_delete()
1122 pg->pg_next->pg_prev = pg->pg_prev; in phyint_group_delete()
1124 pg->pg_next = NULL; in phyint_group_delete()
3348 for (ngroup = 0, pg = phyint_groups; pg != NULL; pg = pg->pg_next) in getgrouplist()
3352 for (i = 0, pg = phyint_groups; pg != NULL; pg = pg->pg_next, i++) { in getgrouplist()
H A Dmpd_tables.h155 struct phyint_group *pg_next; /* Next phyint group */ member
H A Dmpd_main.c306 for (pg = phyint_groups; pg != NULL; pg = pg->pg_next) { in initifs()
445 next_pg = pg->pg_next; in initifs()
873 for (pg = phyint_groups; pg != NULL; pg = pg->pg_next) { in check_config()