/kernel/linux/linux-5.10/drivers/misc/ |
H A D | pti.c | 145 * @thread_name: The thread name associated with the master / channel or 151 * The thread name is retrieved from 'current' global variable if 'thread_name' 152 * is 'NULL', else it is retrieved from 'thread_name' parameter. 158 const char *thread_name) in pti_control_frame_built_and_sent() 171 if (!thread_name) { in pti_control_frame_built_and_sent() 181 thread_name_p = thread_name; in pti_control_frame_built_and_sent() 222 * @thread_name: The thread name associated with the master / channel or 236 const char *thread_name) in get_id() 266 pti_control_frame_built_and_sent(mc, thread_name); in get_id() 289 * @thread_name 157 pti_control_frame_built_and_sent(struct pti_masterchannel *mc, const char *thread_name) pti_control_frame_built_and_sent() argument 233 get_id(u8 *id_array, int max_ids, int base_id, const char *thread_name) get_id() argument 296 pti_request_masterchannel(u8 type, const char *thread_name) pti_request_masterchannel() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H 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)
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H 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)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | intel-pti.h | 32 const char *thread_name);
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723bs_xmit.c | 479 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()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723bs_xmit.c | 415 u8 thread_name[20]; in rtl8723bs_xmit_thread() local 421 rtw_sprintf(thread_name, 20, "RTWHALXT-%s", ADPT_ARG(padapter)); in rtl8723bs_xmit_thread() 422 thread_enter(thread_name); in rtl8723bs_xmit_thread()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | dmatest.c | 375 const char *thread_name = current->comm; in dmatest_mismatch() local 379 thread_name, index, expected, actual); in dmatest_mismatch() 383 thread_name, index, expected, actual); in dmatest_mismatch() 386 thread_name, index, expected, actual); in dmatest_mismatch() 389 thread_name, index, expected, actual); in dmatest_mismatch()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | videobuf2-core.h | 1071 * @thread_name:the name of the thread. This will be prefixed with "vb2-". 1083 const char *thread_name);
|
/kernel/linux/linux-6.6/include/media/ |
H A D | videobuf2-core.h | 1095 * @thread_name:the name of the thread. This will be prefixed with "vb2-". 1107 const char *thread_name);
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 2957 const char *thread_name) in vb2_thread_start() 2980 threadio->thread = kthread_run(vb2_thread, q, "vb2-%s", thread_name); in vb2_thread_start() 2956 vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv, const char *thread_name) vb2_thread_start() argument
|
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 3015 const char *thread_name) in vb2_thread_start() 3038 threadio->thread = kthread_run(vb2_thread, q, "vb2-%s", thread_name); in vb2_thread_start() 3014 vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv, const char *thread_name) vb2_thread_start() argument
|