Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c2132 char threadname[16]; in vchiq_init_state() local
2226 snprintf(threadname, sizeof(threadname), "vchiq-slot/%d", state->id); in vchiq_init_state()
2229 threadname); in vchiq_init_state()
2233 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
2239 snprintf(threadname, sizeof(threadname), "vchiq-recy/%d", state->id); in vchiq_init_state()
2242 threadname); in vchiq_init_state()
2245 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
2251 snprintf(threadname, sizeof(threadname), "vchiq-sync/%d", state->id); in vchiq_init_state()
2254 threadname); in vchiq_init_state()
2257 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
Dvchiq_arm.c3141 char threadname[16]; in vchiq_platform_conn_state_changed() local
3145 snprintf(threadname, sizeof(threadname), "vchiq-keep/%d", in vchiq_platform_conn_state_changed()
3150 threadname); in vchiq_platform_conn_state_changed()
3154 threadname); in vchiq_platform_conn_state_changed()
/Linux-v5.4/tools/power/pm-graph/
Dsleepgraph.py1385 threadname = 'kthread-%d' % (pid)
1387 threadname = '%s-%d' % (proc, pid)
1389 self.newAction(tgtphase, threadname, pid, '', start, end, '', ' kth', '')