Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ceph/
H A Daddr.c59 #define CONGESTION_ON_THRESH(congestion_kb) (congestion_kb >> (PAGE_SHIFT-10)) macro
61 (CONGESTION_ON_THRESH(congestion_kb) - \
62 (CONGESTION_ON_THRESH(congestion_kb) >> 2))
638 CONGESTION_ON_THRESH(fsc->mount_options->congestion_kb)) in writepage_nounlock()
1023 CONGESTION_ON_THRESH( in ceph_writepages_start()