Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dpid.c351 struct pid **pid_ptr, *pid; in __change_pid() local
356 pid_ptr = task_pid_ptr(task, type); in __change_pid()
357 pid = *pid_ptr; in __change_pid()
360 *pid_ptr = new; in __change_pid()