Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c2373 char threadname[16]; in vchiq_init_state() local
2544 snprintf(threadname, sizeof(threadname), "vchiq-slot/%d", state->id); in vchiq_init_state()
2547 threadname); in vchiq_init_state()
2551 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
2557 snprintf(threadname, sizeof(threadname), "vchiq-recy/%d", state->id); in vchiq_init_state()
2560 threadname); in vchiq_init_state()
2563 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
2569 snprintf(threadname, sizeof(threadname), "vchiq-sync/%d", state->id); in vchiq_init_state()
2572 threadname); in vchiq_init_state()
2575 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
Dvchiq_arm.c3554 char threadname[16]; in vchiq_platform_conn_state_changed() local
3558 snprintf(threadname, sizeof(threadname), "vchiq-keep/%d", in vchiq_platform_conn_state_changed()
3563 threadname); in vchiq_platform_conn_state_changed()
3567 threadname); in vchiq_platform_conn_state_changed()
/Linux-v4.19/tools/power/pm-graph/
Dsleepgraph.py1018 threadname = 'kthread-%d' % (pid)
1020 threadname = '%s-%d' % (proc, pid)
1022 self.newAction(tgtphase, threadname, pid, '', start, end, '', ' kth', '')