Searched refs:off_last (Results 1 - 3 of 3) sorted by relevance

/linux-master/mm/kmsan/
H A Dreport.c149 int off_first, int off_last, const void *user_addr,
198 if (off_first == off_last)
203 off_first, off_last, size);
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) argument
H A Dkmsan.h86 * @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,
/linux-master/tools/perf/tests/
H A Dcode-reading.c130 size_t line_len, off_last = 0; local
135 while (off_last < *len) {
168 off_last = off + written_bytes;
172 *len -= off_last;

Completed in 108 milliseconds