HomeSort by: relevance | last modified time | path
    Searched defs:npg (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/db/btree/
bt_overflow.c 144 pgno_t npg; local in function:__ovfl_put
161 if ((h = __bt_new(t, &npg)) == NULL)
164 h->pgno = npg;
bt_open.c 355 pgno_t npg; local in function:nroot
372 if ((meta = mpool_newf(t->bt_mp, &npg, MPOOL_PAGE_NEXT)) == NULL)
375 if ((root = mpool_newf(t->bt_mp, &npg, MPOOL_PAGE_NEXT)) == NULL)
378 if (npg != P_ROOT)
380 root->pgno = npg;
bt_split.c 350 pgno_t npg; local in function:bt_page
356 if ((r = __bt_new(t, &npg)) == NULL)
358 r->pgno = npg;
  /src/sys/arch/sparc64/dev/
iommu.c 791 int npg = 0; local in function:iommu_dvmamap_load_raw
961 flags | IOTTE_DEBUG(++npg << 12));
  /src/sys/uvm/
uvm_amap.c 1030 struct vm_page *pg, *npg; local in function:amap_cow_now
1095 npg = uvm_pagealloc(NULL, 0, nanon, 0);
1097 npg = NULL;
1099 if (nanon == NULL || npg == NULL) {
1116 uvm_pagecopy(pg, npg);
1126 uvm_pagelock(npg);
1127 uvm_pageactivate(npg);
1128 uvm_pageunlock(npg);
1129 npg->flags &= ~(PG_BUSY|PG_FAKE);
1130 UVM_PAGE_OWN(npg, NULL)
    [all...]
  /src/sys/arch/sparc/sparc/
pmap.c 4696 int pte, mmupte, *ptep, perpage, npg; local in function:pmap_rmk4_4c
4714 npg = (endva - va) >> PGSHIFT;
4717 } else if (npg > PMAP_SFL_THRESHOLD) {
4785 int tpte, perpage, npg; local in function:pmap_rmk4m
4796 npg = (endva - va) >> PGSHIFT;
4797 if (npg > PMAP_SFL_THRESHOLD) {
4841 int *ptep, pteva, pte, perpage, npg; local in function:pmap_rmu4_4c
4865 npg = (endva - va) >> PGSHIFT;
4869 else if (npg > PMAP_SFL_THRESHOLD) {
4948 int *pte0, perpage, npg; local in function:pmap_rmu4m
6051 int pte, mmupte, *ptep, perpage, npg, inmmu; local in function:pmap_kremove4_4c
6564 int tpte, perpage, npg, s; local in function:pmap_kremove4m
6861 int i, npg, pte; local in function:pmap_copy
    [all...]

Completed in 18 milliseconds