Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/md/
H A Dmd-bitmap.h273 sector_t old_lo, sector_t old_hi,
H A Dmd-bitmap.c1698 sector_t old_lo, sector_t old_hi, in md_bitmap_sync_with_cluster() argument
1704 for (sector = old_lo; sector < new_lo; ) { in md_bitmap_sync_with_cluster()
1708 WARN((blocks > new_lo) && old_lo, "alignment is not correct for lo\n"); in md_bitmap_sync_with_cluster()
/openbmc/linux/net/core/
H A 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()