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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dib_recv.c44 static atomic_t rds_ib_allocation = ATOMIC_INIT(0); variable
147 if (!atomic_add_unless(&rds_ib_allocation, 1, rds_ib_sysctl_max_recv_allocation)) {
154 atomic_dec(&rds_ib_allocation);
301 atomic_dec(&rds_ib_allocation);
302 BUG_ON(atomic_read(&rds_ib_allocation) < 0);

Completed in 103 milliseconds