Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dtest_objpool.c62 struct ot_item { struct
66 void (*worker)(struct ot_item *item, int irq); argument
69 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()