Home
last modified time | relevance | path

Searched refs:old_lo (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/char/hw_random/
H A Dvia-rng.c132 u32 lo, hi, old_lo; in via_rng_init() local
155 old_lo = lo; in via_rng_init()
172 if (lo != old_lo) in via_rng_init()
/linux/drivers/md/
H A Dmd-bitmap.c1912 sector_t old_lo, sector_t old_hi, in bitmap_sync_with_cluster() argument
1918 for (sector = old_lo; sector < new_lo; ) { in bitmap_sync_with_cluster()
1922 WARN((blocks > new_lo) && old_lo, "alignment is not correct for lo\n"); in bitmap_sync_with_cluster()
/linux/net/core/
H A Dskbuff.c1821 u32 old_lo, old_hi; in skb_zerocopy_notify_extend() local
1824 old_lo = serr->ee.ee_info; in skb_zerocopy_notify_extend()
1826 sum_len = old_hi - old_lo + 1ULL + len; in skb_zerocopy_notify_extend()