Searched refs:BC_HASH (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/fs/common/
H A Dcache.c490 #define BC_HASH(d, b, l) (((d) + (b) + ((l) >> 8)) & (BC_MAX_HDRS-1)) macro
518 bcp = get_cache(bc_hash[BC_HASH(x_dev, x_blkno, x_len)], &bc_head);
557 set_cache(&bc_hash[BC_HASH(x_dev, x_blkno, x_len)],

Completed in 92 milliseconds