Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c2271 char threadname[16]; in vchiq_init_state() local
2361 snprintf(threadname, sizeof(threadname), "vchiq-slot/%d", state->id); in vchiq_init_state()
2364 threadname); in vchiq_init_state()
2368 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
2374 snprintf(threadname, sizeof(threadname), "vchiq-recy/%d", state->id); in vchiq_init_state()
2377 threadname); in vchiq_init_state()
2380 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
2387 snprintf(threadname, sizeof(threadname), "vchiq-sync/%d", state->id); in vchiq_init_state()
2390 threadname); in vchiq_init_state()
2393 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
Dvchiq_arm.c1717 char threadname[16]; in vchiq_platform_conn_state_changed() local
1732 snprintf(threadname, sizeof(threadname), "vchiq-keep/%d", in vchiq_platform_conn_state_changed()
1736 threadname); in vchiq_platform_conn_state_changed()
1740 threadname); in vchiq_platform_conn_state_changed()
/Linux-v5.15/tools/power/pm-graph/
Dsleepgraph.py1559 threadname = 'kthread-%d' % (pid)
1561 threadname = '%s-%d' % (proc, pid)
1563 self.newAction(tgtphase, threadname, pid, '', start, end, '', ' kth', '')