Home
last modified time | relevance | path

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

/linux/fs/
H A Dexec.c1075 void __set_task_comm(struct task_struct *tsk, const char *buf, bool exec) in __set_task_comm() function
1234 __set_task_comm(me, smp_load_acquire(&bprm->file->f_path.dentry->d_name.name), in begin_new_exec()
1238 __set_task_comm(me, kbasename(bprm->filename), true); in begin_new_exec()
/linux/include/linux/
H A Dsched.h1994 extern void __set_task_comm(struct task_struct *tsk, const char *from, bool exec);
1997 __set_task_comm(tsk, from, false); \