Searched refs:nref (Results 1 – 8 of 8) sorted by relevance
39 refcount_set(&snapc->nref, 1); in ceph_create_snap_context()49 refcount_inc(&sc->nref); in ceph_get_snap_context()58 if (refcount_dec_and_test(&sc->nref)) { in ceph_put_snap_context()
69 atomic_read(&realm->nref), atomic_read(&realm->nref)+1); in ceph_get_snap_realm()76 if (atomic_inc_return(&realm->nref) == 1) { in ceph_get_snap_realm()120 atomic_set(&realm->nref, 1); /* for caller */ in ceph_create_snap_realm()202 atomic_read(&realm->nref), atomic_read(&realm->nref)-1); in __put_snap_realm()203 if (atomic_dec_and_test(&realm->nref)) in __put_snap_realm()214 atomic_read(&realm->nref), atomic_read(&realm->nref)-1); in ceph_put_snap_realm()215 if (!atomic_dec_and_test(&realm->nref)) in ceph_put_snap_realm()533 refcount_set(&capsnap->nref, 1); in ceph_queue_cap_snap()
190 refcount_t nref; member220 if (refcount_dec_and_test(&capsnap->nref)) { in ceph_put_cap_snap()800 atomic_t nref; member
1529 refcount_inc(&capsnap->nref); in __ceph_flush_snaps()2365 refcount_inc(&capsnap->nref); in __kick_flushing_caps()
77 u32 nref; in xgene_clk_pll_recalc_rate() local97 nref = CLKR_RD(pll) + 1; in xgene_clk_pll_recalc_rate()100 fref = parent_rate / nref; in xgene_clk_pll_recalc_rate()
164 refcount_t nref; member
229 int nref; /* # of atm_vcc's who reference us */ member2298 if (--lvcc->nref == 0) { in lanai_close()2334 lvcc->nref++; in lanai_open()2505 lvcc->nref, lvcc->stats.rx_nomem); in lanai_proc_read()
488 .nref = REFCOUNT_INIT(1),