Searched refs:__off (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/arch/arm/mach-s3c/ |
A D | gpio-core.h | 20 #define con_4bit_shift(__off) ((__off) * 4) argument
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_core_autosize.c | 133 volatile long __off = sizeof(*dst) - (sz); \ 134 bpf_core_read((char *)(dst) + __off, sz, src); \
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | libbpf_internal.h | 313 ssize_t __off = offsetofend(typeof(*(opts)), last_nonzero_field); \ 314 !(opts) || libbpf_is_mem_zeroed((const void *)opts + __off, \ 315 (opts)->sz - __off); \
|
/linux-6.3-rc2/lib/ |
A D | iov_iter.c | 79 #define iterate_xarray(i, n, base, len, __off, STEP) { \ argument 81 size_t __off = 0; \ 98 offset = offset_in_folio(folio, start + __off); \ 105 __off += len; \ 115 i->iov_offset += __off; \ 116 n = __off; \
|
/linux-6.3-rc2/drivers/mmc/core/ |
A D | sd.c | 62 const int __off = 3 - ((start) / 32); \ 66 __res = resp[__off] >> __shft; \ 68 __res |= resp[__off-1] << ((32 - __shft) % 32); \
|
A D | mmc.c | 58 const int __off = 3 - ((start) / 32); \ 62 __res = resp[__off] >> __shft; \ 64 __res |= resp[__off-1] << ((32 - __shft) % 32); \
|
Completed in 25 milliseconds