Home
last modified time | relevance | path

Searched refs:stamp (Results 126 - 133 of 133) sorted by relevance

123456

/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c1481 if (!oldest || time_before(rt6_ex->stamp, oldest->stamp)) in rt6_exception_remove_oldest()
1712 rt6_ex->stamp = jiffies; in rt6_insert_exception()
1912 * refresh its stamp
1934 rt6_ex->stamp = jiffies; in fib6_nh_update_exception()
2752 /* update rt6_ex->stamp for cache */ in __ip6_rt_update_pmtu()
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c1480 if (!oldest || time_before(rt6_ex->stamp, oldest->stamp)) in rt6_exception_remove_oldest()
1711 rt6_ex->stamp = jiffies; in rt6_insert_exception()
1911 * refresh its stamp
1933 rt6_ex->stamp = jiffies; in fib6_nh_update_exception()
2873 /* update rt6_ex->stamp for cache */ in __ip6_rt_update_pmtu()
/kernel/linux/linux-5.10/block/
H A Dgenhd.c957 disk->part0.stamp = 0; in del_gendisk()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h2735 unsigned long stamp; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h2736 unsigned long stamp; member
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4xdr.c661 u32 stamp, gidcount, uid, gid; in nfsd4_decode_authsys_parms() local
664 if (xdr_stream_decode_u32(argp->xdr, &stamp) < 0) in nfsd4_decode_authsys_parms()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dtg3.c6139 u64 stamp; in tg3_refclk_read() local
6142 stamp = tr32(TG3_EAV_REF_CLCK_LSB); in tg3_refclk_read()
6144 stamp |= (u64)tr32(TG3_EAV_REF_CLCK_MSB) << 32; in tg3_refclk_read()
6146 return stamp; in tg3_refclk_read()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dtg3.c6132 u64 stamp; in tg3_refclk_read() local
6135 stamp = tr32(TG3_EAV_REF_CLCK_LSB); in tg3_refclk_read()
6137 stamp |= (u64)tr32(TG3_EAV_REF_CLCK_MSB) << 32; in tg3_refclk_read()
6139 return stamp; in tg3_refclk_read()

Completed in 74 milliseconds

123456