Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_objpool.c62 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()
[all …]