Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Ddebugobjects.c343 int lookahead_count = 0; in __free_object() local
366 for (; lookahead_count < ODEBUG_BATCH_SIZE; lookahead_count++) { in __free_object()
367 objs[lookahead_count] = __alloc_object(&percpu_pool->free_objs); in __free_object()
368 if (!objs[lookahead_count]) in __free_object()
382 if (lookahead_count) { in __free_object()
383 WRITE_ONCE(obj_nr_tofree, obj_nr_tofree + lookahead_count); in __free_object()
384 obj_pool_used -= lookahead_count; in __free_object()
385 while (lookahead_count) { in __free_object()
386 hlist_add_head(&objs[--lookahead_count]->node, in __free_object()
408 if (lookahead_count) { in __free_object()
[all …]
/linux-6.1.9/drivers/tty/
Dn_tty.c122 size_t lookahead_count; member
340 ldata->lookahead_count = 0; in reset_buffer_flags()
1490 ldata->lookahead_count += count; in n_tty_lookahead_flow_ctrl()
1598 size_t la_count = min_t(size_t, ldata->lookahead_count, count); in __receive_buf()
1620 ldata->lookahead_count -= la_count; in __receive_buf()
/linux-6.1.9/include/linux/
Dpagemap.h1187 unsigned long nr_to_read, unsigned long lookahead_count);