Searched refs:from_offs (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 1152 size_t inlen, to_offs, from_offs; in gss_read_proxy_verf() local 1186 from_offs = rqstp->rq_arg.page_base; in gss_read_proxy_verf() 1189 pgfrom = from_offs >> PAGE_SHIFT; in gss_read_proxy_verf() 1191 pgfrom_offs = from_offs & ~PAGE_MASK; in gss_read_proxy_verf() 1201 from_offs += length; in gss_read_proxy_verf()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 1069 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()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol-elf.c | 1397 static int copy_bytes(int from, off_t from_offs, int to, off_t to_offs, u64 len) in copy_bytes() argument 1410 if (lseek(from, from_offs, SEEK_SET) != from_offs) in copy_bytes()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol-elf.c | 1873 static int copy_bytes(int from, off_t from_offs, int to, off_t to_offs, u64 len) in copy_bytes() argument 1886 if (lseek(from, from_offs, SEEK_SET) != from_offs) in copy_bytes()
|
Completed in 12 milliseconds