Searched refs:thread_name (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/tools/perf/scripts/python/ |
D | sched-migration.py | 33 def thread_name(pid): function 53 return "%s gone to sleep" % thread_name(self.sleeper) 64 return "%s woke up" % thread_name(self.wakee) 75 return "new forked task %s" % thread_name(self.child) 86 return "task migrated in %s" % thread_name(self.new) 97 return "task migrated out %s" % thread_name(self.old) 278 raw += "%s \n" % thread_name(t)
|
/linux-6.12.1/drivers/md/dm-vdo/ |
D | funnel-workqueue.c | 388 char thread_name[TASK_COMM_LEN]; in vdo_make_work_queue() local 430 snprintf(thread_name, sizeof(thread_name), "%s%u", name, i); in vdo_make_work_queue() 431 result = make_simple_work_queue(thread_name_prefix, thread_name, owner, in vdo_make_work_queue()
|
/linux-6.12.1/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 414 u8 thread_name[20]; in rtl8723bs_xmit_thread() local 420 rtw_sprintf(thread_name, 20, "RTWHALXT-%s", ADPT_ARG(padapter)); in rtl8723bs_xmit_thread() 421 thread_enter(thread_name); in rtl8723bs_xmit_thread()
|
/linux-6.12.1/drivers/dma/ |
D | dmatest.c | 382 const char *thread_name = current->comm; in dmatest_mismatch() local 386 thread_name, index, expected, actual); in dmatest_mismatch() 390 thread_name, index, expected, actual); in dmatest_mismatch() 393 thread_name, index, expected, actual); in dmatest_mismatch() 396 thread_name, index, expected, actual); in dmatest_mismatch()
|
/linux-6.12.1/include/media/ |
D | videobuf2-core.h | 1149 const char *thread_name);
|
/linux-6.12.1/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 3247 const char *thread_name) in vb2_thread_start() argument 3270 threadio->thread = kthread_run(vb2_thread, q, "vb2-%s", thread_name); in vb2_thread_start()
|