Searched refs:thread_name (Results 1 – 5 of 5) sorted by relevance
/linux/tools/perf/scripts/python/ |
A 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/drivers/staging/rtl8723bs/hal/ |
A D | rtl8723bs_xmit.c | 420 u8 thread_name[20]; in rtl8723bs_xmit_thread() local 426 rtw_sprintf(thread_name, 20, "RTWHALXT-%s", ADPT_ARG(padapter)); in rtl8723bs_xmit_thread() 427 thread_enter(thread_name); in rtl8723bs_xmit_thread()
|
/linux/drivers/dma/ |
A D | dmatest.c | 376 const char *thread_name = current->comm; in dmatest_mismatch() local 380 thread_name, index, expected, actual); in dmatest_mismatch() 384 thread_name, index, expected, actual); in dmatest_mismatch() 387 thread_name, index, expected, actual); in dmatest_mismatch() 390 thread_name, index, expected, actual); in dmatest_mismatch()
|
/linux/include/media/ |
A D | videobuf2-core.h | 1093 const char *thread_name);
|
/linux/drivers/media/common/videobuf2/ |
A D | videobuf2-core.c | 2977 const char *thread_name) in vb2_thread_start() argument 3000 threadio->thread = kthread_run(vb2_thread, q, "vb2-%s", thread_name); in vb2_thread_start()
|
Completed in 23 milliseconds