Searched refs:threadname (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.c | 2161 char threadname[16]; in vchiq_init_state() local 2247 snprintf(threadname, sizeof(threadname), "vchiq-slot/%d", state->id); in vchiq_init_state() 2248 state->slot_handler_thread = kthread_create(&slot_handler_func, (void *)state, threadname); in vchiq_init_state() 2252 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state() 2258 snprintf(threadname, sizeof(threadname), "vchiq-recy/%d", state->id); in vchiq_init_state() 2259 state->recycle_thread = kthread_create(&recycle_func, (void *)state, threadname); in vchiq_init_state() 2262 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state() 2269 snprintf(threadname, sizeof(threadname), "vchiq-sync/%d", state->id); in vchiq_init_state() 2270 state->sync_thread = kthread_create(&sync_func, (void *)state, threadname); in vchiq_init_state() 2273 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
|
D | vchiq_arm.c | 1730 char threadname[16]; in vchiq_platform_conn_state_changed() local 1745 snprintf(threadname, sizeof(threadname), "vchiq-keep/%d", in vchiq_platform_conn_state_changed() 1749 threadname); in vchiq_platform_conn_state_changed() 1753 threadname); in vchiq_platform_conn_state_changed()
|
/Linux-v6.1/tools/power/pm-graph/ |
D | sleepgraph.py | 1644 threadname = 'kthread-%d' % (pid) 1646 threadname = '%s-%d' % (proc, pid) 1648 self.newAction(tgtphase, threadname, pid, '', start, end, '', ' kth', '')
|