Home
last modified time | relevance | path

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

/Linux-v6.6/fs/jfs/
Djfs_dmap.c623 s64 avgfree; in dbNextAG() local
633 avgfree = (u32)bmp->db_nfree / bmp->db_numag; in dbNextAG()
641 (bmp->db_agfree[agpref] >= avgfree)) in dbNextAG()
654 if (bmp->db_agfree[agpref] >= avgfree) { in dbNextAG()
3617 s64 ag_rem, actfree, inactfree, avgfree; in dbFinalizeBmap() local
3648 avgfree = (u32) actfree / (u32) actags; in dbFinalizeBmap()
3654 if (bmp->db_agfree[bmp->db_agpref] < avgfree) { in dbFinalizeBmap()
3657 if (bmp->db_agfree[bmp->db_agpref] >= avgfree) in dbFinalizeBmap()