Home
last modified time | relevance | path

Searched defs:congestion_kb (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/ceph/
Daddr.c60 #define CONGESTION_ON_THRESH(congestion_kb) (congestion_kb >> (PAGE_SHIFT-10)) argument
61 #define CONGESTION_OFF_THRESH(congestion_kb) \ argument
Dsuper.h82 unsigned int congestion_kb; /* max writeback in flight */ member
892 int congestion_kb; in default_congestion_kb() local