Searched refs:prev_offset (Results 1 – 7 of 7) sorted by relevance
| /linux/mm/ |
| H A D | swap_state.c | 539 static unsigned int __swapin_nr_pages(unsigned long prev_offset, in __swapin_nr_pages() argument 559 if (offset != prev_offset + 1 && offset != prev_offset - 1) in __swapin_nr_pages() 581 static unsigned long prev_offset; in swapin_nr_pages() local 590 pages = __swapin_nr_pages(READ_ONCE(prev_offset), offset, hits, in swapin_nr_pages() 594 WRITE_ONCE(prev_offset, offset); in swapin_nr_pages()
|
| /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/tools/testing/selftests/drivers/net/ |
| H A D | xdp.py | 389 prev_offset = offset_lst[tmp_idx - 1] 399 f"Last successful run: pkt_sz {prev_pkt_sz}, offset {prev_offset}. "
|
| /linux/tools/objtool/ |
| H A D | check.c | 2018 unsigned int prev_offset = 0; in add_jump_table() local 2036 if (prev_offset && reloc_offset(reloc) != prev_offset + arch_reloc_size(reloc)) in add_jump_table() 2071 prev_offset = reloc_offset(reloc); in add_jump_table() 2074 if (!prev_offset) { in add_jump_table()
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 18475 u32 prev_offset = 0; in check_btf_func_early() local 18534 } else if (krecord[i].insn_off <= prev_offset) { in check_btf_func_early() 18537 krecord[i].insn_off, prev_offset); in check_btf_func_early() 18554 prev_offset = krecord[i].insn_off; in check_btf_func_early() 18662 u32 i, s, nr_linfo, ncopy, expected_size, rec_size, prev_offset = 0; in check_btf_line() local 18727 if ((i && linfo[i].insn_off <= prev_offset) || in check_btf_line() 18730 i, linfo[i].insn_off, prev_offset, in check_btf_line() 18762 prev_offset = linfo[i].insn_off; in check_btf_line()
|