Home
last modified time | relevance | path

Searched refs:idle_prof_thread (Results 1 – 2 of 2) sorted by relevance

/external/fio/
Didletime.c46 static void free_cpu_affinity(struct idle_prof_thread *ipt) in free_cpu_affinity()
53 static int set_cpu_affinity(struct idle_prof_thread *ipt) in set_cpu_affinity()
80 struct idle_prof_thread *ipt = data; in idle_prof_thread_fn()
166 struct idle_prof_thread *ipt; in calibration_stats()
189 struct idle_prof_thread *ipt; in fio_idle_prof_init()
206 ipc.ipts = malloc(ipc.nr_cpus * sizeof(struct idle_prof_thread)); in fio_idle_prof_init()
312 struct idle_prof_thread *ipt; in fio_idle_prof_start()
330 struct idle_prof_thread *ipt; in fio_idle_prof_stop()
378 struct idle_prof_thread *ipt; in fio_idle_prof_cpu_stat()
Didletime.h25 struct idle_prof_thread { struct
43 struct idle_prof_thread *ipts; argument