Searched refs:bufqueue (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | vfs_bio.c | 108 struct bufqueue { struct 122 struct bufqueue *bd_subq; argument 123 struct bufqueue bd_dirtyq; 124 struct bufqueue *bd_cleanq; 197 static void bq_remove(struct bufqueue *bq, struct buf *bp); 198 static void bq_insert(struct bufqueue *bq, struct buf *bp, bool unlock); 200 static void bq_init(struct bufqueue *bq, int qindex, int cpu, 403 struct bufqueue __exclusive_cache_line bqempty; 1552 static struct bufqueue * 1553 bufqueue(struct buf *bp) in bufqueue() function [all …]
|
| /freebsd/sbin/fsck_ffs/ |
| H A D | fsutil.c | 73 static TAILQ_HEAD(bufqueue, bufarea) bufqueuehd; /* head of buffer cache LRU */ 333 bp = TAILQ_LAST(&bufqueuehd, bufqueue); in getdatablk() 355 TAILQ_FOREACH_REVERSE(bp, &bufqueuehd, bufqueue, b_list) in getdatablk() 367 TAILQ_FOREACH_REVERSE(bp, &bufqueuehd, bufqueue, b_list) in getdatablk() 526 TAILQ_FOREACH_REVERSE(bp, &bufqueuehd, bufqueue, b_list) in snapflush() 674 TAILQ_FOREACH_REVERSE_SAFE(bp, &bufqueuehd, bufqueue, b_list, nbp) { in ckfini() 711 TAILQ_FOREACH_REVERSE_SAFE(bp, &bufqueuehd, bufqueue, b_list, nbp) { in ckfini()
|