Home
last modified time | relevance | path

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

/linux/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_core.c2162 char threadname[16]; in vchiq_init_state() local
2252 snprintf(threadname, sizeof(threadname), "vchiq-slot/%d", state->id); in vchiq_init_state()
2253 state->slot_handler_thread = kthread_create(&slot_handler_func, (void *)state, threadname); in vchiq_init_state()
2257 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
2263 snprintf(threadname, sizeof(threadname), "vchiq-recy/%d", state->id); in vchiq_init_state()
2264 state->recycle_thread = kthread_create(&recycle_func, (void *)state, threadname); in vchiq_init_state()
2267 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
2274 snprintf(threadname, sizeof(threadname), "vchiq-sync/%d", state->id); in vchiq_init_state()
2275 state->sync_thread = kthread_create(&sync_func, (void *)state, threadname); in vchiq_init_state()
2278 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
A Dvchiq_arm.c1703 char threadname[16]; in vchiq_platform_conn_state_changed() local
1718 snprintf(threadname, sizeof(threadname), "vchiq-keep/%d", in vchiq_platform_conn_state_changed()
1722 threadname); in vchiq_platform_conn_state_changed()
1726 threadname); in vchiq_platform_conn_state_changed()
/linux/tools/power/pm-graph/
A Dsleepgraph.py1559 threadname = 'kthread-%d' % (pid)
1561 threadname = '%s-%d' % (proc, pid)
1563 self.newAction(tgtphase, threadname, pid, '', start, end, '', ' kth', '')

Completed in 22 milliseconds