Home
last modified time | relevance | path

Searched refs:rcount (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/drivers/isdn/mISDN/
Dhwchannel.c54 bch->rcount--; in bchannel_bh()
99 ch->rcount = 0; in mISDN_initbchannel()
152 ch->rcount = 0; in mISDN_clear_bchannel()
278 if (bch->rcount >= 64) { in recv_Bchannel()
284 bch->rcount++; in recv_Bchannel()
303 if (bch->rcount >= 64) { in recv_Bchannel_skb()
307 bch->rcount = 0; in recv_Bchannel_skb()
309 bch->rcount++; in recv_Bchannel_skb()
351 if (bch->rcount >= 64) { in confirm_Bsend()
355 bch->rcount = 0; in confirm_Bsend()
[all …]
/linux-4.19.296/fs/xfs/scrub/
Dquota.c104 unsigned long long rcount; in xchk_quota_item() local
160 rcount = be64_to_cpu(d->d_rtbcount); in xchk_quota_item()
177 if (icount > fs_icount || rcount > mp->m_sb.sb_rblocks) in xchk_quota_item()
189 if (id != 0 && rhard != 0 && rcount > rhard) in xchk_quota_item()
/linux-4.19.296/drivers/regulator/
Dmax8925-regulator.c251 int rcount; in max8925_regulator_dt_init() local
262 rcount = of_regulator_match(&pdev->dev, np, in max8925_regulator_dt_init()
265 if (rcount < 0) in max8925_regulator_dt_init()
266 return rcount; in max8925_regulator_dt_init()
/linux-4.19.296/fs/jbd2/
Drecovery.c818 __u32 rcount; in scan_revoke_records() local
823 rcount = be32_to_cpu(header->r_count); in scan_revoke_records()
830 if (rcount > journal->j_blocksize - csum_size) in scan_revoke_records()
832 max = rcount; in scan_revoke_records()
/linux-4.19.296/include/linux/
DmISDNhw.h171 int rcount; member
/linux-4.19.296/include/soc/fsl/qe/
Dqe.h599 __be16 rcount; /* Rx internal byte count */ member