Home
last modified time | relevance | path

Searched refs:lowest_off (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/netfs/
Dwrite_issue.c460 size_t lowest_off = ULONG_MAX; in netfs_write_folio() local
467 stream->submit_off < lowest_off) { in netfs_write_folio()
468 lowest_off = stream->submit_off; in netfs_write_folio()
/linux-6.12.1/kernel/bpf/
Dverifier.c16260 int insn_idx, s16 lowest_off) in mark_fastcall_pattern_for_call() argument
16308 for (i = 1, off = lowest_off; i <= ARRAY_SIZE(caller_saved); ++i, off += BPF_REG_SIZE) { in mark_fastcall_pattern_for_call()
16365 s16 lowest_off; in mark_fastcall_patterns() local
16370 lowest_off = 0; in mark_fastcall_patterns()
16376 lowest_off = min(lowest_off, insn->off); in mark_fastcall_patterns()
16383 mark_fastcall_pattern_for_call(env, subprog, i, lowest_off); in mark_fastcall_patterns()