Home
last modified time | relevance | path

Searched refs:pid_new (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/damon/
H A Dsysfs.c1155 struct pid *pid_new; in damon_sysfs_update_target_pid() local
1157 pid_new = find_get_pid(pid); in damon_sysfs_update_target_pid()
1158 if (!pid_new) in damon_sysfs_update_target_pid()
1161 if (pid_new == target->pid) { in damon_sysfs_update_target_pid()
1162 put_pid(pid_new); in damon_sysfs_update_target_pid()
1167 target->pid = pid_new; in damon_sysfs_update_target_pid()