Home
last modified time | relevance | path

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

/Linux-v6.6/net/sunrpc/auth_gss/
Dsvcauth_gss.c1069 size_t to_offs, from_offs; in gss_read_proxy_verf() local
1105 to_offs = length; in gss_read_proxy_verf()
1108 pgto = to_offs >> PAGE_SHIFT; in gss_read_proxy_verf()
1110 pgto_offs = to_offs & ~PAGE_MASK; in gss_read_proxy_verf()
1120 to_offs += length; in gss_read_proxy_verf()
/Linux-v6.6/tools/perf/util/
Dsymbol-elf.c1873 static int copy_bytes(int from, off_t from_offs, int to, off_t to_offs, u64 len) in copy_bytes() argument
1883 if (lseek(to, to_offs, SEEK_SET) != to_offs) in copy_bytes()