Searched refs:pv_list (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/sys/arch/ia64/include/
H A Dpmap.h136 * mappings of that page. An entry is a pv_entry_t, the list is pv_list.
140 TAILQ_ENTRY(pv_entry) pv_list; member in struct:pv_entry
179 TAILQ_HEAD(,pv_entry) pv_list; member in struct:vm_page_md
189 TAILQ_INIT(&(pg)->mdpage.pv_list); \
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dvgexport.c25 struct pv_list *pvl;
H A Dvgimport.c25 struct pv_list *pvl;
H A Dvgreduce.c21 static int _remove_pv(struct volume_group *vg, struct pv_list *pvl, int silent)
138 struct pv_list *pvl;
170 struct pv_list *pvl;
228 pvl = dm_list_item(pvh, struct pv_list);
385 struct pv_list *pvl;
H A Dpvdisplay.c24 struct pv_list *pvl;
H A Dpvmove.c106 struct pv_list *pvl;
117 pvl = dm_list_item(pvh, struct pv_list);
149 struct pv_list *pvl;
153 pvl = dm_list_item(source_pvl->n, struct pv_list);
H A Dpvchange.c27 struct pv_list *pvl;
220 struct pv_list *pvl;
H A Dtoollib.c348 struct pv_list *pvl;
564 struct pv_list *pvl;
643 struct pv_list *pvl;
996 static int _create_pv_entry(struct dm_pool *mem, struct pv_list *pvl,
1000 struct pv_list *new_pvl = NULL, *pvl2;
1055 struct pv_list *pvl;
1119 struct pv_list *pvl, *new_pvl;
H A Dpvresize.c33 struct pv_list *pvl;
H A Dpvscan.c109 struct pv_list *pvl;
H A Dvgconvert.c32 struct pv_list *pvl;
H A Dvgmerge.c93 pv = dm_list_item(pvh, struct pv_list)->pv;
/netbsd-current/sys/arch/arm/arm32/
H A Darm32_kvminit.c336 KASSERT(SLIST_NEXT(pv0, pv_list) == NULL || pv0->pv_pa < SLIST_NEXT(pv0, pv_list)->pv_pa);
342 pv = SLIST_NEXT(pv0, pv_list);
349 SLIST_REMOVE_AFTER(pv0, pv_list);
350 SLIST_INSERT_HEAD(&bmi->bmi_freechunks, pv, pv_list);
355 pvp = &SLIST_NEXT(*pvp, pv_list);
360 SLIST_REMOVE_HEAD(&bmi->bmi_freechunks, pv_list);
362 SLIST_NEXT(new_pv, pv_list) = *pvp;
368 if (SLIST_NEXT(new_pv, pv_list)) {
369 VPRINTF("before pa %#lx\n", SLIST_NEXT(new_pv, pv_list)
[all...]
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_provider.h41 dt_list_t pv_list; /* list forward/back pointers */ member in struct:dt_provider
/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dmetadata.c54 static struct pv_list *_find_pv_in_vg(const struct volume_group *vg,
155 struct pv_list *pvl;
163 log_error("pv_list allocation for '%s' failed", pv_name);
262 static struct pv_list *_copy_pvl(struct dm_pool *pvmem, struct pv_list *pvl_from)
264 struct pv_list *pvl_to = NULL;
286 struct pv_list *pvl;
319 struct pv_list *pvl;
440 struct pv_list *pvl;
477 struct pv_list *pv
[all...]
H A Dpv_map.c129 struct pv_list *pvl;
H A Dpv_manip.c226 * Returns: number of free PEs in a struct pv_list
230 struct pv_list *pvl;
253 struct pv_list *pvl;
H A Dmetadata-exported.h344 struct pv_list { struct
571 struct pv_list *pv,
591 struct pv_list *find_pv_in_vg(const struct volume_group *vg,
H A Dmetadata.h307 struct pv_list *find_pv_in_pv_list(const struct dm_list *pl,
/netbsd-current/sys/arch/ia64/ia64/
H A Dpmap.c747 TAILQ_REMOVE(&m->mdpage.pv_list, pv, pv_list);
749 if (TAILQ_EMPTY(&m->mdpage.pv_list))
943 TAILQ_INSERT_TAIL(&m->mdpage.pv_list, pv, pv_list);
1055 TAILQ_FOREACH(pv, &m->mdpage.pv_list, pv_list) {
1062 TAILQ_REMOVE(&m->mdpage.pv_list, pv, pv_list);
1064 if (TAILQ_FIRST(&m->mdpage.pv_list)
[all...]
/netbsd-current/external/gpl2/lvm2/dist/liblvm/
H A Dlvm_vg.c98 struct pv_list *pvl;
188 struct pv_list *pvl;
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dmetadata-exported.h344 struct pv_list { struct
571 struct pv_list *pv,
591 struct pv_list *find_pv_in_vg(const struct volume_group *vg,
H A Dmetadata.h307 struct pv_list *find_pv_in_pv_list(const struct dm_list *pl,
/netbsd-current/external/gpl2/lvm2/dist/lib/format_pool/
H A Dimport_export.c107 struct pv_list *pvl;
/netbsd-current/sys/arch/vax/vax/
H A Dpmap.c1688 struct pv_entry *pv_list; variable in typeref:struct:pv_entry
1702 tmp = pv_list;
1703 pv_list = tmp->pv_next;
1716 pv->pv_next = pv_list;
1717 pv_list = pv;
1740 pv[count - 1].pv_next = pv_list;
1741 pv_list = pv;

Completed in 283 milliseconds

12