Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dobjpool.h85 struct objpool_head { struct
86 int obj_size;
87 int nr_objs;
88 int nr_possible_cpus;
89 int capacity;
90 gfp_t gfp;
91 refcount_t ref;
92 unsigned long flags;
93 struct objpool_slot **cpu_slots;
94 objpool_fini_cb release;
[all …]