Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arc/kernel/
Dunwind.c170 static unsigned long read_pointer(const u8 **pLoc,
203 || (void *)read_pointer(&ptr, end, header_start[1]) != table_start in init_unwind_table()
205 || read_pointer(&ptr, end, header_start[2]) <= 0 in init_unwind_table()
299 if (!read_pointer(&ptr, (const u8 *)(fde + 1) + *fde, in init_unwind_hdr()
340 header->table[n].start = read_pointer(&ptr, in init_unwind_hdr()
536 static unsigned long read_pointer(const u8 **pLoc, const void *end, in read_pointer() function
649 if (!read_pointer(&ptr, end, ptrType) in fde_pointer_type()
735 state->loc = read_pointer(&ptr.p8, end, in processCFI()
959 if (tableSize && read_pointer(&ptr, end, hdr[1]) in arc_unwind()
961 && (i = read_pointer(&ptr, end, hdr[2])) > 0 in arc_unwind()
[all …]
/Linux-v5.4/drivers/scsi/
Dst.h44 int read_pointer; member
Dst.c852 (STp->buffer)->read_pointer) / STp->block_size - in flush_buffer()
853 ((STp->buffer)->read_pointer + STp->block_size - 1) / in flush_buffer()
856 (STp->buffer)->read_pointer = 0; in flush_buffer()
1189 (STp->buffer)->buffer_bytes = (STp->buffer)->read_pointer = 0; in check_tape()
1952 STbp->read_pointer = 0; in read_tape()
2985 (STp->buffer)->buffer_bytes = (STp->buffer)->read_pointer = 0; in st_int_ioctl()
4034 for (i = 0, offset = st_bp->read_pointer; in from_buffer()
4049 st_bp->read_pointer += cnt; in from_buffer()
4078 st_bp->buffer_bytes = st_bp->read_pointer = total; in move_buffer_data()