Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/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.10/include/linux/
Dintel-pti.h32 const char *thread_name);
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Drtl8723bs_xmit.c479 u8 thread_name[20]; in rtl8723bs_xmit_thread() local
485 rtw_sprintf(thread_name, 20, "RTWHALXT-" ADPT_FMT, ADPT_ARG(padapter)); in rtl8723bs_xmit_thread()
486 thread_enter(thread_name); in rtl8723bs_xmit_thread()
/Linux-v5.10/drivers/dma/
Ddmatest.c376 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-v5.10/include/media/
Dvideobuf2-core.h1083 const char *thread_name);
/Linux-v5.10/drivers/media/common/videobuf2/
Dvideobuf2-core.c2902 const char *thread_name) in vb2_thread_start() argument
2925 threadio->thread = kthread_run(vb2_thread, q, "vb2-%s", thread_name); in vb2_thread_start()