Home
last modified time | relevance | path

Searched refs:pgin (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/lib/libc/db/mpool/
H A Dmpool.c112 mpool_filter(MPOOL *mp, void (*pgin)(void *, pgno_t, void *), in mpool_filter()
115 mp->pgin = pgin; in mpool_filter()
283 if (mp->pgin != NULL) in mpool_get()
284 (mp->pgin)(mp->pgcookie, bp->pgno, bp->page); in mpool_get()
448 if (mp->pgin) in mpool_write()
449 (mp->pgin)(mp->pgcookie, bp->pgno, bp->page); in mpool_write()
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_sunos5.c246 uint_t pgin; member
1004 cpustats_p->pgin = cpu_stat_p->cpu_vminfo.pgin; in get_cpustats()
1438 sum_current.pgin += cpustats[i].pgin; in get_system_info()
1477 kernel_stats[KERNEL_PGIN] = pagetok(diff_per_second(sum_current.pgin, sum_old.pgin)); in get_system_info()
H A Dm_sunos5.man30 .B pgin
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dvmbypid_example.txt25 find 19216 pgin 315
/netbsd-src/include/
H A Dmpool.h73 void (*pgin)(void *, pgno_t, void *); member
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dvmbypid_example.txt25 find 19216 pgin 315
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td144 def PGIN : SideEffectBinaryRRE<"pgin", 0xB22E, GR64, GR64>;
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A DChangeLog-0203464 hfp instructions. Add missing instructions pgin, pgout and xsch.
H A Ds390-opc.txt596 b22e pgin RRE_RR "page in" g5 esa,zarch
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-0203464 hfp instructions. Add missing instructions pgin, pgout and xsch.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A DChangeLog-0203464 hfp instructions. Add missing instructions pgin, pgout and xsch.
H A Ds390-opc.txt602 b22e pgin RRE_RR "page in" g5 esa,zarch
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-0203464 hfp instructions. Add missing instructions pgin, pgout and xsch.