Searched refs:cpu_offset (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/map_tests/ |
| H A D | array_map_batch_ops.c | 19 int cpu_offset = 0; in map_batch_update() local 28 cpu_offset = i * nr_cpus; in map_batch_update() 30 (values + cpu_offset)[j] = i + 1 + j; in map_batch_update() 44 int cpu_offset = 0; in map_batch_verify() local 49 cpu_offset = i * nr_cpus; in map_batch_verify() 51 __s64 value = (values + cpu_offset)[j]; in map_batch_verify()
|
| /linux/arch/alpha/include/asm/ |
| H A D | err_common.h | 106 u32 cpu_offset; member
|
| /linux/kernel/dma/ |
| H A D | swiotlb.c | 1140 int cpu_offset, phys_addr_t orig_addr, size_t alloc_size, in swiotlb_search_area() argument 1150 if (cpu_offset >= pool->nareas) in swiotlb_search_area() 1152 area_index = (start_cpu + cpu_offset) & (pool->nareas - 1); in swiotlb_search_area()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 1581 u32 cpu_offset; in build_insn() local 1585 cpu_offset = offsetof(struct thread_info, cpu); in build_insn() 1588 if (is_lsi_offset(cpu_offset, 2)) { in build_insn() 1589 emit(A64_LDR32I(r0, tmp, cpu_offset), ctx); in build_insn() 1591 emit_a64_mov_i(1, tmp2, cpu_offset, ctx); in build_insn()
|