Home
last modified time | relevance | path

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

/Linux-v5.15/net/sunrpc/auth_gss/
Dsvcauth_gss.c1158 size_t inlen, to_offs, from_offs; in gss_read_proxy_verf() local
1186 to_offs = length; in gss_read_proxy_verf()
1189 pgto = to_offs >> PAGE_SHIFT; in gss_read_proxy_verf()
1191 pgto_offs = to_offs & ~PAGE_MASK; in gss_read_proxy_verf()
1201 to_offs += length; in gss_read_proxy_verf()
/Linux-v5.15/tools/perf/util/
Dsymbol-elf.c1436 static int copy_bytes(int from, off_t from_offs, int to, off_t to_offs, u64 len) in copy_bytes() argument
1446 if (lseek(to, to_offs, SEEK_SET) != to_offs) in copy_bytes()