Searched refs:prev_offset (Results 1 - 8 of 8) sorted by relevance

/linux-master/sound/synth/
H A Dutil_mem.c63 unsigned int units, prev_offset; local
77 prev_offset = 0;
80 if (blk->offset - prev_offset >= units)
82 prev_offset = blk->offset + blk->size;
84 if (hdr->size - prev_offset < units)
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcalib.h105 int32_t prev_offset; /* Previous value of PA offset value */ member in struct:ath9k_pacal_info
H A Dar9002_calib.c515 if ((!is_reset) && (ah->pacal_info.prev_offset == regVal)) {
523 ah->pacal_info.prev_offset = regVal;
618 if ((!is_reset) && (ah->pacal_info.prev_offset == offset)) {
626 ah->pacal_info.prev_offset = offset;
/linux-master/mm/
H A Dswap_state.c571 static unsigned int __swapin_nr_pages(unsigned long prev_offset, argument
591 if (offset != prev_offset + 1 && offset != prev_offset - 1)
613 static unsigned long prev_offset; local
622 pages = __swapin_nr_pages(READ_ONCE(prev_offset), offset, hits,
626 WRITE_ONCE(prev_offset, offset);
/linux-master/drivers/video/fbdev/
H A Dbroadsheetfb.c935 unsigned long prev_offset = ULONG_MAX; local
946 if (prev_offset == ULONG_MAX) {
950 } else if ((prev_offset + PAGE_SIZE) == pageref->offset) {
960 prev_offset = pageref->offset;
/linux-master/fs/bcachefs/
H A Dsuper-io.c263 u64 offset, prev_offset, max_sectors; local
292 prev_offset = le64_to_cpu(layout->sb_offset[0]);
297 if (offset < prev_offset + max_sectors) {
300 i - 1, prev_offset + max_sectors, offset);
303 prev_offset = offset;
/linux-master/tools/objtool/
H A Dcheck.c2027 unsigned int prev_offset = 0; local
2042 if (prev_offset && reloc_offset(reloc) != prev_offset + 8)
2067 prev_offset = reloc_offset(reloc);
2070 if (!prev_offset) {
/linux-master/kernel/bpf/
H A Dverifier.c15910 u32 prev_offset = 0; local
15969 } else if (krecord[i].insn_off <= prev_offset) {
15972 krecord[i].insn_off, prev_offset);
15989 prev_offset = krecord[i].insn_off;
16097 u32 i, s, nr_linfo, ncopy, expected_size, rec_size, prev_offset = 0; local
16162 if ((i && linfo[i].insn_off <= prev_offset) ||
16164 verbose(env, "Invalid line_info[%u].insn_off:%u (prev_offset:%u prog->len:%u)\n",
16165 i, linfo[i].insn_off, prev_offset,
16197 prev_offset = linfo[i].insn_off;

Completed in 176 milliseconds