Home
last modified time | relevance | path

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

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