Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/dktp/drvobj/
H A Dstrategy.c813 #define DBLK(bp) ((unsigned long)(bp)->b_private) macro
815 #define BP_LT_BP(a, b) (DBLK(a) < DBLK(b))
816 #define BP_GT_BP(a, b) (DBLK(a) > DBLK(b))
817 #define BP_LT_HD(a, b) (DBLK(a) < (unsigned long)((b)->hd_private))
818 #define BP_GT_HD(a, b) (DBLK(a) > (unsigned long)((b)->hd_private))
894 if ((DBLK(bp2) + bp2->b_bcount / DEV_BSIZE == DBLK(bp1)) ||
895 (DBLK(bp1) + bp1->b_bcount / DEV_BSIZE == DBLK(bp2)))
910 forward = DBLK(bp_merge) < DBLK(bp);
976 if (DBLK(bp) < DBLK(bp1)) { in que_insert()
977 lowest_blk = DBLK(bp1); in que_insert()
[all …]