Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dnocow_locking.c95 unsigned i, nr_zero = 0; in bch2_nocow_locks_to_text() local
105 nr_zero++; in bch2_nocow_locks_to_text()
109 if (nr_zero) in bch2_nocow_locks_to_text()
110 prt_printf(out, "(%u empty entries)\n", nr_zero); in bch2_nocow_locks_to_text()
111 nr_zero = 0; in bch2_nocow_locks_to_text()
123 if (nr_zero) in bch2_nocow_locks_to_text()
124 prt_printf(out, "(%u empty entries)\n", nr_zero); in bch2_nocow_locks_to_text()
/linux-6.12.1/mm/
Dcma.c383 unsigned long next_zero_bit, next_set_bit, nr_zero; in cma_debug_show_areas() local
395 nr_zero = next_set_bit - next_zero_bit; in cma_debug_show_areas()
396 nr_part = nr_zero << cma->order_per_bit; in cma_debug_show_areas()
400 start = next_zero_bit + nr_zero; in cma_debug_show_areas()