Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Daddr.c61 #define CONGESTION_ON_THRESH(congestion_kb) (congestion_kb >> (PAGE_SHIFT-10)) macro
63 (CONGESTION_ON_THRESH(congestion_kb) - \
64 (CONGESTION_ON_THRESH(congestion_kb) >> 2))
712 CONGESTION_ON_THRESH(fsc->mount_options->congestion_kb)) in writepage_nounlock()
1152 CONGESTION_ON_THRESH( in ceph_writepages_start()