| /linux/mm/ |
| H A D | mmu_gather.c | 20 struct mmu_gather_batch *batch; in tlb_next_batch() local 51 static void tlb_flush_rmap_batch(struct mmu_gather_batch *batch, struct vm_area_struct *vma) in tlb_flush_rmap_batch() 101 static void __tlb_batch_free_encoded_pages(struct mmu_gather_batch *batch) in __tlb_batch_free_encoded_pages() 146 struct mmu_gather_batch *batch; in tlb_batch_pages_flush() local 155 struct mmu_gather_batch *batch, *next; in tlb_batch_list_free() local 169 struct mmu_gather_batch *batch; in __tlb_remove_folio_pages_size() local 222 static void __tlb_remove_table_free(struct mmu_table_batch *batch) in __tlb_remove_table_free() 293 static void tlb_remove_table_free(struct mmu_table_batch *batch) in tlb_remove_table_free() 300 static void tlb_remove_table_free(struct mmu_table_batch *batch) in tlb_remove_table_free() 353 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush() local [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_bpf_ma.c | 56 static __always_inline void batch_alloc(struct bpf_map *map, unsigned int batch, unsigned int idx) in batch_alloc() 83 static __always_inline void batch_free(struct bpf_map *map, unsigned int batch, unsigned int idx) in batch_free() 105 static __always_inline void batch_percpu_alloc(struct bpf_map *map, unsigned int batch, in batch_percpu_alloc() 133 static __always_inline void batch_percpu_free(struct bpf_map *map, unsigned int batch, in batch_percpu_free() 154 #define CALL_BATCH_ALLOC(size, batch, idx) \ argument 157 #define CALL_BATCH_ALLOC_FREE(size, batch, idx) \ argument 163 #define CALL_BATCH_PERCPU_ALLOC(size, batch, idx) \ argument 166 #define CALL_BATCH_PERCPU_ALLOC_FREE(size, batch, idx) \ argument
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | gen8_engine_cs.h | 53 __gen8_emit_pipe_control(u32 *batch, u32 bit_group_0, in __gen8_emit_pipe_control() 65 static inline u32 *gen8_emit_pipe_control(u32 *batch, in gen8_emit_pipe_control() 71 static inline u32 *gen12_emit_pipe_control(u32 *batch, u32 bit_group_0, in gen12_emit_pipe_control()
|
| H A D | intel_renderstate.h | 19 const u32 *batch; member
|
| H A D | intel_renderstate.c | 43 #define OUT_BATCH(batch, i, val) \ argument
|
| /linux/drivers/iommu/intel/ |
| H A D | cache.c | 293 static void qi_batch_flush_descs(struct intel_iommu *iommu, struct qi_batch *batch) in qi_batch_flush_descs() 304 static void qi_batch_increment_index(struct intel_iommu *iommu, struct qi_batch *batch) in qi_batch_increment_index() 312 struct qi_batch *batch) in qi_batch_add_iotlb() 320 struct qi_batch *batch) in qi_batch_add_dev_iotlb() 335 struct qi_batch *batch) in qi_batch_add_piotlb() 351 unsigned int size_order, struct qi_batch *batch) in qi_batch_add_pasid_dev_iotlb()
|
| /linux/lib/ |
| H A D | percpu_counter.c | 93 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch() 120 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch() 292 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare() 328 s64 limit, s64 amount, s32 batch) in __percpu_counter_limited_add()
|
| /linux/drivers/xen/ |
| H A D | gntdev.c | 623 struct gntdev_copy_batch *batch; in gntdev_release() local 809 static int gntdev_get_page(struct gntdev_copy_batch *batch, void __user *virt, in gntdev_get_page() 829 static void gntdev_put_pages(struct gntdev_copy_batch *batch) in gntdev_put_pages() 836 static int gntdev_copy(struct gntdev_copy_batch *batch) in gntdev_copy() 868 static int gntdev_grant_copy_seg(struct gntdev_copy_batch *batch, in gntdev_grant_copy_seg() 966 struct gntdev_copy_batch *batch; in gntdev_ioctl_grant_copy() local
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | tlbflush-hash.h | 31 struct ppc64_tlb_batch *batch; in arch_enter_lazy_mmu_mode() local 46 struct ppc64_tlb_batch *batch; in arch_leave_lazy_mmu_mode() local
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | hash_tlb.c | 44 struct ppc64_tlb_batch *batch = &get_cpu_var(ppc64_tlb_batch); in hpte_need_flush() local 144 void __flush_tlb_pending(struct ppc64_tlb_batch *batch) in __flush_tlb_pending()
|
| /linux/arch/riscv/mm/ |
| H A D | tlbflush.c | 230 void arch_tlbbatch_add_pending(struct arch_tlbflush_unmap_batch *batch, in arch_tlbbatch_add_pending() 237 void arch_tlbbatch_flush(struct arch_tlbflush_unmap_batch *batch) in arch_tlbbatch_flush()
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | igt_spinner.h | 25 u32 *batch; member
|
| /linux/include/vdso/ |
| H A D | getrandom.h | 36 u8 batch[CHACHA_BLOCK_SIZE * 3 / 2]; member
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | lag_conf.c | 234 unsigned int member_cnt, enum nfp_fl_lag_batch *batch) in nfp_fl_lag_config_group() 296 enum nfp_fl_lag_batch batch = NFP_FL_LAG_BATCH_FIRST; in nfp_fl_lag_do_work() local 691 enum nfp_fl_lag_batch batch = NFP_FL_LAG_BATCH_FIRST; in nfp_flower_lag_reset() local
|
| /linux/tools/virtio/ |
| H A D | virtio_test.c | 170 bool delayed, int batch, int reset_n, int bufs) in run_test() 349 long batch = 1, reset = 0; in main() local
|
| /linux/include/linux/ |
| H A D | percpu_counter.h | 182 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare() 226 percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch()
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | igt_gem_utils.c | 116 struct i915_vma *batch; in igt_gpu_fill_dw() local
|
| /linux/arch/arm64/include/asm/ |
| H A D | tlbflush.h | 335 static inline void arch_tlbbatch_flush(struct arch_tlbflush_unmap_batch *batch) in arch_tlbbatch_flush() 522 static inline void arch_tlbbatch_add_pending(struct arch_tlbflush_unmap_batch *batch, in arch_tlbbatch_add_pending()
|
| /linux/tools/testing/selftests/bpf/map_tests/ |
| H A D | lpm_trie_map_batch_ops.c | 73 __u64 batch = 0; in test_lpm_trie_map_batch_ops() local
|
| H A D | array_map_batch_ops.c | 75 __u64 batch = 0; in __test_map_lookup_and_update_batch() local
|
| H A D | htab_map_batch_ops.c | 79 __u32 batch, count, total, total_success; in __test_map_lookup_and_delete_batch() local
|
| /linux/drivers/android/binder/ |
| H A D | freeze.rs | 372 let mut batch = KVVec::with_capacity(recipients.len(), GFP_KERNEL)?; in prepare_freeze_messages() localVariable 389 batch: KVVec<(Arc<Process>, DLArc<FreezeMessage>)>, field
|
| /linux/net/core/ |
| H A D | netclassid_cgroup.c | 66 unsigned int batch; member
|
| /linux/fs/xfs/ |
| H A D | xfs_discard.c | 183 int batch = XFS_DISCARD_MAX_EXAMINE; in xfs_trim_gather_extents() local 632 int batch; member
|
| /linux/include/linux/mailbox/ |
| H A D | brcm-message.h | 45 } batch; member
|