Home
last modified time | relevance | path

Searched refs:nreloc (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/intel/ia32/krtld/
H A Dkobj_reloc.c122 do_relocate(struct module *mp, char *reltbl, Word relshtype, int nreloc, in do_relocate() argument
137 rend = reladdr + nreloc * relocsize; in do_relocate()
279 uint_t nreloc; in do_relocations() local
303 nreloc = rshp->sh_size / rshp->sh_entsize; in do_relocations()
324 nreloc, rshp->sh_entsize, shp->sh_addr) < 0) { in do_relocations()
/titanic_44/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c124 do_relocate(struct module *mp, char *reltbl, Word relshtype, int nreloc, in do_relocate() argument
139 rend = reladdr + nreloc * relocsize; in do_relocate()
285 uint_t nreloc; in do_relocations() local
309 nreloc = rshp->sh_size / rshp->sh_entsize; in do_relocations()
330 nreloc, rshp->sh_entsize, shp->sh_addr) < 0) { in do_relocations()
/titanic_44/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c154 int nreloc, in do_relocate() argument
171 rend = reladdr + nreloc * relocsize; in do_relocate()
344 uint_t nreloc; in do_relocations() local
367 nreloc = rshp->sh_size / rshp->sh_entsize; in do_relocations()
386 nreloc, rshp->sh_entsize, shp->sh_addr) < 0) { in do_relocations()
/titanic_44/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c71 uint_t *pszc, spgcnt_t *nreloc, struct seg *seg, caddr_t addr,
316 spgcnt_t *nreloc, in swap_getconpage() argument
331 ASSERT(nreloc != NULL); in swap_getconpage()
354 *nreloc = 0; in swap_getconpage()
355 pp = page_lookup_create(vp, off, SE_SHARED, conpp, nreloc, 0); in swap_getconpage()
385 if (*nreloc != 0) { in swap_getconpage()
392 *nreloc = 1; in swap_getconpage()
/titanic_44/usr/src/uts/common/vm/
H A Dvm_anon.c1988 spgcnt_t nreloc = 0; in anon_map_getpages() local
2172 NULL, pl, PAGESIZE, conpp, ppa_szc, &nreloc, seg, vaddr, in anon_map_getpages()
2217 if (prealloc && nreloc > 1) { in anon_map_getpages()
2223 spgcnt_t npgs = nreloc; in anon_map_getpages()
2556 spgcnt_t nreloc = 0; in anon_map_privatepages() local
2698 PAGESIZE, conpp, NULL, &nreloc, seg, vaddr, in anon_map_privatepages()
2708 ASSERT(prealloc == 0 || nreloc == 1); in anon_map_privatepages()
2853 spgcnt_t nreloc = 0; in anon_map_createpages() local
3030 &nreloc, seg, addr, S_CREATE, cred); in anon_map_createpages()
3038 ASSERT(nreloc == 1); in anon_map_createpages()
H A Dseg_vn.c3158 spgcnt_t nreloc; in segvn_relocate_pages() local
3190 err = page_relocate(&pp, &repl, 0, 1, &nreloc, NULL); in segvn_relocate_pages()
3191 if (err || nreloc != curnpgs) { in segvn_relocate_pages()
3194 "nreloc=%ld", err, curnpgs, nreloc); in segvn_relocate_pages()
3367 spgcnt_t nreloc; in segvn_fill_vp_pages() local
3617 nreloc = 0; in segvn_fill_vp_pages()
3618 ret = page_relocate(&pp, &newpp, 0, 1, &nreloc, NULL); in segvn_fill_vp_pages()
3619 if (ret != 0 || nreloc == 0) { in segvn_fill_vp_pages()
3624 while (nreloc-- != 0) { in segvn_fill_vp_pages()
/titanic_44/usr/src/uts/common/os/
H A Dmem_config.c695 uint_t nreloc; member
2146 MDSTAT_INCR(mhp, nreloc); in delete_memory_thread()
2937 printf("\t%8u nreloc\n", mhp->mh_delstat.nreloc); in mem_del_stat_print_func()