Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/
H A Dmips_ejtag_fdc.c221 const u8 **ptrs_end = ptrs + ranges; in mips_ejtag_fdc_encode() local
223 for (; ptrs < ptrs_end; ++ptrs) { in mips_ejtag_fdc_encode()
/linux-6.15/fs/bcachefs/
H A Dbtree_io.c173 struct bkey_packed *new_whiteouts, **ptrs, **ptrs_end, *k; in bch2_sort_whiteouts() local
182 ptrs = ptrs_end = ((void *) new_whiteouts + bytes); in bch2_sort_whiteouts()
189 sort_bkey_ptrs(b, ptrs, ptrs_end - ptrs); in bch2_sort_whiteouts()
193 while (ptrs != ptrs_end) { in bch2_sort_whiteouts()