Searched refs:thread_name (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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-4.1.27/tools/perf/scripts/python/ |
D | sched-migration.py | 31 def thread_name(pid): function 51 return "%s gone to sleep" % thread_name(self.sleeper) 62 return "%s woke up" % thread_name(self.wakee) 73 return "new forked task %s" % thread_name(self.child) 84 return "task migrated in %s" % thread_name(self.new) 95 return "task migrated out %s" % thread_name(self.old) 276 raw += "%s \n" % thread_name(t)
|
/linux-4.1.27/include/linux/ |
D | pti.h | 40 const char *thread_name);
|
/linux-4.1.27/drivers/dma/ |
D | dmatest.c | 269 const char *thread_name = current->comm; in dmatest_mismatch() local 273 thread_name, index, expected, actual); in dmatest_mismatch() 277 thread_name, index, expected, actual); in dmatest_mismatch() 280 thread_name, index, expected, actual); in dmatest_mismatch() 283 thread_name, index, expected, actual); in dmatest_mismatch()
|
/linux-4.1.27/include/media/ |
D | videobuf2-core.h | 503 const char *thread_name);
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-core.c | 3227 const char *thread_name) in vb2_thread_start() argument 3250 threadio->thread = kthread_run(vb2_thread, q, "vb2-%s", thread_name); in vb2_thread_start()
|