Searched refs:target_pi (Results 1 – 1 of 1) sorted by relevance
238 struct target_procctl_reaper_pidinfo *target_pi; in h2t_procctl_reaper_pidinfo() local240 if (!lock_user_struct(VERIFY_WRITE, target_pi, target_pi_addr, 0)) { in h2t_procctl_reaper_pidinfo()243 __put_user(host_pi->pi_pid, &target_pi->pi_pid); in h2t_procctl_reaper_pidinfo()244 __put_user(host_pi->pi_subtree, &target_pi->pi_subtree); in h2t_procctl_reaper_pidinfo()245 __put_user(host_pi->pi_flags, &target_pi->pi_flags); in h2t_procctl_reaper_pidinfo()246 unlock_user_struct(target_pi, target_pi_addr, 1); in h2t_procctl_reaper_pidinfo()