Searched refs:new_nr (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/md/persistent-data/ |
| D | dm-array.c | 174 const void *value, unsigned new_nr) in fill_ablock() argument 179 BUG_ON(new_nr > le32_to_cpu(ab->max_entries)); in fill_ablock() 180 BUG_ON(new_nr < le32_to_cpu(ab->nr_entries)); in fill_ablock() 183 delta = new_nr - nr_entries; in fill_ablock() 186 for (i = nr_entries; i < new_nr; i++) in fill_ablock() 188 ab->nr_entries = cpu_to_le32(new_nr); in fill_ablock() 197 unsigned new_nr) in trim_ablock() argument 202 BUG_ON(new_nr > le32_to_cpu(ab->max_entries)); in trim_ablock() 203 BUG_ON(new_nr > le32_to_cpu(ab->nr_entries)); in trim_ablock() 206 delta = nr_entries - new_nr; in trim_ablock() [all …]
|
| /Linux-v5.15/fs/ |
| D | aio.c | 634 unsigned i, new_nr; in ioctx_add_table() local 659 new_nr = (table ? table->nr : 1) * 4; in ioctx_add_table() 663 new_nr, GFP_KERNEL); in ioctx_add_table() 667 table->nr = new_nr; in ioctx_add_table()
|
| /Linux-v5.15/mm/ |
| D | vmscan.c | 700 long new_nr; in do_shrink_slab() local 783 new_nr = add_nr_deferred(next_deferred, shrinker, shrinkctl); in do_shrink_slab() 785 trace_mm_shrink_slab_end(shrinker, shrinkctl->nid, freed, nr, new_nr, total_scan); in do_shrink_slab()
|