Searched refs:bufqueue (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_bio.c | 106 struct bufqueue { struct 120 struct bufqueue *bd_subq; argument 121 struct bufqueue bd_dirtyq; 122 struct bufqueue *bd_cleanq; 195 static void bq_remove(struct bufqueue *bq, struct buf *bp); 196 static void bq_insert(struct bufqueue *bq, struct buf *bp, bool unlock); 198 static void bq_init(struct bufqueue *bq, int qindex, int cpu, 401 struct bufqueue __exclusive_cache_line bqempty; 1550 static struct bufqueue * 1551 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()
|