Searched refs:refc (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/powerpc/perf/ |
| H A D | imc-pmu.c | 56 .refc = 0, 416 ref->refc = 0; in ppc_nest_imc_cpu_offline() 481 if (ref->refc == 0) { in nest_imc_counters_release() 495 ref->refc--; in nest_imc_counters_release() 496 if (ref->refc == 0) { in nest_imc_counters_release() 504 } else if (ref->refc < 0) { in nest_imc_counters_release() 506 ref->refc = 0; in nest_imc_counters_release() 574 if (ref->refc == 0) { in nest_imc_event_init() 584 ++ref->refc; in nest_imc_event_init() 721 ref->refc = 0; in ppc_core_imc_cpu_offline() [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | imc-pmu.h | 142 int refc; member
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_refcount.c | 115 start = be32_to_cpu(rec->refc.rc_startblock); in xfs_refcount_btrec_to_irec() 124 irec->rc_blockcount = be32_to_cpu(rec->refc.rc_blockcount); in xfs_refcount_btrec_to_irec() 125 irec->rc_refcount = be32_to_cpu(rec->refc.rc_refcount); in xfs_refcount_btrec_to_irec() 249 rec.refc.rc_startblock = cpu_to_be32(start); in xfs_refcount_update() 250 rec.refc.rc_blockcount = cpu_to_be32(irec->rc_blockcount); in xfs_refcount_update() 251 rec.refc.rc_refcount = cpu_to_be32(irec->rc_refcount); in xfs_refcount_update() 2030 be32_to_cpu(rec->refc.rc_refcount) != 1)) { in xfs_refcount_recover_extent()
|
| H A D | xfs_btree.h | 39 struct xfs_refcount_key refc; member 48 struct xfs_refcount_rec refc; member
|
| /linux/fs/xfs/ |
| H A D | xfs_trace.h | 3930 TP_PROTO(struct xfs_mount *mp, struct xfs_refcount_intent *refc), 3931 TP_ARGS(mp, refc), 3942 __entry->type = refc->ri_group->xg_type; 3943 __entry->agno = refc->ri_group->xg_gno; 3944 __entry->op = refc->ri_type; 3945 __entry->gbno = xfs_fsb_to_gbno(mp, refc->ri_startblock, 3946 refc->ri_group->xg_type); 3947 __entry->len = refc->ri_blockcount; 3959 TP_PROTO(struct xfs_mount *mp, struct xfs_refcount_intent *refc), \ 3960 TP_ARGS(mp, refc))
|