Home
last modified time | relevance | path

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

/net/rds/
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,
Diw_recv.c147 if (!atomic_add_unless(&rds_iw_allocation, 1, rds_iw_sysctl_max_recv_allocation)) { in rds_iw_recv_refill_one()
896 rds_iw_sysctl_max_recv_allocation = si.totalram / 3 * PAGE_SIZE / RDS_FRAG_SIZE; in rds_iw_recv_init()
Diw.h377 extern unsigned long rds_iw_sysctl_max_recv_allocation;