Home
last modified time | relevance | path

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

/Linux-v6.6/fs/jfs/
Djfs_dmap.c624 int agpref; in dbNextAG() local
639 agpref = bmp->db_agpref; in dbNextAG()
640 if ((atomic_read(&bmp->db_active[agpref]) == 0) && in dbNextAG()
641 (bmp->db_agfree[agpref] >= avgfree)) in dbNextAG()
647 for (i = 0 ; i < bmp->db_numag; i++, agpref++) { in dbNextAG()
648 if (agpref == bmp->db_numag) in dbNextAG()
649 agpref = 0; in dbNextAG()
651 if (atomic_read(&bmp->db_active[agpref])) in dbNextAG()
654 if (bmp->db_agfree[agpref] >= avgfree) { in dbNextAG()
656 bmp->db_agpref = agpref; in dbNextAG()
[all …]