Home
last modified time | relevance | path

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

/linux-5.19.10/tools/virtio/virtio-trace/
Dtrace-agent.h61 extern pthread_t rw_thread_run(struct rw_thread_info *rw_ti);
Dtrace-agent-rw.c178 pthread_t rw_thread_run(struct rw_thread_info *rw_ti) in rw_thread_run() function
Dtrace-agent.c225 rw_thread_per_cpu[cpu] = rw_thread_run(s->rw_ti[cpu]); in agent_main_loop()