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

/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dbufcache.h75 LIST_ENTRY(ubuf) b_hash; /* Hash chain. */ member in struct:ubuf
H A Dbufcache.c125 nbp = LIST_NEXT(bp, b_hash);
126 LIST_REMOVE(bp, b_hash);
128 LIST_INSERT_HEAD(&np[bp->b_hashval], bp, b_hash);
159 LIST_REMOVE(bp, b_hash);
204 LIST_FOREACH(bp, &bufhash[hash], b_hash) {
287 LIST_INSERT_HEAD(&bufhash[bp->b_hashval], bp, b_hash);
335 LIST_REMOVE(bp, b_hash);
336 LIST_INSERT_HEAD(&bufhash[bp->b_hashval], bp, b_hash);
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dbuf.h140 LIST_ENTRY(buf) b_hash; /* c: hash chain */ member in struct:buf
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_bio.c1106 LIST_FOREACH(bp, BUFHASH(vp, blkno), b_hash) {
1160 LIST_INSERT_HEAD(BUFHASH(vp, blkno), bp, b_hash); local
1178 LIST_REMOVE(bp, b_hash);
1202 LIST_INSERT_HEAD(&invalhash, bp, b_hash);
1399 LIST_REMOVE(bp, b_hash);
1584 LIST_FOREACH(bp, &bufhashtbl[ihash], b_hash) {
1607 LIST_FOREACH(bp, &bufhashtbl[ihash], b_hash) {
/netbsd-6-1-5-RELEASE/sys/dev/bi/
H A Dkdb.c77 #define b_forw b_hash.le_next
/netbsd-6-1-5-RELEASE/sys/dev/mscp/
H A Dmscp_subr.c98 #define b_forw b_hash.le_next
/netbsd-6-1-5-RELEASE/usr.bin/vmstat/
H A Dvmstat.c1548 HASH_LIST, offsetof(struct buf, b_hash)

Completed in 73 milliseconds