Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sunrpc/auth_gss/
A Dsvcauth_gss.c1069 size_t to_offs, from_offs; in gss_read_proxy_verf() local
1106 from_offs = rqstp->rq_arg.page_base; in gss_read_proxy_verf()
1109 pgfrom = from_offs >> PAGE_SHIFT; in gss_read_proxy_verf()
1111 pgfrom_offs = from_offs & ~PAGE_MASK; in gss_read_proxy_verf()
1121 from_offs += length; in gss_read_proxy_verf()
/linux-6.3-rc2/tools/perf/util/
A Dsymbol-elf.c1848 static int copy_bytes(int from, off_t from_offs, int to, off_t to_offs, u64 len) in copy_bytes() argument
1861 if (lseek(from, from_offs, SEEK_SET) != from_offs) in copy_bytes()

Completed in 10 milliseconds