Searched refs:read_counters_work (Results 1 – 1 of 1) sorted by relevance
47 struct read_counters_work { struct223 struct read_counters_work *read_counters_work; in tegra_read_counters() local238 read_counters_work = container_of(work, struct read_counters_work, in tegra_read_counters()240 c = &read_counters_work->c; in tegra_read_counters()268 struct read_counters_work read_counters_work; in tegra194_calculate_speed() local279 read_counters_work.c.cpu = cpu; in tegra194_calculate_speed()280 INIT_WORK_ONSTACK(&read_counters_work.work, tegra_read_counters); in tegra194_calculate_speed()281 queue_work_on(cpu, read_counters_wq, &read_counters_work.work); in tegra194_calculate_speed()282 flush_work(&read_counters_work.work); in tegra194_calculate_speed()283 c = read_counters_work.c; in tegra194_calculate_speed()