Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rds/
H A Drecv.c46 refcount_set(&inc->i_refcount, 1); in rds_inc_init()
60 refcount_set(&inc->i_refcount, 1); in rds_inc_path_init()
72 rdsdebug("addref inc %p ref %d\n", inc, refcount_read(&inc->i_refcount)); in rds_inc_addref()
73 refcount_inc(&inc->i_refcount); in rds_inc_addref()
78 rdsdebug("put inc %p ref %d\n", inc, refcount_read(&inc->i_refcount)); in rds_inc_put()
79 if (refcount_dec_and_test(&inc->i_refcount)) { in rds_inc_put()
H A Drds.h280 refcount_t i_refcount; member
/kernel/linux/linux-6.6/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

Completed in 6 milliseconds