Searched refs:rds_iw_sysctl_max_recv_allocation (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/net/rds/
H A Diw_sysctl.c43 unsigned long rds_iw_sysctl_max_recv_allocation = (128 * 1024 * 1024) / RDS_FRAG_SIZE; variable
97 .data = &rds_iw_sysctl_max_recv_allocation,
H A Diw.h376 extern unsigned long rds_iw_sysctl_max_recv_allocation;
H A Diw_recv.c147 if (!atomic_add_unless(&rds_iw_allocation, 1, rds_iw_sysctl_max_recv_allocation)) { rds_iw_recv_refill_one()
881 rds_iw_sysctl_max_recv_allocation = si.totalram / 3 * PAGE_SIZE / RDS_FRAG_SIZE; rds_iw_recv_init()

Completed in 43 milliseconds