Lines Matching defs:objs
81 /* The number of objs on the global free list */
140 * Reuse objs from the global free list; they will be reinitialized
303 * The objs on the pool list might be allocated before the work is
321 * Pool list is already full and there are still objs on the free
322 * list. Move remaining free objs to a temporary list to free the
340 struct debug_obj *objs[ODEBUG_BATCH_SIZE];
366 objs[lookahead_count] = __alloc_object(&percpu_pool->free_objs);
367 if (!objs[lookahead_count])
385 hlist_add_head(&objs[--lookahead_count]->node,
411 hlist_add_head(&objs[--lookahead_count]->node,