Searched refs:read_pointer (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/arc/kernel/ |
D | unwind.c | 170 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.10/drivers/scsi/ |
D | st.h | 44 int read_pointer; member
|
D | st.c | 854 (STp->buffer)->read_pointer) / STp->block_size - in flush_buffer() 855 ((STp->buffer)->read_pointer + STp->block_size - 1) / in flush_buffer() 858 (STp->buffer)->read_pointer = 0; in flush_buffer() 1191 (STp->buffer)->buffer_bytes = (STp->buffer)->read_pointer = 0; in check_tape() 1953 STbp->read_pointer = 0; in read_tape() 2985 (STp->buffer)->buffer_bytes = (STp->buffer)->read_pointer = 0; in st_int_ioctl() 4054 for (i = 0, offset = st_bp->read_pointer; in from_buffer() 4069 st_bp->read_pointer += cnt; in from_buffer() 4098 st_bp->buffer_bytes = st_bp->read_pointer = total; in move_buffer_data()
|