Searched refs:read_pointer (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/arc/kernel/ |
D | unwind.c | 170 static unsigned long read_pointer(const u8 **pLoc, 203 || (void *)read_pointer(&ptr, end, header_start[1]) in init_unwind_table() 206 || read_pointer(&ptr, end, header_start[2]) <= 0 in init_unwind_table() 295 if (!read_pointer(&ptr, (const u8 *)(fde + 1) + *fde, in init_unwind_hdr() 336 header->table[n].start = read_pointer(&ptr, in init_unwind_hdr() 534 static unsigned long read_pointer(const u8 **pLoc, const void *end, in read_pointer() function 647 if (!read_pointer(&ptr, end, ptrType) in fde_pointer_type() 733 state->loc = read_pointer(&ptr.p8, end, in processCFI() 957 if (tableSize && read_pointer(&ptr, end, hdr[1]) in arc_unwind() 959 && (i = read_pointer(&ptr, end, hdr[2])) > 0 in arc_unwind() [all …]
|
/Linux-v6.6/drivers/scsi/ |
D | st.h | 43 int read_pointer; member
|
D | st.c | 855 (STp->buffer)->read_pointer) / STp->block_size - in flush_buffer() 856 ((STp->buffer)->read_pointer + STp->block_size - 1) / in flush_buffer() 859 (STp->buffer)->read_pointer = 0; in flush_buffer() 1192 (STp->buffer)->buffer_bytes = (STp->buffer)->read_pointer = 0; in check_tape() 1954 STbp->read_pointer = 0; in read_tape() 2985 (STp->buffer)->buffer_bytes = (STp->buffer)->read_pointer = 0; in st_int_ioctl() 4024 for (i = 0, offset = st_bp->read_pointer; in from_buffer() 4039 st_bp->read_pointer += cnt; in from_buffer() 4068 st_bp->buffer_bytes = st_bp->read_pointer = total; in move_buffer_data()
|