Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkthread.h105 extern int tsk_fork_get_node(struct task_struct *tsk);
/linux/kernel/
H A Dkthread.c395 int tsk_fork_get_node(struct task_struct *tsk) in tsk_fork_get_node() function
H A Dfork.c1106 node = tsk_fork_get_node(orig); in dup_task_struct()