Searched refs:ct1 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/mips/sgi-ip22/ |
D | ip22-time.c | 34 u32 ct0, ct1; in dosample() local 51 ct1 = read_c0_count(); in dosample() 63 return (ct1 - ct0) / (500000/HZ) * (500000/HZ); in dosample()
|
/Linux-v4.19/arch/mips/sni/ |
D | time.c | 86 u32 ct0, ct1; in dosample() local 102 ct1 = read_c0_count(); in dosample() 113 return (ct1 - ct0) / (500000/HZ) * (500000/HZ); in dosample()
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-lpc24xx.c | 98 u32 ct0, ct1, ct2; in lpc24xx_rtc_read_time() local 101 ct1 = rtc_readl(rtc, LPC24XX_CTIME1); in lpc24xx_rtc_read_time() 108 tm->tm_mon = CT1_MONTH(ct1); in lpc24xx_rtc_read_time() 109 tm->tm_mday = CT1_DOM(ct1); in lpc24xx_rtc_read_time() 110 tm->tm_year = CT1_YEAR(ct1); in lpc24xx_rtc_read_time()
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_core.c | 636 nf_ct_match(const struct nf_conn *ct1, const struct nf_conn *ct2) in nf_ct_match() argument 638 return nf_ct_tuple_equal(&ct1->tuplehash[IP_CT_DIR_ORIGINAL].tuple, in nf_ct_match() 640 nf_ct_tuple_equal(&ct1->tuplehash[IP_CT_DIR_REPLY].tuple, in nf_ct_match() 642 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_ORIGINAL) && in nf_ct_match() 643 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_REPLY) && in nf_ct_match() 644 net_eq(nf_ct_net(ct1), nf_ct_net(ct2)); in nf_ct_match()
|