Lines Matching refs:lookahead_count
342 int lookahead_count = 0;
365 for (; lookahead_count < ODEBUG_BATCH_SIZE; lookahead_count++) {
366 objs[lookahead_count] = __alloc_object(&percpu_pool->free_objs);
367 if (!objs[lookahead_count])
381 if (lookahead_count) {
382 WRITE_ONCE(obj_nr_tofree, obj_nr_tofree + lookahead_count);
383 obj_pool_used -= lookahead_count;
384 while (lookahead_count) {
385 hlist_add_head(&objs[--lookahead_count]->node,
407 if (lookahead_count) {
408 WRITE_ONCE(obj_pool_free, obj_pool_free + lookahead_count);
409 obj_pool_used -= lookahead_count;
410 while (lookahead_count) {
411 hlist_add_head(&objs[--lookahead_count]->node,