HomeSort by relevance Sort by last modified time
    Searched refs:npages (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xen/
privcmd.h 49 __u64 npages; member in struct:privcmd_mmap_entry
  /external/strace/
numa.c 163 const kernel_ulong_t npages = tcp->u_arg[1]; local
167 tprintf("%d, %" PRI_klu ", ", (int) tcp->u_arg[0], npages);
168 print_array(tcp, tcp->u_arg[2], npages, &buf, current_wordsize,
171 print_array(tcp, tcp->u_arg[3], npages, &buf, sizeof(int),
175 print_array(tcp, tcp->u_arg[4], npages, &buf, sizeof(int),
  /bionic/libc/kernel/uapi/xen/
privcmd.h 31 __u64 npages; member in struct:privcmd_mmap_entry
  /external/kernel-headers/original/uapi/xen/
privcmd.h 52 __u64 npages; member in struct:privcmd_mmap_entry
  /prebuilts/go/darwin-x86/src/runtime/
mheap.go 118 // and heapmap(s->start) == span, heapmap(s->start+s->npages-1) == span.
121 // and heapmap(i) == span for all s->start <= i < s->start+s->npages.
174 npages uintptr // number of pages in span
246 elemsize uintptr // computed from sizeclass or from npages
259 total = s.npages << _PageShift
328 return b < s.base()+s.npages<<_PageShift
385 *size = s.npages << _PageShift
459 // Sweeps spans in list until reclaims at least npages into heap.
461 func (h *mheap) reclaimList(list *mSpanList, npages uintptr) uintptr {
471 snpages := s.npages
    [all...]
mksizeclasses.go 89 npages int // number of pages
128 npages := allocsize / pageSize
135 if len(classes) > 1 && npages == classes[len(classes)-1].npages && allocsize/size == allocsize/classes[len(classes)-1].size {
139 classes = append(classes, class{size: size, npages: npages})
153 psize := c.npages * pageSize
174 // for all 0 <= n < c.npages * pageSize
183 max := c.npages*pageSize - 1
250 spanSize := c.npages * pageSiz
    [all...]
mcentral.go 104 cap := int32((s.npages << _PageShift) / s.elemsize)
145 cap := int32((s.npages << _PageShift) / s.elemsize)
208 npages := uintptr(class_to_allocnpages[c.sizeclass])
210 n := (npages << _PageShift) / size
212 s := mheap_.alloc(npages, c.sizeclass, false, true)
mgcsweep.go 109 npages := s.npages
114 npages = 0
117 return npages
184 atomic.Xadd64(&mheap_.pagesSwept, int64(s.npages))
  /prebuilts/go/linux-x86/src/runtime/
mheap.go 118 // and heapmap(s->start) == span, heapmap(s->start+s->npages-1) == span.
121 // and heapmap(i) == span for all s->start <= i < s->start+s->npages.
174 npages uintptr // number of pages in span
246 elemsize uintptr // computed from sizeclass or from npages
259 total = s.npages << _PageShift
328 return b < s.base()+s.npages<<_PageShift
385 *size = s.npages << _PageShift
459 // Sweeps spans in list until reclaims at least npages into heap.
461 func (h *mheap) reclaimList(list *mSpanList, npages uintptr) uintptr {
471 snpages := s.npages
    [all...]
mksizeclasses.go 89 npages int // number of pages
128 npages := allocsize / pageSize
135 if len(classes) > 1 && npages == classes[len(classes)-1].npages && allocsize/size == allocsize/classes[len(classes)-1].size {
139 classes = append(classes, class{size: size, npages: npages})
153 psize := c.npages * pageSize
174 // for all 0 <= n < c.npages * pageSize
183 max := c.npages*pageSize - 1
250 spanSize := c.npages * pageSiz
    [all...]
mcentral.go 104 cap := int32((s.npages << _PageShift) / s.elemsize)
145 cap := int32((s.npages << _PageShift) / s.elemsize)
208 npages := uintptr(class_to_allocnpages[c.sizeclass])
210 n := (npages << _PageShift) / size
212 s := mheap_.alloc(npages, c.sizeclass, false, true)
mgcsweep.go 109 npages := s.npages
114 npages = 0
117 return npages
184 atomic.Xadd64(&mheap_.pagesSwept, int64(s.npages))
  /external/f2fs-tools/tools/
f2fstat.c 158 int npages; local
161 npages = strtoul(head, &tail, 10);
164 node_kb = npages * 4;
167 meta_kb = npages * 4;
  /external/jemalloc/src/
arena.c 187 size_t npages)
191 assert(npages == (arena_mapbits_unallocated_size_get(chunk, pageind) >>
193 assert((npages << LG_PAGE) < chunksize);
201 size_t npages)
205 assert(npages == (arena_mapbits_unallocated_size_get(chunk, pageind) >>
207 assert((npages << LG_PAGE) < chunksize);
215 size_t npages)
220 assert(npages == (arena_mapbits_unallocated_size_get(chunk, pageind) >>
223 assert(arena_mapbits_dirty_get(chunk, pageind+npages-1) ==
228 arena->ndirty += npages;
1538 size_t npages; local
1575 size_t npages; local
1671 size_t npages; local
1865 size_t pageind, npages; local
3096 size_t npages = (oldsize + large_pad) >> LG_PAGE; local
    [all...]
  /development/ndk/platforms/android-9/include/linux/
nfs_xdr.h 473 unsigned int npages; member in struct:nfs_read_data
489 unsigned int npages; member in struct:nfs_write_data
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
nfs_xdr.h 473 unsigned int npages; member in struct:nfs_read_data
489 unsigned int npages; member in struct:nfs_write_data
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
nfs_xdr.h 473 unsigned int npages; member in struct:nfs_read_data
489 unsigned int npages; member in struct:nfs_write_data
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
nfs_xdr.h 473 unsigned int npages; member in struct:nfs_read_data
489 unsigned int npages; member in struct:nfs_write_data
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
nfs_xdr.h 473 unsigned int npages; member in struct:nfs_read_data
489 unsigned int npages; member in struct:nfs_write_data
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
nfs_xdr.h 473 unsigned int npages; member in struct:nfs_read_data
489 unsigned int npages; member in struct:nfs_write_data
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
nfs_xdr.h 473 unsigned int npages; member in struct:nfs_read_data
489 unsigned int npages; member in struct:nfs_write_data
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
nfs_xdr.h 473 unsigned int npages; member in struct:nfs_read_data
489 unsigned int npages; member in struct:nfs_write_data
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
nfs_xdr.h 473 unsigned int npages; member in struct:nfs_read_data
489 unsigned int npages; member in struct:nfs_write_data
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
nfs_xdr.h 473 unsigned int npages; member in struct:nfs_read_data
489 unsigned int npages; member in struct:nfs_write_data
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
nfs_xdr.h 473 unsigned int npages; member in struct:nfs_read_data
489 unsigned int npages; member in struct:nfs_write_data

Completed in 1126 milliseconds

1 2 3 4