Home
last modified time | relevance | path

Searched defs:batch (Results 1 – 25 of 82) sorted by relevance

1234

/OK3568_Linux_fs/kernel/mm/
H A Dmmu_gather.c18 struct mmu_gather_batch *batch; in tlb_next_batch() local
46 struct mmu_gather_batch *batch; in tlb_batch_pages_flush() local
57 struct mmu_gather_batch *batch, *next; in tlb_batch_list_free() local
68 struct mmu_gather_batch *batch; in __tlb_remove_page_size() local
96 static void __tlb_remove_table_free(struct mmu_table_batch *batch) in __tlb_remove_table_free()
159 static void tlb_remove_table_free(struct mmu_table_batch *batch) in tlb_remove_table_free()
166 static void tlb_remove_table_free(struct mmu_table_batch *batch) in tlb_remove_table_free()
196 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush() local
207 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table() local
H A Dmm_init.c152 s32 batch = max_t(s32, nr*2, 32); in mm_compute_batch() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dgen7_renderclear.c234 gen7_emit_state_base_address(struct batch_chunk *batch, in gen7_emit_state_base_address()
260 gen7_emit_vfe_state(struct batch_chunk *batch, in gen7_emit_vfe_state()
289 gen7_emit_interface_descriptor_load(struct batch_chunk *batch, in gen7_emit_interface_descriptor_load()
308 gen7_emit_media_object(struct batch_chunk *batch, in gen7_emit_media_object()
339 static void gen7_emit_pipeline_flush(struct batch_chunk *batch) in gen7_emit_pipeline_flush()
354 static void gen7_emit_pipeline_invalidate(struct batch_chunk *batch) in gen7_emit_pipeline_invalidate()
434 u32 *batch; in gen7_setup_clear_gpr_bb() local
H A Dintel_engine.h226 static inline u32 *__gen8_emit_pipe_control(u32 *batch, u32 flags0, u32 flags1, u32 offset) in __gen8_emit_pipe_control()
237 static inline u32 *gen8_emit_pipe_control(u32 *batch, u32 flags, u32 offset) in gen8_emit_pipe_control()
242 static inline u32 *gen12_emit_pipe_control(u32 *batch, u32 flags0, u32 flags1, u32 offset) in gen12_emit_pipe_control()
H A Dintel_renderstate.h36 const u32 *batch; member
H A Dintel_renderstate.c62 #define OUT_BATCH(batch, i, val) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_object_blt.c23 struct i915_vma *batch; in intel_emit_vma_fill_blt() local
151 struct i915_vma *batch; in i915_gem_object_fill_blt() local
245 struct i915_vma *batch; in intel_emit_vma_copy_blt() local
356 struct i915_vma *vma[2], *batch; in i915_gem_object_copy_blt() local
H A Di915_gem_execbuffer.c248 struct eb_vma *batch; /** identity of the batch obj/vma */ member
834 unsigned int batch = eb_batch_index(eb); in eb_lookup_vmas() local
1274 struct i915_vma *batch; in __reloc_gpu_alloc() local
1456 u32 *batch; in __reloc_entry_gpu() local
2289 struct i915_vma *shadow, *trampoline, *batch; in eb_parse() local
2395 static int eb_submit(struct i915_execbuffer *eb, struct i915_vma *batch) in eb_submit()
3034 struct i915_vma *batch; in i915_gem_do_execbuffer() local
/OK3568_Linux_fs/external/mpp/osal/driver/
H A Dmpp_server.cpp77 MppDevBatTask *batch; member
167 static void batch_reset(MppDevBatTask *batch) in batch_reset()
181 MppDevBatTask *batch = (MppDevBatTask *)mpp_mem_pool_get(server->batch_pool); in batch_add() local
204 void batch_del(MppDevBatServ *server, MppDevBatTask *batch) in batch_del()
217 void batch_send(MppDevBatServ *server, MppDevBatTask *batch) in batch_send()
245 MppDevBatTask *batch; in process_task() local
736 MppDevBatTask *batch, *n; in bat_server_put() local
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_tlb.c44 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()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush-hash.h31 struct ppc64_tlb_batch *batch; in arch_enter_lazy_mmu_mode() local
41 struct ppc64_tlb_batch *batch; in arch_leave_lazy_mmu_mode() local
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dgntdev.c789 static int gntdev_get_page(struct gntdev_copy_batch *batch, void __user *virt, in gntdev_get_page()
809 static void gntdev_put_pages(struct gntdev_copy_batch *batch) in gntdev_put_pages()
816 static int gntdev_copy(struct gntdev_copy_batch *batch) in gntdev_copy()
848 static int gntdev_grant_copy_seg(struct gntdev_copy_batch *batch, in gntdev_grant_copy_seg()
946 struct gntdev_copy_batch batch; in gntdev_ioctl_grant_copy() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c52 char batch[1500]; in server() local
100 char batch[1500]; in do_test() local
/OK3568_Linux_fs/kernel/lib/
H A Dpercpu_counter.c82 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch()
221 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpercpu_counter.h128 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
142 percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch()
H A Dshrinker.h69 long batch; /* reclaim batch size, 0 = default */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/
H A Digt_spinner.h23 u32 *batch; member
H A Digt_spinner.c97 u32 *batch; in igt_spinner_create_request() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/
H A Dlag_conf.c204 unsigned int member_cnt, enum nfp_fl_lag_batch *batch) in nfp_fl_lag_config_group()
266 enum nfp_fl_lag_batch batch = NFP_FL_LAG_BATCH_FIRST; in nfp_fl_lag_do_work() local
657 enum nfp_fl_lag_batch batch = NFP_FL_LAG_BATCH_FIRST; in nfp_flower_lag_reset() local
/OK3568_Linux_fs/kernel/tools/virtio/
H A Dvirtio_test.c170 bool delayed, int batch, int reset_n, int bufs) in run_test()
347 long batch = 1, reset = 0; in main() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/
H A Digt_gem_utils.c114 struct i915_vma *batch; in igt_gpu_fill_dw() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/map_tests/
H A Darray_map_batch_ops.c59 __u64 batch = 0; in test_array_map_batch_ops() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_mob.c236 struct vmw_otable_batch *batch) in vmw_otable_batch_setup()
328 struct vmw_otable_batch *batch) in vmw_otable_batch_takedown()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dmain.cc154 int batch = dims[0]; in NC1HWC2_int8_to_NCHW_int8() local
184 int batch = dims[0]; in NC1HWC2_int8_to_NCHW_float() local
/OK3568_Linux_fs/kernel/net/core/
H A Dnetclassid_cgroup.c64 unsigned int batch; member

1234