Home
last modified time | relevance | path

Searched refs:threadname (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c2131 char threadname[16]; in vchiq_init_state() local
2222 snprintf(threadname, sizeof(threadname), "vchiq-slot/%d", state->id); in vchiq_init_state()
2225 threadname); in vchiq_init_state()
2229 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
2235 snprintf(threadname, sizeof(threadname), "vchiq-recy/%d", state->id); in vchiq_init_state()
2238 threadname); in vchiq_init_state()
2241 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
2247 snprintf(threadname, sizeof(threadname), "vchiq-sync/%d", state->id); in vchiq_init_state()
2250 threadname); in vchiq_init_state()
2253 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
Dvchiq_arm.c2648 char threadname[16]; in vchiq_platform_conn_state_changed() local
2663 snprintf(threadname, sizeof(threadname), "vchiq-keep/%d", in vchiq_platform_conn_state_changed()
2667 threadname); in vchiq_platform_conn_state_changed()
2671 threadname); in vchiq_platform_conn_state_changed()
/Linux-v5.10/tools/power/pm-graph/
Dsleepgraph.py1482 threadname = 'kthread-%d' % (pid)
1484 threadname = '%s-%d' % (proc, pid)
1486 self.newAction(tgtphase, threadname, pid, '', start, end, '', ' kth', '')