Searched refs:prev_offset (Results 1 – 7 of 7) sorted by relevance
/linux/sound/synth/ |
H A D | util_mem.c | 63 unsigned int units, prev_offset; in __snd_util_mem_alloc() local 77 prev_offset = 0; in __snd_util_mem_alloc() 80 if (blk->offset - prev_offset >= units) in __snd_util_mem_alloc() 82 prev_offset = blk->offset + blk->size; in __snd_util_mem_alloc() 84 if (hdr->size - prev_offset < units) in __snd_util_mem_alloc()
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | calib.h | 105 int32_t prev_offset; /* Previous value of PA offset value */ member
|
H A D | ar9002_calib.c | 515 if ((!is_reset) && (ah->pacal_info.prev_offset == regVal)) { in ar9271_hw_pa_cal() 523 ah->pacal_info.prev_offset = regVal; in ar9271_hw_pa_cal() 618 if ((!is_reset) && (ah->pacal_info.prev_offset == offset)) { in ar9285_hw_pa_cal() 626 ah->pacal_info.prev_offset = offset; in ar9285_hw_pa_cal()
|
/linux/drivers/video/fbdev/ |
H A D | broadsheetfb.c | 935 unsigned long prev_offset = ULONG_MAX; in broadsheetfb_dpy_deferred_io() local 946 if (prev_offset == ULONG_MAX) { in broadsheetfb_dpy_deferred_io() 950 } else if ((prev_offset + PAGE_SIZE) == pageref->offset) { in broadsheetfb_dpy_deferred_io() 960 prev_offset = pageref->offset; in broadsheetfb_dpy_deferred_io()
|
/linux/fs/bcachefs/ |
H A D | super-io.c | 280 u64 offset, prev_offset, max_sectors; in validate_sb_layout() local 314 prev_offset = le64_to_cpu(layout->sb_offset[0]); in validate_sb_layout() 319 if (offset < prev_offset + max_sectors) { in validate_sb_layout() 322 i - 1, prev_offset + max_sectors, offset); in validate_sb_layout() 325 prev_offset = offset; in validate_sb_layout()
|
/linux/tools/objtool/ |
H A D | check.c | 1954 unsigned int prev_offset = 0; in add_jump_table() local 1971 if (prev_offset && reloc_offset(reloc) != prev_offset + 8) in add_jump_table() 2005 prev_offset = reloc_offset(reloc); in add_jump_table() 2008 if (!prev_offset) { in add_jump_table()
|
/linux/kernel/bpf/ |
H A D | verifier.c | 17241 u32 prev_offset = 0; in check_btf_func_early() local 17300 } else if (krecord[i].insn_off <= prev_offset) { in check_btf_func_early() 17303 krecord[i].insn_off, prev_offset); in check_btf_func_early() 17320 prev_offset = krecord[i].insn_off; in check_btf_func_early() 17428 u32 i, s, nr_linfo, ncopy, expected_size, rec_size, prev_offset = 0; in check_btf_line() local 17493 if ((i && linfo[i].insn_off <= prev_offset) || in check_btf_line() 17496 i, linfo[i].insn_off, prev_offset, in check_btf_line() 17528 prev_offset = linfo[i].insn_off; in check_btf_line()
|