Searched refs:dirty_thresh_pg (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | server_writeback.c | 34 trace_hmdfs_start_srv_wb(hswb->sbi, dirty_pages, hswb->dirty_thresh_pg); in hmdfs_srv_wb_handler() 52 * exceeds @hswb->dirty_thresh_pg: in hmdfs_server_check_writeback() 55 * belows @hswb->dirty_thresh_pg: in hmdfs_server_check_writeback() 62 if (writepage_speed >= hswb->dirty_thresh_pg) { in hmdfs_server_check_writeback() 80 * C. Speed for page dirting exceeds @dirty_thresh_pg in hmdfs_server_check_writeback() 118 hswb->dirty_thresh_pg = HMDFS_SRV_WB_DEF_DIRTY_THRESH << in hmdfs_init_server_writeback()
|
H A D | server_writeback.h | 25 unsigned int dirty_thresh_pg; member
|
H A D | hmdfs_trace.h | 384 unsigned int dirty_thresh_pg), 386 TP_ARGS(sbi, dirty_pages, dirty_thresh_pg), 391 __field(unsigned int, dirty_thresh_pg) 397 __entry->dirty_thresh_pg = dirty_thresh_pg; 401 __entry->src, __entry->dirty_pages, __entry->dirty_thresh_pg)
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | server_writeback.c | 34 trace_hmdfs_start_srv_wb(hswb->sbi, dirty_pages, hswb->dirty_thresh_pg); in hmdfs_srv_wb_handler() 52 * exceeds @hswb->dirty_thresh_pg: in hmdfs_server_check_writeback() 55 * belows @hswb->dirty_thresh_pg: in hmdfs_server_check_writeback() 62 if (writepage_speed >= hswb->dirty_thresh_pg) { in hmdfs_server_check_writeback() 80 * C. Speed for page dirting exceeds @dirty_thresh_pg in hmdfs_server_check_writeback() 118 hswb->dirty_thresh_pg = HMDFS_SRV_WB_DEF_DIRTY_THRESH << in hmdfs_init_server_writeback()
|
H A D | server_writeback.h | 25 unsigned int dirty_thresh_pg; member
|
H A D | hmdfs_trace.h | 384 unsigned int dirty_thresh_pg), 386 TP_ARGS(sbi, dirty_pages, dirty_thresh_pg), 391 __field(unsigned int, dirty_thresh_pg) 397 __entry->dirty_thresh_pg = dirty_thresh_pg; 401 __entry->src, __entry->dirty_pages, __entry->dirty_thresh_pg)
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | device_node.c | 809 sbi->h_swb->dirty_thresh_pg >> HMDFS_MB_TO_PAGE_SHIFT); in sbi_srv_dirty_thresh_show() 837 hswb->dirty_thresh_pg = (unsigned int)pages; in sbi_srv_dirty_thresh_store()
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | device_node.c | 809 sbi->h_swb->dirty_thresh_pg >> HMDFS_MB_TO_PAGE_SHIFT); in sbi_srv_dirty_thresh_show() 837 hswb->dirty_thresh_pg = (unsigned int)pages; in sbi_srv_dirty_thresh_store()
|
Completed in 8 milliseconds