Searched refs:task_ppid_nr_ns (Results 1 – 2 of 2) sorted by relevance
296 static inline pid_t task_ppid_nr_ns(const struct task_struct *tsk, struct pid_namespace *ns) in task_ppid_nr_ns() function310 return task_ppid_nr_ns(tsk, &init_pid_ns); in task_ppid_nr()
265 kinfo.ppid = task_ppid_nr_ns(task, NULL); in pidfd_info()