Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dmap.c636 s64 avgfree; in dbNextAG() local
646 avgfree = (u32)bmp->db_nfree / bmp->db_numag; in dbNextAG()
654 (bmp->db_agfree[agpref] >= avgfree)) in dbNextAG()
667 if (bmp->db_agfree[agpref] >= avgfree) { in dbNextAG()
3694 s64 ag_rem, actfree, inactfree, avgfree; in dbFinalizeBmap() local
3725 avgfree = (u32) actfree / (u32) actags; in dbFinalizeBmap()
3731 if (bmp->db_agfree[bmp->db_agpref] < avgfree) { in dbFinalizeBmap()
3734 if (bmp->db_agfree[bmp->db_agpref] >= avgfree) in dbFinalizeBmap()