Home
last modified time | relevance | path

Searched defs:next_zero_bit (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dbitmap.rs470 pub fn next_zero_bit(&self, start: usize) -> Option<usize> { in next_zero_bit() method
/linux/fs/ext2/
H A Dballoc.c77 ext2_grpblk_t next_zero_bit; in ext2_valid_block_bitmap() local