Lines Matching defs:objs
78 /* The number of objs on the global free list */
137 * Reuse objs from the global free list; they will be reinitialized
300 * The objs on the pool list might be allocated before the work is
318 * Pool list is already full and there are still objs on the free
319 * list. Move remaining free objs to a temporary list to free the
337 struct debug_obj *objs[ODEBUG_BATCH_SIZE];
363 objs[lookahead_count] = __alloc_object(&percpu_pool->free_objs);
364 if (!objs[lookahead_count])
382 hlist_add_head(&objs[--lookahead_count]->node,
408 hlist_add_head(&objs[--lookahead_count]->node,