Home
last modified time | relevance | path

Searched refs:old_lo (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/md/
H A Dmd-bitmap.h263 sector_t old_lo, sector_t old_hi,
H A Dmd-bitmap.c1643 sector_t old_lo, sector_t old_hi, in md_bitmap_sync_with_cluster()
1649 for (sector = old_lo; sector < new_lo; ) { in md_bitmap_sync_with_cluster()
1653 WARN((blocks > new_lo) && old_lo, "alignment is not correct for lo\n"); in md_bitmap_sync_with_cluster()
1642 md_bitmap_sync_with_cluster(struct mddev *mddev, sector_t old_lo, sector_t old_hi, sector_t new_lo, sector_t new_hi) md_bitmap_sync_with_cluster() argument
/kernel/linux/linux-6.6/drivers/md/
H A Dmd-bitmap.h264 sector_t old_lo, sector_t old_hi,
H A Dmd-bitmap.c1715 sector_t old_lo, sector_t old_hi, in md_bitmap_sync_with_cluster()
1721 for (sector = old_lo; sector < new_lo; ) { in md_bitmap_sync_with_cluster()
1725 WARN((blocks > new_lo) && old_lo, "alignment is not correct for lo\n"); in md_bitmap_sync_with_cluster()
1714 md_bitmap_sync_with_cluster(struct mddev *mddev, sector_t old_lo, sector_t old_hi, sector_t new_lo, sector_t new_hi) md_bitmap_sync_with_cluster() argument
/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c1187 u32 old_lo, old_hi; in skb_zerocopy_notify_extend() local
1190 old_lo = serr->ee.ee_info; in skb_zerocopy_notify_extend()
1192 sum_len = old_hi - old_lo + 1ULL + len; in skb_zerocopy_notify_extend()
/kernel/linux/linux-6.6/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()

Completed in 25 milliseconds