Searched refs:threadname (Results  1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/staging/vc04_services/interface/vchiq_arm/ | 
| D | vchiq_core.c | 2170 	char threadname[16];  in vchiq_init_state()  local2256 	snprintf(threadname, sizeof(threadname), "vchiq-slot/%d", state->id);  in vchiq_init_state()
 2257 	state->slot_handler_thread = kthread_create(&slot_handler_func, (void *)state, threadname);  in vchiq_init_state()
 2261 		vchiq_loud_error("couldn't create thread %s", threadname);  in vchiq_init_state()
 2267 	snprintf(threadname, sizeof(threadname), "vchiq-recy/%d", state->id);  in vchiq_init_state()
 2268 	state->recycle_thread = kthread_create(&recycle_func, (void *)state, threadname);  in vchiq_init_state()
 2271 		vchiq_loud_error("couldn't create thread %s", threadname);  in vchiq_init_state()
 2278 	snprintf(threadname, sizeof(threadname), "vchiq-sync/%d", state->id);  in vchiq_init_state()
 2279 	state->sync_thread = kthread_create(&sync_func, (void *)state, threadname);  in vchiq_init_state()
 2282 		vchiq_loud_error("couldn't create thread %s", threadname);  in vchiq_init_state()
 
 | 
| D | vchiq_arm.c | 1736 	char threadname[16];  in vchiq_platform_conn_state_changed()  local1751 	snprintf(threadname, sizeof(threadname), "vchiq-keep/%d",  in vchiq_platform_conn_state_changed()
 1755 					      threadname);  in vchiq_platform_conn_state_changed()
 1759 				threadname);  in vchiq_platform_conn_state_changed()
 
 | 
| /Linux-v6.6/tools/power/pm-graph/ | 
| D | sleepgraph.py | 1662 				threadname = 'kthread-%d' % (pid)1664 				threadname = '%s-%d' % (proc, pid)
 1668 			self.newAction(tgtphase, threadname, pid, '', start, end, '', ' kth', '')
 
 |