Lines Matching refs:ot_item
62 struct ot_item { struct
66 void (*worker)(struct ot_item *item, int irq); argument
134 static DEFINE_PER_CPU(struct ot_item, ot_pcup_items);
158 struct ot_item *item = container_of(hrt, struct ot_item, hrtimer); in ot_hrtimer_handler()
171 static void ot_start_hrtimer(struct ot_item *item) in ot_start_hrtimer()
178 static void ot_stop_hrtimer(struct ot_item *item) in ot_stop_hrtimer()
185 static int ot_init_hrtimer(struct ot_item *item, unsigned long hrtimer) in ot_init_hrtimer()
198 static int ot_init_cpu_item(struct ot_item *item, in ot_init_cpu_item()
201 void (*worker)(struct ot_item *, int)) in ot_init_cpu_item() argument
219 struct ot_item *item = arg; in ot_thread_worker()
251 struct ot_item *item = per_cpu_ptr(&ot_pcup_items, cpu); in ot_perf_report()
325 static void ot_bulk_sync(struct ot_item *item, int irq) in ot_bulk_sync()
365 struct ot_item *item = per_cpu_ptr(&ot_pcup_items, cpu); in ot_start_sync()
505 static void ot_bulk_async(struct ot_item *item, int irq) in ot_bulk_async()
556 struct ot_item *item = per_cpu_ptr(&ot_pcup_items, cpu); in ot_start_async()