Searched refs:thread_name (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/misc/ |
| D | pti.c | 158 const char *thread_name) in pti_control_frame_built_and_sent() argument 171 if (!thread_name) { in pti_control_frame_built_and_sent() 181 thread_name_p = thread_name; in pti_control_frame_built_and_sent() 236 const char *thread_name) in get_id() argument 266 pti_control_frame_built_and_sent(mc, thread_name); in get_id() 297 const char *thread_name) in pti_request_masterchannel() argument 307 APP_BASE_ID, thread_name); in pti_request_masterchannel() 312 OS_BASE_ID, thread_name); in pti_request_masterchannel() 317 MODEM_BASE_ID, thread_name); in pti_request_masterchannel()
|
| /Linux-v5.4/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-v5.4/include/linux/ |
| D | intel-pti.h | 32 const char *thread_name);
|
| /Linux-v5.4/drivers/staging/rtl8723bs/hal/ |
| D | rtl8723bs_xmit.c | 479 u8 thread_name[20] = "RTWHALXT"; in rtl8723bs_xmit_thread() local 486 rtw_sprintf(thread_name, 20, "%s-"ADPT_FMT, thread_name, ADPT_ARG(padapter)); in rtl8723bs_xmit_thread() 487 thread_enter(thread_name); in rtl8723bs_xmit_thread()
|
| /Linux-v5.4/drivers/dma/ |
| D | dmatest.c | 365 const char *thread_name = current->comm; in dmatest_mismatch() local 369 thread_name, index, expected, actual); in dmatest_mismatch() 373 thread_name, index, expected, actual); in dmatest_mismatch() 376 thread_name, index, expected, actual); in dmatest_mismatch() 379 thread_name, index, expected, actual); in dmatest_mismatch()
|
| /Linux-v5.4/include/media/ |
| D | videobuf2-core.h | 1051 const char *thread_name);
|
| /Linux-v5.4/drivers/media/common/videobuf2/ |
| D | videobuf2-core.c | 2842 const char *thread_name) in vb2_thread_start() argument 2865 threadio->thread = kthread_run(vb2_thread, q, "vb2-%s", thread_name); in vb2_thread_start()
|