Searched refs:wmarks (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/mm/damon/ |
D | core.c | 238 struct damos_watermarks *wmarks) in damon_new_scheme() argument 269 scheme->wmarks.metric = wmarks->metric; in damon_new_scheme() 270 scheme->wmarks.interval = wmarks->interval; in damon_new_scheme() 271 scheme->wmarks.high = wmarks->high; in damon_new_scheme() 272 scheme->wmarks.mid = wmarks->mid; in damon_new_scheme() 273 scheme->wmarks.low = wmarks->low; in damon_new_scheme() 274 scheme->wmarks.activated = true; in damon_new_scheme() 699 if (!s->wmarks.activated) in damon_do_apply_schemes() 807 if (!s->wmarks.activated) in kdamond_apply_schemes() 1072 if (scheme->wmarks.metric == DAMOS_WMARK_NONE) in damos_wmark_wait_us() [all …]
|
D | dbgfs.c | 118 s->wmarks.metric, s->wmarks.interval, in sprint_schemes() 119 s->wmarks.high, s->wmarks.mid, s->wmarks.low, in sprint_schemes() 202 struct damos_watermarks wmarks; in str_to_schemes() local 210 "a.weight_age, &wmarks.metric, in str_to_schemes() 211 &wmarks.interval, &wmarks.high, &wmarks.mid, in str_to_schemes() 212 &wmarks.low, &parsed); in str_to_schemes() 221 if (wmarks.high < wmarks.mid || wmarks.high < wmarks.low || in str_to_schemes() 222 wmarks.mid < wmarks.low) in str_to_schemes() 227 min_age, max_age, action, "a, &wmarks); in str_to_schemes()
|
D | reclaim.c | 267 struct damos_watermarks wmarks = { in damon_reclaim_new_scheme() local 299 &wmarks); in damon_reclaim_new_scheme()
|
D | sysfs.c | 2275 struct damos_watermarks wmarks = { in damon_sysfs_mk_scheme() local 2286 sysfs_scheme->action, "a, &wmarks); in damon_sysfs_mk_scheme()
|
/linux-5.19.10/include/linux/ |
D | damon.h | 255 struct damos_watermarks wmarks; member 506 struct damos_watermarks *wmarks);
|