Home
last modified time | relevance | path

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

/linux/rust/proc-macro2/
H A Dfallback.rs376 let (&last_char_index, &last_byte_offset) = self in byte_range()
383 last_byte_offset in byte_range()
385 let total_byte_offset = match self.source_text[last_byte_offset..] in byte_range()
389 Some((additional_offset, _ch)) => last_byte_offset + additional_offset, in byte_range()
/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c395 int last_byte_offset = -1; in its_sync_lpi_pending_table() local
409 if (byte_offset != last_byte_offset) { in its_sync_lpi_pending_table()
416 last_byte_offset = byte_offset; in its_sync_lpi_pending_table()
/linux/fs/nfsd/
H A Dnfs4state.c7895 last_byte_offset(u64 start, u64 len) in last_byte_offset() function
8406 file_lock->fl_end = last_byte_offset(lock->lk_offset, lock->lk_length); in nfsd4_lock()
8587 file_lock->fl_end = last_byte_offset(lockt->lt_offset, lockt->lt_length); in nfsd4_lockt()
8664 file_lock->fl_end = last_byte_offset(locku->lu_offset, in nfsd4_locku()