i_refcount        281 net/rds/rds.h  	refcount_t		i_refcount;
i_refcount         46 net/rds/recv.c 	refcount_set(&inc->i_refcount, 1);
i_refcount         60 net/rds/recv.c 	refcount_set(&inc->i_refcount, 1);
i_refcount         72 net/rds/recv.c 	rdsdebug("addref inc %p ref %d\n", inc, refcount_read(&inc->i_refcount));
i_refcount         73 net/rds/recv.c 	refcount_inc(&inc->i_refcount);
i_refcount         78 net/rds/recv.c 	rdsdebug("put inc %p ref %d\n", inc, refcount_read(&inc->i_refcount));
i_refcount         79 net/rds/recv.c 	if (refcount_dec_and_test(&inc->i_refcount)) {