Home
last modified time | relevance | path

Searched refs:pagesInUse (Results 1 – 25 of 88) sorted by relevance

1234

/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dexport_test.go233 func CountPagesInUse() (pagesInUse, counted uintptr) {
236 pagesInUse = uintptr(mheap_.pagesInUse)
H A Dgc_test.go447 pagesInUse, counted := runtime.CountPagesInUse()
448 if pagesInUse != counted {
449 t.Fatalf("mheap_.pagesInUse is %d, but direct count is %d", pagesInUse, counted)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dmgcpacer.go765 pagesInUse := atomic.Load64(&mheap_.pagesInUse)
766 sweepDistancePages := int64(pagesInUse) - int64(pagesSwept)
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dexport_test.go235 func CountPagesInUse() (pagesInUse, counted uintptr) {
238 pagesInUse = uintptr(mheap_.pagesInUse)
H A Dgc_test.go451 pagesInUse, counted := runtime.CountPagesInUse()
452 if pagesInUse != counted {
453 t.Fatalf("mheap_.pagesInUse is %d, but direct count is %d", pagesInUse, counted)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dexport_test.go235 func CountPagesInUse() (pagesInUse, counted uintptr) {
238 pagesInUse = uintptr(mheap_.pagesInUse)
H A Dgc_test.go451 pagesInUse, counted := runtime.CountPagesInUse()
452 if pagesInUse != counted {
453 t.Fatalf("mheap_.pagesInUse is %d, but direct count is %d", pagesInUse, counted)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dexport_test.go235 func CountPagesInUse() (pagesInUse, counted uintptr) {
238 pagesInUse = uintptr(mheap_.pagesInUse)
H A Dgc_test.go451 pagesInUse, counted := runtime.CountPagesInUse()
452 if pagesInUse != counted {
453 t.Fatalf("mheap_.pagesInUse is %d, but direct count is %d", pagesInUse, counted)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dexport_test.go235 func CountPagesInUse() (pagesInUse, counted uintptr) {
238 pagesInUse = uintptr(mheap_.pagesInUse)
H A Dgc_test.go451 pagesInUse, counted := runtime.CountPagesInUse()
452 if pagesInUse != counted {
453 t.Fatalf("mheap_.pagesInUse is %d, but direct count is %d", pagesInUse, counted)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dexport_test.go235 func CountPagesInUse() (pagesInUse, counted uintptr) {
238 pagesInUse = uintptr(mheap_.pagesInUse)
H A Dgc_test.go451 pagesInUse, counted := runtime.CountPagesInUse()
452 if pagesInUse != counted {
453 t.Fatalf("mheap_.pagesInUse is %d, but direct count is %d", pagesInUse, counted)
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dexport_test.go235 func CountPagesInUse() (pagesInUse, counted uintptr) {
238 pagesInUse = uintptr(mheap_.pagesInUse)
H A Dgc_test.go451 pagesInUse, counted := runtime.CountPagesInUse()
452 if pagesInUse != counted {
453 t.Fatalf("mheap_.pagesInUse is %d, but direct count is %d", pagesInUse, counted)
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/fs/yaffs2/
H A Dyaffs_guts.c446 if(bi->pagesInUse < 0 || bi->pagesInUse > dev->nChunksPerBlock || in yaffs_VerifyBlock()
2607 int pagesInUse = 0; in yaffs_FindBlockForGarbageCollection() local
2623 pagesInUse = (bi->pagesInUse - bi->softDeletions); in yaffs_FindBlockForGarbageCollection()
2648 pagesInUse = in yaffs_FindBlockForGarbageCollection()
2680 pagesInUse = 0; in yaffs_FindBlockForGarbageCollection()
2686 (bi->pagesInUse - bi->softDeletions) < pagesInUse && in yaffs_FindBlockForGarbageCollection()
2689 pagesInUse = (bi->pagesInUse - bi->softDeletions); in yaffs_FindBlockForGarbageCollection()
2754 bi->pagesInUse = 0; in yaffs_BlockBecameDirty()
2865 bi->pagesInUse++; in yaffs_AllocateChunk()
3535 bi->pagesInUse--; in yaffs_DeleteChunk()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/fs/yaffs2/
H A Dyaffs_guts.c446 if(bi->pagesInUse < 0 || bi->pagesInUse > dev->nChunksPerBlock || in yaffs_VerifyBlock()
2607 int pagesInUse = 0; in yaffs_FindBlockForGarbageCollection() local
2623 pagesInUse = (bi->pagesInUse - bi->softDeletions); in yaffs_FindBlockForGarbageCollection()
2648 pagesInUse = in yaffs_FindBlockForGarbageCollection()
2680 pagesInUse = 0; in yaffs_FindBlockForGarbageCollection()
2686 (bi->pagesInUse - bi->softDeletions) < pagesInUse && in yaffs_FindBlockForGarbageCollection()
2689 pagesInUse = (bi->pagesInUse - bi->softDeletions); in yaffs_FindBlockForGarbageCollection()
2754 bi->pagesInUse = 0; in yaffs_BlockBecameDirty()
2865 bi->pagesInUse++; in yaffs_AllocateChunk()
3535 bi->pagesInUse--; in yaffs_DeleteChunk()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/fs/yaffs2/
H A Dyaffs_guts.c446 if(bi->pagesInUse < 0 || bi->pagesInUse > dev->nChunksPerBlock || in yaffs_VerifyBlock()
2607 int pagesInUse = 0; in yaffs_FindBlockForGarbageCollection() local
2623 pagesInUse = (bi->pagesInUse - bi->softDeletions); in yaffs_FindBlockForGarbageCollection()
2648 pagesInUse = in yaffs_FindBlockForGarbageCollection()
2680 pagesInUse = 0; in yaffs_FindBlockForGarbageCollection()
2686 (bi->pagesInUse - bi->softDeletions) < pagesInUse && in yaffs_FindBlockForGarbageCollection()
2689 pagesInUse = (bi->pagesInUse - bi->softDeletions); in yaffs_FindBlockForGarbageCollection()
2754 bi->pagesInUse = 0; in yaffs_BlockBecameDirty()
2865 bi->pagesInUse++; in yaffs_AllocateChunk()
3535 bi->pagesInUse--; in yaffs_DeleteChunk()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/fs/yaffs2/
H A Dyaffs_guts.c446 if(bi->pagesInUse < 0 || bi->pagesInUse > dev->nChunksPerBlock || in yaffs_VerifyBlock()
2607 int pagesInUse = 0; in yaffs_FindBlockForGarbageCollection() local
2623 pagesInUse = (bi->pagesInUse - bi->softDeletions); in yaffs_FindBlockForGarbageCollection()
2648 pagesInUse = in yaffs_FindBlockForGarbageCollection()
2680 pagesInUse = 0; in yaffs_FindBlockForGarbageCollection()
2686 (bi->pagesInUse - bi->softDeletions) < pagesInUse && in yaffs_FindBlockForGarbageCollection()
2689 pagesInUse = (bi->pagesInUse - bi->softDeletions); in yaffs_FindBlockForGarbageCollection()
2754 bi->pagesInUse = 0; in yaffs_BlockBecameDirty()
2865 bi->pagesInUse++; in yaffs_AllocateChunk()
3535 bi->pagesInUse--; in yaffs_DeleteChunk()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/fs/yaffs2/
H A Dyaffs_guts.c446 if(bi->pagesInUse < 0 || bi->pagesInUse > dev->nChunksPerBlock || in yaffs_VerifyBlock()
2607 int pagesInUse = 0; in yaffs_FindBlockForGarbageCollection() local
2623 pagesInUse = (bi->pagesInUse - bi->softDeletions); in yaffs_FindBlockForGarbageCollection()
2648 pagesInUse = in yaffs_FindBlockForGarbageCollection()
2680 pagesInUse = 0; in yaffs_FindBlockForGarbageCollection()
2686 (bi->pagesInUse - bi->softDeletions) < pagesInUse && in yaffs_FindBlockForGarbageCollection()
2689 pagesInUse = (bi->pagesInUse - bi->softDeletions); in yaffs_FindBlockForGarbageCollection()
2754 bi->pagesInUse = 0; in yaffs_BlockBecameDirty()
2865 bi->pagesInUse++; in yaffs_AllocateChunk()
3535 bi->pagesInUse--; in yaffs_DeleteChunk()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/fs/yaffs2/
H A Dyaffs_guts.c446 if(bi->pagesInUse < 0 || bi->pagesInUse > dev->nChunksPerBlock || in yaffs_VerifyBlock()
2607 int pagesInUse = 0; in yaffs_FindBlockForGarbageCollection() local
2623 pagesInUse = (bi->pagesInUse - bi->softDeletions); in yaffs_FindBlockForGarbageCollection()
2648 pagesInUse = in yaffs_FindBlockForGarbageCollection()
2680 pagesInUse = 0; in yaffs_FindBlockForGarbageCollection()
2686 (bi->pagesInUse - bi->softDeletions) < pagesInUse && in yaffs_FindBlockForGarbageCollection()
2689 pagesInUse = (bi->pagesInUse - bi->softDeletions); in yaffs_FindBlockForGarbageCollection()
2754 bi->pagesInUse = 0; in yaffs_BlockBecameDirty()
2865 bi->pagesInUse++; in yaffs_AllocateChunk()
3535 bi->pagesInUse--; in yaffs_DeleteChunk()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/fs/yaffs2/
H A Dyaffs_guts.c446 if(bi->pagesInUse < 0 || bi->pagesInUse > dev->nChunksPerBlock || in yaffs_VerifyBlock()
2607 int pagesInUse = 0; in yaffs_FindBlockForGarbageCollection() local
2623 pagesInUse = (bi->pagesInUse - bi->softDeletions); in yaffs_FindBlockForGarbageCollection()
2648 pagesInUse = in yaffs_FindBlockForGarbageCollection()
2680 pagesInUse = 0; in yaffs_FindBlockForGarbageCollection()
2686 (bi->pagesInUse - bi->softDeletions) < pagesInUse && in yaffs_FindBlockForGarbageCollection()
2689 pagesInUse = (bi->pagesInUse - bi->softDeletions); in yaffs_FindBlockForGarbageCollection()
2754 bi->pagesInUse = 0; in yaffs_BlockBecameDirty()
2865 bi->pagesInUse++; in yaffs_AllocateChunk()
3535 bi->pagesInUse--; in yaffs_DeleteChunk()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dexport_test.go234 func CountPagesInUse() (pagesInUse, counted uintptr) {
237 pagesInUse = uintptr(mheap_.pagesInUse)
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/
H A Dexport_test.go234 func CountPagesInUse() (pagesInUse, counted uintptr) {
237 pagesInUse = uintptr(mheap_.pagesInUse)
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/
H A Dexport_test.go234 func CountPagesInUse() (pagesInUse, counted uintptr) {
237 pagesInUse = uintptr(mheap_.pagesInUse)

1234