Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpid.h109 extern void exchange_tids(struct task_struct *task, struct task_struct *old);
/openbmc/linux/kernel/
H A Dpid.c371 void exchange_tids(struct task_struct *left, struct task_struct *right) in exchange_tids() function
/openbmc/linux/fs/
H A Dexec.c1130 exchange_tids(tsk, leader); in de_thread()