Home
last modified time | relevance | path

Searched refs:max_ofs (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_debug.c139 pb_size *min_ofs, pb_size *max_ofs) in check_random_pattern()
144 *max_ofs = 0; in check_random_pattern()
148 *max_ofs = MAX2(*max_ofs, i); in check_random_pattern()
188 pb_size min_ofs, max_ofs; in pb_debug_buffer_check() local
191 &min_ofs, &max_ofs); in pb_debug_buffer_check()
196 buf->underflow_size - max_ofs); in pb_debug_buffer_check()
201 &min_ofs, &max_ofs); in pb_debug_buffer_check()
206 max_ofs, in pb_debug_buffer_check()
207 max_ofs in pb_debug_buffer_check()
138 check_random_pattern(const uint8_t *dst, pb_size size, pb_size *min_ofs, pb_size *max_ofs) check_random_pattern() argument
[all...]
/kernel/linux/linux-5.10/fs/jffs2/
H A Dscan.c449 uint32_t ofs, prevofs, max_ofs; in jffs2_scan_eraseblock() local
572 max_ofs = EMPTY_SCAN_SIZE(c->sector_size); in jffs2_scan_eraseblock()
574 while(ofs < max_ofs && *(uint32_t *)(&buf[ofs]) == 0xFFFFFFFF) in jffs2_scan_eraseblock()
577 if (ofs == max_ofs) { in jffs2_scan_eraseblock()
/kernel/linux/linux-6.6/fs/jffs2/
H A Dscan.c449 uint32_t ofs, prevofs, max_ofs; in jffs2_scan_eraseblock() local
572 max_ofs = EMPTY_SCAN_SIZE(c->sector_size); in jffs2_scan_eraseblock()
574 while(ofs < max_ofs && *(uint32_t *)(&buf[ofs]) == 0xFFFFFFFF) in jffs2_scan_eraseblock()
577 if (ofs == max_ofs) { in jffs2_scan_eraseblock()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c1144 int max_ofs; in hem_list_alloc_mid_bt() local
1164 max_ofs = r->offset + r->count - 1; in hem_list_alloc_mid_bt()
1183 end = min_t(int, start_aligned + step - 1, max_ofs); in hem_list_alloc_mid_bt()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c1168 int max_ofs; in hem_list_alloc_mid_bt() local
1188 max_ofs = r->offset + r->count - 1; in hem_list_alloc_mid_bt()
1207 end = min_t(int, start_aligned + step - 1, max_ofs); in hem_list_alloc_mid_bt()

Completed in 8 milliseconds