Searched refs:RVT_SEGSZ (Results 1 – 3 of 3) 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()387 if (++n == RVT_SEGSZ) { in rvt_reg_user_mr()572 m = mapped_segs / RVT_SEGSZ; in rvt_set_page()573 n = mapped_segs % RVT_SEGSZ; in rvt_set_page()787 m = entries_spanned_by_off / RVT_SEGSZ; in rvt_lkey_ok()788 n = entries_spanned_by_off % RVT_SEGSZ; in rvt_lkey_ok()795 if (n >= RVT_SEGSZ) { in rvt_lkey_ok()894 m = entries_spanned_by_off / RVT_SEGSZ; in rvt_rkey_ok()895 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()
1107 if (++sge->n >= RVT_SEGSZ) { in kern_find_pages()