Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dclient_writeback.c151 hdtc->fs_thresh = hdtc->hwb->dirty_fs_thresh; in hmdfs_init_dirty_limit()
163 if (hwb->bw_fs_thresh < hdtc->fs_thresh) { in hmdfs_init_dirty_limit()
164 hdtc->fs_thresh = hwb->bw_fs_thresh; in hmdfs_init_dirty_limit()
166 hdtc->fs_thresh); in hmdfs_init_dirty_limit()
207 hdtc->fs_thresh = hwb->dirty_fs_thresh; in hmdfs_update_dirty_limit()
213 hdtc->fs_thresh = thresh; in hmdfs_update_dirty_limit()
215 hdtc->fs_thresh); in hmdfs_update_dirty_limit()
217 hdtc->fs_thresh); in hmdfs_update_dirty_limit()
222 hwb->bw_fs_thresh = hdtc->fs_thresh; in hmdfs_update_dirty_limit()
266 return (hdtc->fs_thresh in hmdfs_dirty_freerun_ceiling()
[all...]
H A Dclient_writeback.h48 unsigned long fs_thresh; member
H A Dhmdfs_trace.h344 __field(unsigned long, fs_thresh)
361 __entry->fs_thresh = hdtc->fs_thresh;
374 __entry->file_thresh, __entry->fs_thresh,
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dclient_writeback.c175 hdtc->fs_thresh = hdtc->hwb->dirty_fs_thresh; in hmdfs_init_dirty_limit()
187 if (hwb->bw_fs_thresh < hdtc->fs_thresh) { in hmdfs_init_dirty_limit()
188 hdtc->fs_thresh = hwb->bw_fs_thresh; in hmdfs_init_dirty_limit()
190 hdtc->fs_thresh); in hmdfs_init_dirty_limit()
231 hdtc->fs_thresh = hwb->dirty_fs_thresh; in hmdfs_update_dirty_limit()
237 hdtc->fs_thresh = thresh; in hmdfs_update_dirty_limit()
239 hdtc->fs_thresh); in hmdfs_update_dirty_limit()
241 hdtc->fs_thresh); in hmdfs_update_dirty_limit()
246 hwb->bw_fs_thresh = hdtc->fs_thresh; in hmdfs_update_dirty_limit()
290 return (hdtc->fs_thresh in hmdfs_dirty_freerun_ceiling()
[all...]
H A Dclient_writeback.h48 unsigned long fs_thresh; member
H A Dhmdfs_trace.h344 __field(unsigned long, fs_thresh)
361 __entry->fs_thresh = hdtc->fs_thresh;
374 __entry->file_thresh, __entry->fs_thresh,
/kernel/linux/linux-6.6/drivers/staging/media/tegra-video/
H A Dtegra210.c414 u32 fs_thresh[GANG_PORTS_MAX]; in tegra_channel_capture_frame() local
447 fs_thresh[i] = thresh; in tegra_channel_capture_frame()
475 err = host1x_syncpt_wait(chan->frame_start_sp[i], fs_thresh[i], in tegra_channel_capture_frame()

Completed in 6 milliseconds