Home
last modified time | relevance | path

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

/linux-6.6.21/fs/proc/
Dthread_self.c17 pid_t pid = task_pid_nr_ns(current, ns); in proc_thread_self_get_link()
Darray.c165 tpid = task_pid_nr_ns(tracer, ns); in task_state()
214 seq_put_decimal_ull(m, "\t", task_pid_nr_ns(p, pid->numbers[g].ns)); in task_state()
Dbase.c3880 tid = task_pid_nr_ns(task, ns); in proc_task_readdir()
/linux-6.6.21/kernel/
Dtsacct.c58 stats->ac_pid = task_pid_nr_ns(tsk, pid_ns); in bacct_add_tsk()
Dtaskstats.c639 task_pid_nr_ns(tsk, &init_pid_ns)); in taskstats_exit()
Dsignal.c1233 force = !task_pid_nr_ns(current, task_active_pid_ns(t)); in send_signal_locked()
1253 if (!task_pid_nr_ns(current, task_active_pid_ns(t))) { in send_signal_locked()
2101 info.si_pid = task_pid_nr_ns(tsk, task_active_pid_ns(tsk->parent)); in do_notify_parent()
2192 info.si_pid = task_pid_nr_ns(tsk, task_active_pid_ns(parent)); in do_notify_parent_cldstop()
/linux-6.6.21/fs/autofs/
Dwaitq.c324 pid = task_pid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs_wait()
/linux-6.6.21/fs/coda/
Dupcall.c54 inp->ih.pid = task_pid_nr_ns(current, &init_pid_ns); in alloc_upcall()
/linux-6.6.21/kernel/sched/
Ddebug.c994 SEQ_printf(m, "%s (%d, #threads: %d)\n", p->comm, task_pid_nr_ns(p, ns), in proc_sched_show_task()
/linux-6.6.21/include/linux/
Dsched.h1579 static inline pid_t task_pid_nr_ns(struct task_struct *tsk, struct pid_namespace *ns) in task_pid_nr_ns() function
/linux-6.6.21/fs/
Dexec.c1775 old_vpid = task_pid_nr_ns(current, task_active_pid_ns(current->parent)); in exec_binprm()
/linux-6.6.21/kernel/bpf/
Dhelpers.c610 nsdata->pid = task_pid_nr_ns(task, pidns); in BPF_CALL_4()
/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/
Dkfd_chardev.c2689 args->pid = task_pid_nr_ns(p->lead_thread, in criu_process_info()