aboutsummaryrefslogtreecommitdiff
path: root/include/linux/overflow.h
diff options
context:
space:
mode:
authorSeongJae Park <[email protected]>2023-09-15 02:52:45 +0000
committerAndrew Morton <[email protected]>2023-10-04 10:32:30 -0700
commit22a7788038a660df8876ba54b941b418d2178f99 (patch)
tree7f7a8e132b3b8ac7d09599c356a4a68c10ce8e42 /include/linux/overflow.h
parent78fbfb155d204428119310d1b9df665ab88da6e8 (diff)
mm/damon/vaddr: call damon_update_region_access_rate() always
When getting mm_struct of the monitoring target process fails, there wil be no need to increase the access rate counter (nr_accesses) of the regions for the process. Hence, damon_va_check_accesses() skips calling damon_update_region_access_rate() in the case. This breaks the assumption that damon_update_region_access_rate() is called for every region, for every sampling interval. Call the function for every region even in the case. This might increase the overhead in some cases, but such case would not be frequent, so no significant impact is really expected. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: SeongJae Park <[email protected]> Cc: Brendan Higgins <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'include/linux/overflow.h')
0 files changed, 0 insertions, 0 deletions