Home
last modified time | relevance | path

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

/linux/lib/
A Ddebugobjects.c346 int lookahead_count = 0; in __free_object() local
369 for (; lookahead_count < ODEBUG_BATCH_SIZE; lookahead_count++) { in __free_object()
371 if (!objs[lookahead_count]) in __free_object()
385 if (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()
413 obj_pool_used -= lookahead_count; in __free_object()
414 while (lookahead_count) { in __free_object()
[all …]
/linux/include/linux/
A Dpagemap.h1002 unsigned long nr_to_read, unsigned long lookahead_count);

Completed in 8 milliseconds