Searched refs:thread_name (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/misc/ |
D | pti.c | 166 const char *thread_name) in pti_control_frame_built_and_sent() argument 179 if (!thread_name) { in pti_control_frame_built_and_sent() 189 thread_name_p = thread_name; in pti_control_frame_built_and_sent() 244 const char *thread_name) in get_id() argument 274 pti_control_frame_built_and_sent(mc, thread_name); in get_id() 305 const char *thread_name) in pti_request_masterchannel() argument 315 APP_BASE_ID, thread_name); in pti_request_masterchannel() 320 OS_BASE_ID, thread_name); in pti_request_masterchannel() 325 MODEM_BASE_ID, thread_name); in pti_request_masterchannel()
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | sched-migration.py | 35 def thread_name(pid): function 55 return "%s gone to sleep" % thread_name(self.sleeper) 66 return "%s woke up" % thread_name(self.wakee) 77 return "new forked task %s" % thread_name(self.child) 88 return "task migrated in %s" % thread_name(self.new) 99 return "task migrated out %s" % thread_name(self.old) 280 raw += "%s \n" % thread_name(t)
|
/Linux-v4.19/include/linux/ |
D | intel-pti.h | 40 const char *thread_name);
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 481 u8 thread_name[20] = "RTWHALXT"; in rtl8723bs_xmit_thread() local 488 rtw_sprintf(thread_name, 20, "%s-"ADPT_FMT, thread_name, ADPT_ARG(padapter)); in rtl8723bs_xmit_thread() 489 thread_enter(thread_name); in rtl8723bs_xmit_thread()
|
/Linux-v4.19/drivers/dma/ |
D | dmatest.c | 307 const char *thread_name = current->comm; in dmatest_mismatch() local 311 thread_name, index, expected, actual); in dmatest_mismatch() 315 thread_name, index, expected, actual); in dmatest_mismatch() 318 thread_name, index, expected, actual); in dmatest_mismatch() 321 thread_name, index, expected, actual); in dmatest_mismatch()
|
/Linux-v4.19/include/media/ |
D | videobuf2-core.h | 1005 const char *thread_name);
|
/Linux-v4.19/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 2577 const char *thread_name) in vb2_thread_start() argument 2600 threadio->thread = kthread_run(vb2_thread, q, "vb2-%s", thread_name); in vb2_thread_start()
|