Home
last modified time | relevance | path

Searched refs:WB_FRN_HIST_THR_SLOTS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dfs-writeback.c241 #define WB_FRN_HIST_THR_SLOTS (WB_FRN_HIST_SLOTS / 2) macro
243 #define WB_FRN_HIST_MAX_SLOTS (WB_FRN_HIST_THR_SLOTS / 2 + 1)
703 if (hweight16(history) > WB_FRN_HIST_THR_SLOTS) in wbc_detach_inode()
/kernel/linux/linux-6.6/fs/
H A Dfs-writeback.c224 #define WB_FRN_HIST_THR_SLOTS (WB_FRN_HIST_SLOTS / 2) macro
226 #define WB_FRN_HIST_MAX_SLOTS (WB_FRN_HIST_THR_SLOTS / 2 + 1)
849 if (hweight16(history) > WB_FRN_HIST_THR_SLOTS) in wbc_detach_inode()

Completed in 8 milliseconds