Home
last modified time | relevance | path

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

/openbmc/linux/net/rds/
H A Drecv.c47 refcount_set(&inc->i_refcount, 1); in rds_inc_init()
61 refcount_set(&inc->i_refcount, 1); in rds_inc_path_init()
73 rdsdebug("addref inc %p ref %d\n", inc, refcount_read(&inc->i_refcount)); in rds_inc_addref()
74 refcount_inc(&inc->i_refcount); in rds_inc_addref()
79 rdsdebug("put inc %p ref %d\n", inc, refcount_read(&inc->i_refcount)); in rds_inc_put()
80 if (refcount_dec_and_test(&inc->i_refcount)) { in rds_inc_put()
H A Drds.h280 refcount_t i_refcount; member