Searched refs:pg_next (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma_page.c | 189 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 D | cma.h | 48 struct cma_page *pg_next; /* List of page retirements for retry */ member
|
/titanic_50/usr/src/uts/common/disp/ |
H A D | cmt.c | 1744 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_50/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 1873 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 D | midlevel_impl.h | 67 struct scf_simple_pg *pg_next; member
|
/titanic_50/usr/src/cmd/sendmail/db/include/ |
H A D | db_page.h | 202 #define P_INIT(pg, pg_size, n, pg_prev, pg_next, btl, pg_type) do { \ argument 205 NEXT_PGNO(pg) = pg_next; \
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_tables.c | 301 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 D | mpd_tables.h | 155 struct phyint_group *pg_next; /* Next phyint group */ member
|
H A D | mpd_main.c | 306 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()
|