RDS_FRAG_SIZE
rds_ib_sysctl_max_recv_allocation = si.totalram / 3 * PAGE_SIZE / RDS_FRAG_SIZE;
atomic_add(RDS_FRAG_SIZE / SZ_1K, &ic->i_cache_allocs);
rds_ib_stats_add(s_ib_recv_added_to_cache, RDS_FRAG_SIZE);
atomic_sub(RDS_FRAG_SIZE / SZ_1K, &ic->i_cache_allocs);
rds_ib_stats_add(s_ib_recv_added_to_cache, RDS_FRAG_SIZE);
RDS_FRAG_SIZE, page_mask);
if (frag_off == RDS_FRAG_SIZE) {
RDS_FRAG_SIZE - frag_off);
sge->length = RDS_FRAG_SIZE;
to_copy = min(RDS_FRAG_SIZE - frag_off, PAGE_SIZE - map_off);
if (frag_off == RDS_FRAG_SIZE) {
if (ic->i_recv_data_rem > RDS_FRAG_SIZE)
ic->i_recv_data_rem -= RDS_FRAG_SIZE;
BUG_ON(off % RDS_FRAG_SIZE);
i = DIV_ROUND_UP(be32_to_cpu(rm->m_inc.i_hdr.h_len), RDS_FRAG_SIZE);
len = min(RDS_FRAG_SIZE,
unsigned long rds_ib_sysctl_max_recv_allocation = (128 * 1024 * 1024) / RDS_FRAG_SIZE;