Home
last modified time | relevance | path

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

/linux/kernel/
H A Dpid.c562 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, in __task_pid_nr_ns() function
575 EXPORT_SYMBOL(__task_pid_nr_ns);
/linux/kernel/bpf/
H A Dtask_iter.c78 next_tid = __task_pid_nr_ns(task, PIDTYPE_PID, common->ns); in task_group_seq_get_next()
/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c619 pid = __task_pid_nr_ns(tsk, type, event->ns); in cpumsf_pid_type()
/linux/kernel/events/
H A Dcore.c1532 nr = __task_pid_nr_ns(p, type, event->ns); in perf_event_pid_type()