Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Ddebugobjects.c346 int lookahead_count = 0; in __free_object() local
369 for (; lookahead_count < ODEBUG_BATCH_SIZE; lookahead_count++) { in __free_object()
370 objs[lookahead_count] = __alloc_object(&percpu_pool->free_objs); in __free_object()
371 if (!objs[lookahead_count]) in __free_object()
385 if (lookahead_count) { in __free_object()
386 WRITE_ONCE(obj_nr_tofree, obj_nr_tofree + lookahead_count); in __free_object()
387 obj_pool_used -= lookahead_count; in __free_object()
388 while (lookahead_count) { in __free_object()
389 hlist_add_head(&objs[--lookahead_count]->node, in __free_object()
411 if (lookahead_count) { in __free_object()
[all …]
/Linux-v5.10/include/linux/
Dpagemap.h814 unsigned long nr_to_read, unsigned long lookahead_count);