Home
last modified time | relevance | path

Searched refs:thread_name (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/misc/
Dpti.c158 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/
Dsched-migration.py33 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/
Dintel-pti.h32 const char *thread_name);
/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Drtl8723bs_xmit.c479 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/
Ddmatest.c365 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/
Dvideobuf2-core.h1051 const char *thread_name);
/Linux-v5.4/drivers/media/common/videobuf2/
Dvideobuf2-core.c2842 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()