Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dclient_writeback.c147 static void hmdfs_init_dirty_limit(struct hmdfs_dirty_throttle_control *hdtc) in hmdfs_init_dirty_limit() argument
149 struct hmdfs_writeback *hwb = hdtc->hwb; in hmdfs_init_dirty_limit()
151 hdtc->fs_thresh = hdtc->hwb->dirty_fs_thresh; in hmdfs_init_dirty_limit()
152 hdtc->file_thresh = hdtc->hwb->dirty_file_thresh; in hmdfs_init_dirty_limit()
153 hdtc->fs_bg_thresh = hdtc->hwb->dirty_fs_bg_thresh; in hmdfs_init_dirty_limit()
154 hdtc->file_bg_thresh = hdtc in hmdfs_init_dirty_limit()
180 hmdfs_update_dirty_limit(struct hmdfs_dirty_throttle_control *hdtc) hmdfs_update_dirty_limit() argument
230 struct hmdfs_dirty_throttle_control hdtc = {.hwb = hwb}; hmdfs_update_ratelimit() local
262 hmdfs_dirty_freerun_ceiling(struct hmdfs_dirty_throttle_control *hdtc, unsigned int type) hmdfs_dirty_freerun_ceiling() argument
287 struct hmdfs_dirty_throttle_control hdtc = {.hwb = hwb}; hmdfs_balance_dirty_pages() local
[all...]
H A Dhmdfs_trace.h331 struct hmdfs_dirty_throttle_control *hdtc,
335 TP_ARGS(sbi, wb, hdtc, pause, start_time),
358 __entry->file_bg_thresh = hdtc->file_bg_thresh;
359 __entry->fs_bg_thresh = hdtc->fs_bg_thresh;
360 __entry->file_thresh = hdtc->file_thresh;
361 __entry->fs_thresh = hdtc->fs_thresh;
362 __entry->file_nr_dirty = hdtc->file_nr_dirty;
363 __entry->fs_nr_dirty = hdtc->fs_nr_dirty;
364 __entry->file_nr_rec = hdtc->file_nr_reclaimable;
365 __entry->fs_nr_rec = hdtc
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dclient_writeback.c171 static void hmdfs_init_dirty_limit(struct hmdfs_dirty_throttle_control *hdtc) in hmdfs_init_dirty_limit() argument
173 struct hmdfs_writeback *hwb = hdtc->hwb; in hmdfs_init_dirty_limit()
175 hdtc->fs_thresh = hdtc->hwb->dirty_fs_thresh; in hmdfs_init_dirty_limit()
176 hdtc->file_thresh = hdtc->hwb->dirty_file_thresh; in hmdfs_init_dirty_limit()
177 hdtc->fs_bg_thresh = hdtc->hwb->dirty_fs_bg_thresh; in hmdfs_init_dirty_limit()
178 hdtc->file_bg_thresh = hdtc in hmdfs_init_dirty_limit()
204 hmdfs_update_dirty_limit(struct hmdfs_dirty_throttle_control *hdtc) hmdfs_update_dirty_limit() argument
254 struct hmdfs_dirty_throttle_control hdtc = {.hwb = hwb}; hmdfs_update_ratelimit() local
286 hmdfs_dirty_freerun_ceiling(struct hmdfs_dirty_throttle_control *hdtc, unsigned int type) hmdfs_dirty_freerun_ceiling() argument
311 struct hmdfs_dirty_throttle_control hdtc = {.hwb = hwb}; hmdfs_balance_dirty_pages() local
[all...]
H A Dhmdfs_trace.h331 struct hmdfs_dirty_throttle_control *hdtc,
335 TP_ARGS(sbi, wb, hdtc, pause, start_time),
358 __entry->file_bg_thresh = hdtc->file_bg_thresh;
359 __entry->fs_bg_thresh = hdtc->fs_bg_thresh;
360 __entry->file_thresh = hdtc->file_thresh;
361 __entry->fs_thresh = hdtc->fs_thresh;
362 __entry->file_nr_dirty = hdtc->file_nr_dirty;
363 __entry->fs_nr_dirty = hdtc->fs_nr_dirty;
364 __entry->file_nr_rec = hdtc->file_nr_reclaimable;
365 __entry->fs_nr_rec = hdtc
[all...]

Completed in 2 milliseconds