Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Dmd-bitmap.h263 sector_t old_lo, sector_t old_hi,
Dmd-bitmap.c1641 sector_t old_lo, sector_t old_hi, in md_bitmap_sync_with_cluster() argument
1653 for (sector = old_hi; sector < new_hi; ) { in md_bitmap_sync_with_cluster()
1657 WARN((blocks > new_hi) && old_hi, "alignment is not correct for hi\n"); in md_bitmap_sync_with_cluster()
/linux-5.19.10/net/core/
Dskbuff.c1255 u32 old_lo, old_hi; in skb_zerocopy_notify_extend() local
1259 old_hi = serr->ee.ee_data; in skb_zerocopy_notify_extend()
1260 sum_len = old_hi - old_lo + 1ULL + len; in skb_zerocopy_notify_extend()
1265 if (lo != old_hi + 1) in skb_zerocopy_notify_extend()