Searched refs:wb_domain (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dwriteback.h121 * A wb_domain represents a domain that wb's (bdi_writeback's) belong to
127 struct wb_domain { struct
166 * wb_domain_size_changed - memory available to a wb_domain has changed
167 * @dom: wb_domain of interest
172 * dirty throttling. Without this, when memory size of a wb_domain is
177 static inline void wb_domain_size_changed(struct wb_domain *dom)
340 int wb_domain_init(struct wb_domain *dom, gfp_t gfp);
342 void wb_domain_exit(struct wb_domain *dom);
345 extern struct wb_domain global_wb_domain;
H A Dmemcontrol.h322 struct wb_domain cgwb_domain;
1712 struct wb_domain *mem_cgroup_wb_domain(struct bdi_writeback *wb);
1737 static inline struct wb_domain *mem_cgroup_wb_domain(struct bdi_writeback *wb)
/linux-master/mm/
H A Dpage-writeback.c121 struct wb_domain global_wb_domain;
126 struct wb_domain *dom;
169 static struct wb_domain *dtc_dom(struct dirty_throttle_control *dtc)
223 static struct wb_domain *dtc_dom(struct dirty_throttle_control *dtc)
367 * domain_dirty_limits - calculate thresh and bg_thresh for a wb_domain
556 static void wb_domain_writeout_add(struct wb_domain *dom,
581 struct wb_domain *cgdom;
609 struct wb_domain *dom = from_timer(dom, t, period_timer);
626 int wb_domain_init(struct wb_domain *dom, gfp_t gfp)
640 void wb_domain_exit(struct wb_domain *do
[all...]
H A Dmemcontrol.c4771 struct wb_domain *mem_cgroup_wb_domain(struct bdi_writeback *wb)

Completed in 185 milliseconds