Home
last modified time | relevance | path

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

/include/linux/
Dbacking-dev-defs.h144 struct bdi_writeback_congested *congested; member
237 void clear_wb_congested(struct bdi_writeback_congested *congested, int sync);
238 void set_wb_congested(struct bdi_writeback_congested *congested, int sync);
242 clear_wb_congested(bdi->wb.congested, sync); in clear_bdi_congested()
247 set_wb_congested(bdi->wb.congested, sync); in set_bdi_congested()
Dbacking-dev.h179 return wb->congested->state & cong_bits; in wb_congested()
232 void wb_congested_put(struct bdi_writeback_congested *congested);
417 static inline void wb_congested_put(struct bdi_writeback_congested *congested) in wb_congested_put() argument
419 if (refcount_dec_and_test(&congested->refcnt)) in wb_congested_put()
420 kfree(congested); in wb_congested_put()
Dmemcontrol.h137 bool congested; /* memcg has many dirty pages */ member
/include/soc/fsl/
Dqman.h778 struct qman_cgr *cgr, int congested);