HomeSort by: relevance | last modified time | path
    Searched refs:pv_list (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/sys/arch/ia64/include/
pmap.h 136 * 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); \
  /src/external/gpl2/lvm2/dist/tools/
vgexport.c 25 struct pv_list *pvl;
vgimport.c 25 struct pv_list *pvl;
vgreduce.c 21 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;
pvdisplay.c 24 struct pv_list *pvl;
pvmove.c 106 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);
pvchange.c 27 struct pv_list *pvl;
220 struct pv_list *pvl;
toollib.c 348 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;
pvresize.c 33 struct pv_list *pvl;
pvscan.c 109 struct pv_list *pvl;
vgconvert.c 32 struct pv_list *pvl;
vgmerge.c 93 pv = dm_list_item(pvh, struct pv_list)->pv;
  /src/sys/arch/arm/arm32/
arm32_kvminit.c 333 KASSERT(SLIST_NEXT(pv0, pv_list) == NULL || pv0->pv_pa < SLIST_NEXT(pv0, pv_list)->pv_pa);
339 pv = SLIST_NEXT(pv0, pv_list);
346 SLIST_REMOVE_AFTER(pv0, pv_list);
347 SLIST_INSERT_HEAD(&bmi->bmi_freechunks, pv, pv_list);
352 pvp = &SLIST_NEXT(*pvp, pv_list);
357 SLIST_REMOVE_HEAD(&bmi->bmi_freechunks, pv_list);
359 SLIST_NEXT(new_pv, pv_list) = *pvp;
365 if (SLIST_NEXT(new_pv, pv_list)) {
366 VPRINTF("before pa %#lx\n", SLIST_NEXT(new_pv, pv_list)->pv_pa)
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_provider.h 41 dt_list_t pv_list; /* list forward/back pointers */ member in struct:dt_provider
  /src/external/gpl2/lvm2/dist/lib/metadata/
metadata.c 54 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 *pvl, *tpvl
    [all...]
pv_map.c 129 struct pv_list *pvl;
pv_manip.c 226 * Returns: number of free PEs in a struct pv_list
230 struct pv_list *pvl;
253 struct pv_list *pvl;
metadata-exported.h 344 struct pv_list { struct
571 struct pv_list *pv,
591 struct pv_list *find_pv_in_vg(const struct volume_group *vg,
metadata.h 307 struct pv_list *find_pv_in_pv_list(const struct dm_list *pl,
  /src/sys/arch/ia64/ia64/
pmap.c 747 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) == NULL
    [all...]
  /src/external/gpl2/lvm2/dist/liblvm/
lvm_vg.c 98 struct pv_list *pvl;
188 struct pv_list *pvl;
  /src/external/gpl2/lvm2/dist/include/
metadata-exported.h 344 struct pv_list { struct
571 struct pv_list *pv,
591 struct pv_list *find_pv_in_vg(const struct volume_group *vg,
metadata.h 307 struct pv_list *find_pv_in_pv_list(const struct dm_list *pl,
  /src/external/gpl2/lvm2/dist/lib/format_pool/
import_export.c 107 struct pv_list *pvl;
  /src/sys/arch/vax/vax/
pmap.c 1688 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 55 milliseconds

1 2