Searched refs:read_counters_work (Results 1 – 1 of 1) sorted by relevance
52 struct read_counters_work { struct92 struct read_counters_work *read_counters_work; in tegra_read_counters() local108 read_counters_work = container_of(work, struct read_counters_work, in tegra_read_counters()110 c = &read_counters_work->c; in tegra_read_counters()144 struct read_counters_work read_counters_work; in tegra194_get_speed_common() local155 read_counters_work.c.cpu = cpu; in tegra194_get_speed_common()156 read_counters_work.c.delay = delay; in tegra194_get_speed_common()157 INIT_WORK_ONSTACK(&read_counters_work.work, tegra_read_counters); in tegra194_get_speed_common()158 queue_work_on(cpu, read_counters_wq, &read_counters_work.work); in tegra194_get_speed_common()159 flush_work(&read_counters_work.work); in tegra194_get_speed_common()[all …]