Home
last modified time | relevance | path

Searched refs:set_task_comm (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/io_uring/
H A Dsqpoll.c279 set_task_comm(current, buf); in io_sq_thread()
H A Dio-wq.c657 set_task_comm(current, buf); in io_wq_worker()
/linux-6.15/kernel/
H A Dkthread.c824 set_task_comm(tsk, comm); in kthreadd()
H A Dsys.c2537 set_task_comm(me, comm); in SYSCALL_DEFINE5()
/linux-6.15/include/linux/
H A Dsched.h1990 #define set_task_comm(tsk, from) ({ \ macro
/linux-6.15/fs/proc/
H A Dbase.c1733 set_task_comm(p, buffer); in comm_write()