Searched refs:rds_iw_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 Diw_recv.c44 static atomic_t rds_iw_allocation = ATOMIC_INIT(0); variable
147 if (!atomic_add_unless(&rds_iw_allocation, 1, rds_iw_sysctl_max_recv_allocation)) {
154 atomic_dec(&rds_iw_allocation);
301 atomic_dec(&rds_iw_allocation);
302 BUG_ON(atomic_read(&rds_iw_allocation) < 0);

Completed in 32 milliseconds