Lines Matching defs:objpool_head
85 struct objpool_head { struct86 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;95 void *context;