Searched refs:__set_task_comm (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ |
| H A D | exec.c | 1083 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 D | sched.h | 1949 extern void __set_task_comm(struct task_struct *tsk, const char *from, bool exec); 1952 __set_task_comm(tsk, from, false); \
|