Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dclient_writeback.c30 #define HMDFS_LIMIT_SHIFT 10 macro
117 unsigned long ret = (ratio * thresh) >> HMDFS_LIMIT_SHIFT; in hmdfs_ratio_thresh()
125 unsigned long ratio = (base << HMDFS_LIMIT_SHIFT) / thresh; in hmdfs_thresh_ratio()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dclient_writeback.c30 #define HMDFS_LIMIT_SHIFT 10 macro
141 unsigned long ret = (ratio * thresh) >> HMDFS_LIMIT_SHIFT; in hmdfs_ratio_thresh()
149 unsigned long ratio = (base << HMDFS_LIMIT_SHIFT) / thresh; in hmdfs_thresh_ratio()

Completed in 2 milliseconds