Home
last modified time | relevance | path

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

/linux/net/ceph/crush/
H A Dmapper.c660 int endpos = outpos + left; in crush_choose_indep() local
673 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
683 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
688 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
694 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
767 for (i = outpos; i < endpos; i++) { in crush_choose_indep()
810 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
825 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
830 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
/linux/drivers/video/fbdev/
H A Darcfb.c410 unsigned int bitppos, startpos, endpos, bitcount; in arcfb_damage_range() local
415 endpos = ceilXres((bitppos + (len * 8)), xres); in arcfb_damage_range()
416 bitcount = endpos - startpos; in arcfb_damage_range()
/linux/fs/xfs/scrub/
H A Dxfarray.c240 loff_t endpos = xfarray_pos(array, array->nr); in xfarray_store_anywhere() local
246 pos < endpos && array->unset_slots > 0; in xfarray_store_anywhere()