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

/linux-master/lib/
H A Ddebugobjects.c339 int lookahead_count = 0; local
362 for (; lookahead_count < ODEBUG_BATCH_SIZE; lookahead_count++) {
363 objs[lookahead_count] = __alloc_object(&percpu_pool->free_objs);
364 if (!objs[lookahead_count])
378 if (lookahead_count) {
379 WRITE_ONCE(obj_nr_tofree, obj_nr_tofree + lookahead_count);
380 obj_pool_used -= lookahead_count;
381 while (lookahead_count) {
382 hlist_add_head(&objs[--lookahead_count]
[all...]
/linux-master/drivers/tty/
H A Dn_tty.c121 size_t lookahead_count; member in struct:n_tty_data
328 ldata->lookahead_count = 0;
1507 ldata->lookahead_count += count;
1615 size_t la_count = min(ldata->lookahead_count, count);
1637 ldata->lookahead_count -= la_count;
/linux-master/include/linux/
H A Dpagemap.h1274 unsigned long nr_to_read, unsigned long lookahead_count);

Completed in 112 milliseconds