Searched refs:prev_offset (Results 1 – 9 of 9) sorted by relevance
/linux/sound/synth/ |
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/gpu/drm/i915/selftests/ |
A D | i915_buddy.c | 135 u64 prev_offset; in igt_check_blocks() local 138 prev_offset = i915_buddy_block_offset(prev); in igt_check_blocks() 142 if (offset != (prev_offset + prev_block_size)) { in igt_check_blocks() 227 u64 prev_offset; in igt_check_mm() local 230 prev_offset = i915_buddy_block_offset(prev); in igt_check_mm() 234 if (offset != (prev_offset + prev_block_size)) { in igt_check_mm()
|
/linux/mm/ |
A D | swap_state.c | 534 static unsigned int __swapin_nr_pages(unsigned long prev_offset, in __swapin_nr_pages() argument 554 if (offset != prev_offset + 1 && offset != prev_offset - 1) in __swapin_nr_pages() 576 static unsigned long prev_offset; in swapin_nr_pages() local 585 pages = __swapin_nr_pages(READ_ONCE(prev_offset), offset, hits, in swapin_nr_pages() 589 WRITE_ONCE(prev_offset, offset); in swapin_nr_pages()
|
/linux/drivers/net/wireless/ath/ath9k/ |
A D | calib.h | 105 int32_t prev_offset; /* Previous value of PA offset value */ member
|
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/tools/objtool/ |
A D | check.c | 1604 unsigned int prev_offset = 0; in add_jump_table() local 1617 if (prev_offset && reloc->offset != prev_offset + 8) in add_jump_table() 1641 prev_offset = reloc->offset; in add_jump_table() 1644 if (!prev_offset) { in add_jump_table()
|
/linux/kernel/bpf/ |
A D | verifier.c | 9995 u32 prev_offset = 0; in check_btf_func() local 10062 } else if (krecord[i].insn_off <= prev_offset) { in check_btf_func() 10065 krecord[i].insn_off, prev_offset); in check_btf_func() 10099 prev_offset = krecord[i].insn_off; in check_btf_func() 10134 u32 i, s, nr_linfo, ncopy, expected_size, rec_size, prev_offset = 0; in check_btf_line() local 10199 if ((i && linfo[i].insn_off <= prev_offset) || in check_btf_line() 10202 i, linfo[i].insn_off, prev_offset, in check_btf_line() 10234 prev_offset = linfo[i].insn_off; in check_btf_line()
|
/linux/ |
A D | System.map | 160965 ffff80001211f018 b prev_offset.1
|
A D | .tmp_System.map | 160965 ffff80001211f018 b prev_offset.1
|
Completed in 399 milliseconds