Searched refs:off_last (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/mm/kmsan/ |
H A D | report.c | 149 int off_first, int off_last, const void *user_addr, in kmsan_report() 198 if (off_first == off_last) in kmsan_report() 203 off_first, off_last, size); in kmsan_report() 148 kmsan_report(depot_stack_handle_t origin, void *address, int size, int off_first, int off_last, const void *user_addr, enum kmsan_bug_reason reason) kmsan_report() argument
|
H A D | kmsan.h | 86 * @off_last: Offset (from @address) of the last byte to be reported. 96 * @off_last corresponding to different @origin values. 99 int off_first, int off_last, const void *user_addr,
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | code-reading.c | 138 size_t line_len, off_last = 0; in read_objdump_output() local 143 while (off_last < *len) { in read_objdump_output() 176 off_last = off + written_bytes; in read_objdump_output() 180 *len -= off_last; in read_objdump_output()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | code-reading.c | 130 size_t line_len, off_last = 0; in read_objdump_output() local 135 while (off_last < *len) { in read_objdump_output() 168 off_last = off + written_bytes; in read_objdump_output() 172 *len -= off_last; in read_objdump_output()
|
Completed in 3 milliseconds