Searched refs:RVT_SEGSZ (Results 1 – 5 of 5) sorted by relevance
100 m = (count + RVT_SEGSZ - 1) / RVT_SEGSZ; in rvt_init_mregion()244 m = (count + RVT_SEGSZ - 1) / RVT_SEGSZ; in __rvt_alloc_mr()382 if (++n == RVT_SEGSZ) { in rvt_reg_user_mr()567 m = mapped_segs / RVT_SEGSZ; in rvt_set_page()568 n = mapped_segs % RVT_SEGSZ; in rvt_set_page()782 m = entries_spanned_by_off / RVT_SEGSZ; in rvt_lkey_ok()783 n = entries_spanned_by_off % RVT_SEGSZ; in rvt_lkey_ok()790 if (n >= RVT_SEGSZ) { in rvt_lkey_ok()889 m = entries_spanned_by_off / RVT_SEGSZ; in rvt_rkey_ok()890 n = entries_spanned_by_off % RVT_SEGSZ; in rvt_rkey_ok()[all …]
25 #define RVT_SEGSZ (PAGE_SIZE / sizeof(struct rvt_seg)) macro28 struct rvt_seg segs[RVT_SEGSZ];128 if (++sge->n >= RVT_SEGSZ) { in rvt_update_sge()
186 if (++sge->n >= RVT_SEGSZ) { in qib_ud_loopback()
161 if (++sge.n >= RVT_SEGSZ) { in qib_count_sge()194 if (++sge->n >= RVT_SEGSZ) { in qib_copy_from_sge()
1107 if (++sge->n >= RVT_SEGSZ) { in kern_find_pages()