Home
last modified time | relevance | path

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

/kernel/
Drelay.c1200 unsigned int pidx, poff, total_len, subbuf_pages, nr_pages; in subbuf_splice_actor() local
1234 poff = read_start & ~PAGE_MASK; in subbuf_splice_actor()
1244 this_len = min_t(unsigned long, len, PAGE_SIZE - poff); in subbuf_splice_actor()
1248 spd.partial[spd.nr_pages].offset = poff; in subbuf_splice_actor()
1260 poff = 0; in subbuf_splice_actor()
/kernel/bpf/
Dverifier.c1962 int *poff = &env->insn_aux_data[insn_idx].sanitize_stack_off; in check_stack_write() local
1972 if (*poff && *poff != soff) { in check_stack_write()
1979 insn_idx, *poff, soff); in check_stack_write()
1982 *poff = soff; in check_stack_write()