Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/rds/
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()
A Drds.h280 refcount_t i_refcount; member

Completed in 7 milliseconds