Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dkthread.h106 extern int tsk_fork_get_node(struct task_struct *tsk);
/linux-6.15/kernel/
H A Dkthread.c136 kthread->node = tsk_fork_get_node(current); in set_kthread_struct()
470 int tsk_fork_get_node(struct task_struct *tsk) in tsk_fork_get_node() function
H A Dfork.c1128 node = tsk_fork_get_node(orig); in dup_task_struct()