Searched refs:wbs (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/
H A Dbacking-dev-defs.h149 * Sum of avg_write_bw of wbs with dirty inodes. > 0 if there are
150 * any dirty wbs, which is depended upon by bdi_has_dirty().
155 struct list_head wb_list; /* list of all wbs */
157 struct radix_tree_root cgwb_tree; /* radix tree of active cgroup wbs */
H A Dbacking-dev.h52 * any dirty wbs. See wb_update_write_bandwidth(). bdi_has_dirty_io()
/linux-4.4.14/drivers/gpu/ipu-v3/
H A Dipu-cpmem.c105 static void ipu_ch_param_write_field(struct ipuv3_channel *ch, u32 wbs, u32 v) ipu_ch_param_write_field() argument
108 u32 bit = (wbs >> 8) % 160; ipu_ch_param_write_field()
109 u32 size = wbs & 0xff; ipu_ch_param_write_field()
110 u32 word = (wbs >> 8) / 160; ipu_ch_param_write_field()
131 static u32 ipu_ch_param_read_field(struct ipuv3_channel *ch, u32 wbs) ipu_ch_param_read_field() argument
134 u32 bit = (wbs >> 8) % 160; ipu_ch_param_read_field()
135 u32 size = wbs & 0xff; ipu_ch_param_read_field()
136 u32 word = (wbs >> 8) / 160; ipu_ch_param_read_field()
/linux-4.4.14/arch/m68k/kernel/
H A Dtraps.c181 static inline unsigned long probe040(int iswrite, unsigned long addr, int wbs) probe040() argument
186 set_fs(MAKE_MM_SEG(wbs)); probe040()
200 static inline int do_040writeback1(unsigned short wbs, unsigned long wba, do_040writeback1() argument
207 set_fs(MAKE_MM_SEG(wbs)); do_040writeback1()
209 switch (wbs & WBSIZ_040) { do_040writeback1()
234 static inline void fix_xframe040(struct frame *fp, unsigned long wba, unsigned short wbs) fix_xframe040() argument
237 fp->un.fmt7.ssw = wbs & 0xff; fix_xframe040()
/linux-4.4.14/fs/
H A Dfs-writeback.c784 * distributed to the busy wbs according to each wb's proportion in the
/linux-4.4.14/mm/
H A Dpage-writeback.c1081 /* keep avg > 0 to guarantee that tot > 0 if there are dirty wbs */ wb_update_write_bandwidth()
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Dmessage.c2019 if (api_parse(&parms->info[1], (word)parms->length, "wbs", ss_parms)) facility_req()
2060 if (api_parse(&parms->info[1], (word)parms->length, "wbs", ss_parms)) facility_req()

Completed in 836 milliseconds