Searched defs:ot_item (Results 1 – 1 of 1) sorted by relevance
62 struct ot_item { struct66 void (*worker)(struct ot_item *item, int irq); argument69 ktime_t hrtcycle;70 struct hrtimer hrtimer;72 int bulk[2]; /* for thread and irq */73 int delay;74 u32 niters;77 struct ot_obj_stat stat[2]; /* thread and irq */78 u64 duration;201 void (*worker)(struct ot_item *, int)) in ot_init_cpu_item()