| /src/sbin/fsck_lfs/ |
| bufcache.h | 75 LIST_ENTRY(ubuf) b_hash; /* Hash chain. */ member in struct:ubuf
|
| bufcache.c | 127 nbp = LIST_NEXT(bp, b_hash); 128 LIST_REMOVE(bp, b_hash); 130 LIST_INSERT_HEAD(&np[bp->b_hashval], bp, b_hash); 159 LIST_REMOVE(bp, b_hash); 202 LIST_FOREACH(bp, &bufhash[hash], b_hash) { 284 LIST_INSERT_HEAD(&bufhash[bp->b_hashval], bp, b_hash); 331 LIST_REMOVE(bp, b_hash); 332 LIST_INSERT_HEAD(&bufhash[bp->b_hashval], bp, b_hash);
|
| /src/sys/sys/ |
| buf.h | 153 LIST_ENTRY(buf) b_hash; /* c: hash chain */ member in struct:buf
|
| /src/sys/kern/ |
| vfs_bio.c | 1189 LIST_FOREACH(bp, BUFHASH(vp, blkno), b_hash) { 1246 LIST_INSERT_HEAD(BUFHASH(vp, blkno), bp, b_hash); local 1264 LIST_REMOVE(bp, b_hash); 1291 LIST_INSERT_HEAD(&invalhash, bp, b_hash); 1515 LIST_REMOVE(bp, b_hash); 1989 LIST_FOREACH(bp, &bufhashtbl[i], b_hash) {
|
| /src/sys/dev/bi/ |
| kdb.c | 77 #define b_forw b_hash.le_next
|
| /src/sys/dev/mscp/ |
| mscp_subr.c | 98 #define b_forw b_hash.le_next
|
| /src/usr.bin/vmstat/ |
| vmstat.c | 1916 HASH_LIST, offsetof(struct buf, b_hash)
|