Home
last modified time | relevance | path

Searched refs:lookahead_count (Results 1 – 1 of 1) sorted by relevance

/lib/
Ddebugobjects.c342 int lookahead_count = 0; in __free_object() local
365 for (; lookahead_count < ODEBUG_BATCH_SIZE; lookahead_count++) { in __free_object()
366 objs[lookahead_count] = __alloc_object(&percpu_pool->free_objs); in __free_object()
367 if (!objs[lookahead_count]) in __free_object()
381 if (lookahead_count) { in __free_object()
382 WRITE_ONCE(obj_nr_tofree, obj_nr_tofree + lookahead_count); in __free_object()
383 obj_pool_used -= lookahead_count; in __free_object()
384 while (lookahead_count) { in __free_object()
385 hlist_add_head(&objs[--lookahead_count]->node, in __free_object()
407 if (lookahead_count) { in __free_object()
[all …]