Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/char/hw_random/
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-6.6.21/drivers/md/
Dmd-bitmap.h264 sector_t old_lo, sector_t old_hi,
Dmd-bitmap.c1712 sector_t old_lo, sector_t old_hi, in md_bitmap_sync_with_cluster() argument
1718 for (sector = old_lo; sector < new_lo; ) { in md_bitmap_sync_with_cluster()
1722 WARN((blocks > new_lo) && old_lo, "alignment is not correct for lo\n"); in md_bitmap_sync_with_cluster()
/linux-6.6.21/net/core/
Dskbuff.c1630 u32 old_lo, old_hi; in skb_zerocopy_notify_extend() local
1633 old_lo = serr->ee.ee_info; in skb_zerocopy_notify_extend()
1635 sum_len = old_hi - old_lo + 1ULL + len; in skb_zerocopy_notify_extend()