Home
last modified time | relevance | path

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

/illumos-gate/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)
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h354 int hash2ints(int x, int y);
/illumos-gate/usr/src/uts/common/os/
H A Dbio.c83 #define bio_bhash(dev, bn) (hash2ints((dev), (int)(bn)) & v.v_hmask)
1424 hash2ints(int x, int y) in hash2ints() function
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_thread.c60 extern int hash2ints();
H A Dufs_inode.c143 extern int hash2ints(int, int);