Searched refs:congested_fn (Results 1 – 1 of 1) sorted by relevance
23 typedef int (congested_fn)(void *, int); typedef29 congested_fn *congested_fn; /* Function pointer if device is md/dm */ member70 if (bdi->congested_fn) in bdi_congested()71 return bdi->congested_fn(bdi->congested_data, bdi_bits); in bdi_congested()