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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Drecv.c44 atomic_set(&inc->i_refcount, 1);
54 rdsdebug("addref inc %p ref %d\n", inc, atomic_read(&inc->i_refcount));
55 atomic_inc(&inc->i_refcount);
61 rdsdebug("put inc %p ref %d\n", inc, atomic_read(&inc->i_refcount));
62 if (atomic_dec_and_test(&inc->i_refcount)) {
H A Drds.h192 atomic_t i_refcount; member in struct:rds_incoming

Completed in 98 milliseconds