Searched refs:sc_count (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/regulator/
H A Dqcom-labibb-regulator.c95 int sc_count; member in struct:labibb_regulator
449 if (vreg->sc_count > LABIBB_MAX_SC_COUNT)
502 vreg->sc_count = 0;
512 vreg->sc_count++;
537 if (vreg->sc_count > LABIBB_MAX_SC_COUNT)
/linux-master/fs/nfsd/
H A Dstate.h90 refcount_t sc_count; member in struct:nfs4_stid
H A Dnfs4layouts.c347 refcount_inc(&ls->ls_stid.sc_count);
452 refcount_inc(&ls->ls_stid.sc_count);
H A Dtrace.h667 __field(int, sc_count)
678 __entry->sc_count = refcount_read(&stid->sc_count);
687 __entry->sc_count, show_stid_type(__entry->sc_type),
H A Dnfs4state.c963 refcount_set(&stid->sc_count, 1);
1214 if (!refcount_dec_and_lock(&s->sc_count, &clp->cl_lock)) {
1322 refcount_inc(&dp->dl_stid.sc_count);
1383 refcount_inc(&dp->dl_stid.sc_count);
1538 if (!refcount_dec_and_test(&s->sc_count)) {
1703 refcount_inc(&stid->sc_count);
2616 refcount_inc(&s->sc_count);
3099 refcount_inc(&dp->dl_stid.sc_count);
4757 refcount_inc(&ret->st_stid.sc_count);
4921 refcount_inc(&stp->st_stid.sc_count);
[all...]

Completed in 106 milliseconds