Searched refs:incore (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_prefetch/ |
H A D | zpool_prefetch_001_pos.ksh | 53 gds.incore=$(echo $out | cut -d" " -f2) 59 [ -z "${gds.incore}" ] && gds.incore="0"
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | snps,arc700-intc.txt | 1 * ARC700 incore Interrupt Controller
|
H A D | snps,archs-intc.txt | 1 * ARC-HS incore Interrupt Controller (Provided by cores implementing ARCv2 ISA)
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_bmap.c | 275 if ((daddr == 0 && !incore(&vp->v_bufobj, metalbn)) || metalbn == bn) in ext2_bmaparray()
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_bmap.c | 252 if ((daddr == 0 && !incore(&vp->v_bufobj, metalbn)) || metalbn == bn) in ufs_bmaparray()
|
/freebsd/sys/sys/ |
H A D | buf.h | 572 struct buf *incore(struct bufobj *, daddr_t);
|
/freebsd/sys/kern/ |
H A D | kern_proc.c | 2543 int incore; in kern_proc_vmmap_resident() local 2579 (addr & (pagesizes[1] - 1)) == 0 && (incore = in kern_proc_vmmap_resident() 2587 pi_adv = atop(pagesizes[incore >> MINCORE_PSIND_SHIFT]); in kern_proc_vmmap_resident()
|
H A D | vfs_bio.c | 3709 incore(struct bufobj *bo, daddr_t blkno) in incore() function 3730 if (incore(&vp->v_bufobj, blkno)) in inmem()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clbio.c | 505 if (incore(&vp->v_bufobj, rabn) == NULL) { in ncl_bioread() 692 incore(&vp->v_bufobj, lbn + 1) == NULL) { in ncl_bioread()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_softdep.c | 8351 } else if ((bp = incore(&freeblks->fb_devvp->v_bufobj, dbn)) != NULL) { in indir_trunc() 12558 * Any new dependencies associated with the incore inode must in softdep_update_inodeblock()
|