Searched defs:batch (Results 1 - 40 of 40) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_gem_render_state.h31 const u32 *batch; member in struct:intel_renderstate_rodata
H A Dintel_lrc.c1395 uint32_t *batch; intel_init_workaround_bb() local
1140 gen8_emit_flush_coherentl3_wa(struct intel_engine_cs *ring, uint32_t *const batch, uint32_t index) gen8_emit_flush_coherentl3_wa() argument
1229 gen8_init_indirectctx_bb(struct intel_engine_cs *ring, struct i915_wa_ctx_bb *wa_ctx, uint32_t *const batch, uint32_t *offset) gen8_init_indirectctx_bb() argument
1292 gen8_init_perctx_bb(struct intel_engine_cs *ring, struct i915_wa_ctx_bb *wa_ctx, uint32_t *const batch, uint32_t *offset) gen8_init_perctx_bb() argument
1307 gen9_init_indirectctx_bb(struct intel_engine_cs *ring, struct i915_wa_ctx_bb *wa_ctx, uint32_t *const batch, uint32_t *offset) gen9_init_indirectctx_bb() argument
1334 gen9_init_perctx_bb(struct intel_engine_cs *ring, struct i915_wa_ctx_bb *wa_ctx, uint32_t *const batch, uint32_t *offset) gen9_init_perctx_bb() argument
/linux-4.4.14/include/linux/
H A Dshrinker.h56 long batch; /* reclaim batch size, 0 = default */ member in struct:shrinker
H A Dpercpu_counter.h125 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) __percpu_counter_compare() argument
139 __percpu_counter_add(struct percpu_counter *fbc, s64 amount, s32 batch) __percpu_counter_add() argument
H A Dmmzone.h255 int batch; /* chunk size for buddy add/remove */ member in struct:per_cpu_pages
/linux-4.4.14/arch/powerpc/include/asm/
H A Dtlbflush.h110 struct ppc64_tlb_batch *batch = this_cpu_ptr(&ppc64_tlb_batch); arch_enter_lazy_mmu_mode() local
117 struct ppc64_tlb_batch *batch = this_cpu_ptr(&ppc64_tlb_batch); arch_leave_lazy_mmu_mode() local
/linux-4.4.14/arch/powerpc/mm/
H A Dtlb_hash64.c47 struct ppc64_tlb_batch *batch = &get_cpu_var(ppc64_tlb_batch); hpte_need_flush() local
141 void __flush_tlb_pending(struct ppc64_tlb_batch *batch) __flush_tlb_pending() argument
H A Dhash_native_64.c644 struct ppc64_tlb_batch *batch = this_cpu_ptr(&ppc64_tlb_batch); native_flush_hash_range() local
H A Dhash_utils_64.c1410 struct ppc64_tlb_batch *batch = flush_hash_range() local
H A Dhugetlbpage.c475 struct hugepd_freelist *batch = hugepd_free_rcu_callback() local
/linux-4.4.14/lib/
H A Dpercpu_counter.c75 void __percpu_counter_add(struct percpu_counter *fbc, s64 amount, s32 batch) __percpu_counter_add() argument
200 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) __percpu_counter_compare() argument
/linux-4.4.14/mm/
H A Dmm_init.c152 s32 batch = max_t(s32, nr*2, 32); mm_compute_batch() local
H A Dmemory.c186 struct mmu_gather_batch *batch; tlb_next_batch() local
252 struct mmu_gather_batch *batch; tlb_flush_mmu_free() local
273 struct mmu_gather_batch *batch, *next; tlb_finish_mmu() local
295 struct mmu_gather_batch *batch; __tlb_remove_page() local
339 struct mmu_table_batch *batch; tlb_remove_table_rcu() local
352 struct mmu_table_batch **batch = &tlb->batch; tlb_table_flush() local
362 struct mmu_table_batch **batch = &tlb->batch; tlb_remove_table() local
H A Dslab.c661 static void init_arraycache(struct array_cache *ac, int limit, int batch) init_arraycache() argument
871 __alloc_alien_cache(int node, int entries, int batch, gfp_t gfp) __alloc_alien_cache() argument
H A Dmemcontrol.c2030 unsigned int batch = max(CHARGE_BATCH, nr_pages); try_charge() local
H A Dpage_alloc.c1880 int to_drain, batch; drain_zone_pages() local
2082 unsigned long batch = READ_ONCE(pcp->batch); free_hot_cold_page() local
4557 int batch; zone_batchsize() local
4632 static void pageset_set_batch(struct per_cpu_pageset *p, unsigned long batch) pageset_set_batch() argument
4650 static void setup_pageset(struct per_cpu_pageset *p, unsigned long batch) setup_pageset() argument
4663 unsigned long batch = max(1UL, high / 4); pageset_set_high() local
4617 pageset_update(struct per_cpu_pages *pcp, unsigned long high, unsigned long batch) pageset_update() argument
/linux-4.4.14/arch/s390/include/asm/
H A Dtlb.h33 struct mmu_table_batch *batch; member in struct:mmu_gather
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_mob.c237 vmw_otable_batch_setup(struct vmw_private *dev_priv, struct vmw_otable_batch *batch) vmw_otable_batch_setup() argument
348 vmw_otable_batch_takedown(struct vmw_private *dev_priv, struct vmw_otable_batch *batch) vmw_otable_batch_takedown() argument
/linux-4.4.14/include/asm-generic/
H A Dtlb.h95 struct mmu_table_batch *batch; member in struct:mmu_gather
/linux-4.4.14/arch/arm/include/asm/
H A Dtlb.h68 struct mmu_table_batch *batch; member in struct:mmu_gather
/linux-4.4.14/drivers/target/iscsi/
H A Discsi_target_erl1.c1073 int batch = 0; iscsit_handle_ooo_cmdsn() local
/linux-4.4.14/fs/xfs/
H A Dxfs_icache.c532 struct xfs_inode *batch[XFS_LOOKUP_BATCH]; xfs_inode_ag_walk() local
1053 struct xfs_inode *batch[XFS_LOOKUP_BATCH]; xfs_reclaim_inodes_ag() local
H A Dxfs_mount.c1175 s32 batch; xfs_mod_fdblocks() local
H A Dxfs_qm.c81 struct xfs_dquot *batch[XFS_DQ_LOOKUP_BATCH]; xfs_qm_dquot_walk() local
/linux-4.4.14/Documentation/networking/timestamping/
H A Dtxtimestamp.c184 int batch = 0; __recv_errmsg_cmsg() local
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
H A Dconrpc.c658 lstcon_batch_t *batch; lstcon_batrpc_prep() local
H A Dconsole.c1140 lstcon_batch_t *batch; lstcon_testrpc_condition() local
1232 lstcon_verify_batch(const char *name, lstcon_batch_t **batch) lstcon_verify_batch() argument
1283 lstcon_batch_t *batch = NULL; lstcon_test_add() local
1364 lstcon_test_find(lstcon_batch_t *batch, int idx, lstcon_test_t **testpp) lstcon_test_find() argument
1403 lstcon_batch_t *batch; lstcon_test_batch_query() local
H A Dframework.c662 sfw_batch_t *batch; sfw_destroy_session() local
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Dlpar.c524 struct ppc64_tlb_batch *batch = this_cpu_ptr(&ppc64_tlb_batch); pSeries_lpar_flush_hash_range() local
/linux-4.4.14/drivers/misc/
H A Dvmw_balloon.c182 static u64 vmballoon_batch_get_pa(struct vmballoon_batch_page *batch, int idx) vmballoon_batch_get_pa() argument
187 static int vmballoon_batch_get_status(struct vmballoon_batch_page *batch, vmballoon_batch_get_status() argument
193 static void vmballoon_batch_set_pa(struct vmballoon_batch_page *batch, int idx, vmballoon_batch_set_pa() argument
/linux-4.4.14/drivers/block/xen-blkback/
H A Dblkback.c770 unsigned int batch = min(num, BLKIF_MAX_SEGMENTS_PER_REQUEST); xen_blkbk_unmap() local
/linux-4.4.14/arch/powerpc/kernel/
H A Dprocess.c769 struct ppc64_tlb_batch *batch; __switch_to() local
/linux-4.4.14/arch/s390/mm/
H A Dpgtable.c1060 struct mmu_table_batch *batch; tlb_remove_table_rcu() local
1073 struct mmu_table_batch **batch = &tlb->batch; tlb_table_flush() local
1083 struct mmu_table_batch **batch = &tlb->batch; tlb_remove_table() local
/linux-4.4.14/drivers/xen/
H A Dgrant-table.c753 void gnttab_batch_map(struct gnttab_map_grant_ref *batch, unsigned count) gnttab_batch_map() argument
766 void gnttab_batch_copy(struct gnttab_copy *batch, unsigned count) gnttab_batch_copy() argument
/linux-4.4.14/tools/vm/
H A Dpage-types.c598 unsigned long batch; walk_pfn() local
620 unsigned long batch; walk_vma() local
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c1643 echo_client_prep_commit(const struct lu_env *env, struct obd_export *exp, int rw, struct obdo *oa, struct echo_object *eco, u64 offset, u64 count, u64 batch, struct obd_trans_info *oti, int async) echo_client_prep_commit() argument
/linux-4.4.14/arch/x86/xen/
H A Dmmu.c2844 int batch = min(REMAP_BATCH_SIZE, nr); do_remap_gfn() local
/linux-4.4.14/fs/btrfs/
H A Dtree-log.c2757 int batch = atomic_read(&root->log_batch); btrfs_sync_log() local
/linux-4.4.14/drivers/md/
H A Draid5.c5745 struct stripe_head *batch[MAX_STRIPE_BATCH], *sh; handle_active_stripes() local
/linux-4.4.14/arch/x86/kvm/
H A Dmmu.c4735 int batch = 0; kvm_zap_obsolete_pages() local

Completed in 1420 milliseconds