Searched refs:pgin (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/lib/libc/db/mpool/ |
| H A D | mpool.c | 112 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 D | m_sunos5.c | 246 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 D | m_sunos5.man | 30 .B pgin
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | vmbypid_example.txt | 25 find 19216 pgin 315
|
| /netbsd-src/include/ |
| H A D | mpool.h | 73 void (*pgin)(void *, pgno_t, void *); member
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | vmbypid_example.txt | 25 find 19216 pgin 315
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrSystem.td | 144 def PGIN : SideEffectBinaryRRE<"pgin", 0xB22E, GR64, GR64>;
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | ChangeLog-0203 | 464 hfp instructions. Add missing instructions pgin, pgout and xsch.
|
| H A D | s390-opc.txt | 596 b22e pgin RRE_RR "page in" g5 esa,zarch
|
| /netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
| H A D | ChangeLog-0203 | 464 hfp instructions. Add missing instructions pgin, pgout and xsch.
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | ChangeLog-0203 | 464 hfp instructions. Add missing instructions pgin, pgout and xsch.
|
| H A D | s390-opc.txt | 602 b22e pgin RRE_RR "page in" g5 esa,zarch
|
| /netbsd-src/external/gpl3/gdb/dist/opcodes/ |
| H A D | ChangeLog-0203 | 464 hfp instructions. Add missing instructions pgin, pgout and xsch.
|