Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dudf_inode.h552 #define UD_INOHASH(dev, bno) (hash2ints((int)dev, (int)bno) & UD_HASH_SZ - 1)
554 #define UD_INOHASH(dev, bno) (hash2ints((int)dev, (int)bno) % UD_HASH_SZ)
/titanic_41/usr/src/uts/common/sys/
H A Dbuf.h352 int hash2ints(int x, int y);
/titanic_41/usr/src/uts/common/os/
H A Dbio.c79 #define bio_bhash(dev, bn) (hash2ints((dev), (int)(bn)) & v.v_hmask)
1440 hash2ints(int x, int y) in hash2ints() function
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_thread.c56 extern int hash2ints();
H A Dufs_inode.c141 extern int hash2ints(int, int);