Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dbacking-dev-defs.h51 struct bdi_writeback_congested { struct
95 struct bdi_writeback_congested *congested;
161 struct bdi_writeback_congested *wb_congested;
180 void clear_wb_congested(struct bdi_writeback_congested *congested, int sync);
181 void set_wb_congested(struct bdi_writeback_congested *congested, int sync);
Dbacking-dev.h244 struct bdi_writeback_congested *
246 void wb_congested_put(struct bdi_writeback_congested *congested);
421 static inline struct bdi_writeback_congested *
428 static inline void wb_congested_put(struct bdi_writeback_congested *congested) in wb_congested_put()
Dblk-cgroup.h116 struct bdi_writeback_congested *wb_congested;
/linux-4.4.14/mm/
Dbacking-dev.c398 struct bdi_writeback_congested *
401 struct bdi_writeback_congested *new_congested = NULL, *congested; in wb_congested_get_create()
412 congested = container_of(parent, struct bdi_writeback_congested, in wb_congested_get_create()
456 void wb_congested_put(struct bdi_writeback_congested *congested) in wb_congested_put()
695 struct bdi_writeback_congested *congested = in cgwb_bdi_destroy()
696 rb_entry(rbn, struct bdi_writeback_congested, rb_node); in cgwb_bdi_destroy()
898 void clear_wb_congested(struct bdi_writeback_congested *congested, int sync) in clear_wb_congested()
912 void set_wb_congested(struct bdi_writeback_congested *congested, int sync) in set_wb_congested()
/linux-4.4.14/block/
Dblk-cgroup.c175 struct bdi_writeback_congested *wb_congested; in blkg_create()