Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Dmd-bitmap.c1912 sector_t old_lo, sector_t old_hi, in bitmap_sync_with_cluster() argument
1924 for (sector = old_hi; sector < new_hi; ) { in bitmap_sync_with_cluster()
1928 WARN((blocks > new_hi) && old_hi, "alignment is not correct for hi\n"); in bitmap_sync_with_cluster()
/linux/net/core/
H A Dskbuff.c1821 u32 old_lo, old_hi; in skb_zerocopy_notify_extend() local
1825 old_hi = serr->ee.ee_data; in skb_zerocopy_notify_extend()
1826 sum_len = old_hi - old_lo + 1ULL + len; in skb_zerocopy_notify_extend()
1831 if (lo != old_hi + 1) in skb_zerocopy_notify_extend()