Searched refs:__set_task_comm (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/ |
| H A D | exec.c | 1191 void __set_task_comm(struct task_struct *tsk, const char *buf, bool exec) in __set_task_comm() function 1350 __set_task_comm(me, smp_load_acquire(&bprm->file->f_path.dentry->d_name.name), in begin_new_exec() 1354 __set_task_comm(me, kbasename(bprm->filename), true); in begin_new_exec()
|
| /linux-6.15/include/linux/ |
| H A D | sched.h | 1989 extern void __set_task_comm(struct task_struct *tsk, const char *from, bool exec); 1992 __set_task_comm(tsk, from, false); \
|