/linux-4.1.27/arch/powerpc/mm/ |
D | tlb_hash64.c | 47 struct ppc64_tlb_batch *batch = &get_cpu_var(ppc64_tlb_batch); in hpte_need_flush() local 141 void __flush_tlb_pending(struct ppc64_tlb_batch *batch) in __flush_tlb_pending()
|
D | hash_native_64.c | 645 struct ppc64_tlb_batch *batch = this_cpu_ptr(&ppc64_tlb_batch); in native_flush_hash_range() local
|
D | hugetlbpage.c | 461 struct hugepd_freelist *batch = in hugepd_free_rcu_callback() local
|
D | hash_utils_64.c | 1407 struct ppc64_tlb_batch *batch = in flush_hash_range() local
|
/linux-4.1.27/lib/ |
D | percpu_counter.c | 75 void __percpu_counter_add(struct percpu_counter *fbc, s64 amount, s32 batch) in __percpu_counter_add() 200 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | tlbflush.h | 110 struct ppc64_tlb_batch *batch = this_cpu_ptr(&ppc64_tlb_batch); in arch_enter_lazy_mmu_mode() local 117 struct ppc64_tlb_batch *batch = this_cpu_ptr(&ppc64_tlb_batch); in arch_leave_lazy_mmu_mode() local
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_render_state.h | 31 const u32 *batch; member
|
/linux-4.1.27/include/linux/ |
D | percpu_counter.h | 125 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare() 139 __percpu_counter_add(struct percpu_counter *fbc, s64 amount, s32 batch) in __percpu_counter_add()
|
D | shrinker.h | 56 long batch; /* reclaim batch size, 0 = default */ member
|
D | mmzone.h | 255 int batch; /* chunk size for buddy add/remove */ member
|
/linux-4.1.27/mm/ |
D | mm_init.c | 159 s32 batch = max_t(s32, nr*2, 32); in mm_compute_batch() local
|
D | memory.c | 185 struct mmu_gather_batch *batch; in tlb_next_batch() local 251 struct mmu_gather_batch *batch; in tlb_flush_mmu_free() local 272 struct mmu_gather_batch *batch, *next; in tlb_finish_mmu() local 294 struct mmu_gather_batch *batch; in __tlb_remove_page() local 338 struct mmu_table_batch *batch; in tlb_remove_table_rcu() local 351 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush() local 361 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table() local
|
D | page_alloc.c | 1399 int to_drain, batch; in drain_zone_pages() local 1601 unsigned long batch = READ_ONCE(pcp->batch); in free_hot_cold_page() local 4273 int batch; in zone_batchsize() local 4334 unsigned long batch) in pageset_update() 4348 static void pageset_set_batch(struct per_cpu_pageset *p, unsigned long batch) in pageset_set_batch() 4366 static void setup_pageset(struct per_cpu_pageset *p, unsigned long batch) in setup_pageset() 4379 unsigned long batch = max(1UL, high / 4); in pageset_set_high() local
|
D | slab.c | 660 static void init_arraycache(struct array_cache *ac, int limit, int batch) in init_arraycache() 871 int batch, gfp_t gfp) in __alloc_alien_cache()
|
D | memcontrol.c | 2221 unsigned int batch = max(CHARGE_BATCH, nr_pages); in try_charge() local
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | console.c | 1141 lstcon_batch_t *batch; in lstcon_testrpc_condition() local 1233 lstcon_verify_batch(const char *name, lstcon_batch_t **batch) in lstcon_verify_batch() 1284 lstcon_batch_t *batch = NULL; in lstcon_test_add() local 1365 lstcon_test_find(lstcon_batch_t *batch, int idx, lstcon_test_t **testpp) in lstcon_test_find() 1404 lstcon_batch_t *batch; in lstcon_test_batch_query() local
|
D | conrpc.c | 659 lstcon_batch_t *batch; in lstcon_batrpc_prep() local
|
D | framework.c | 666 sfw_batch_t *batch; in sfw_destroy_session() local
|
/linux-4.1.27/fs/xfs/ |
D | xfs_icache.c | 530 struct xfs_inode *batch[XFS_LOOKUP_BATCH]; in xfs_inode_ag_walk() local 1051 struct xfs_inode *batch[XFS_LOOKUP_BATCH]; in xfs_reclaim_inodes_ag() local
|
D | xfs_mount.c | 1136 s32 batch; in xfs_mod_fdblocks() local
|
D | xfs_qm.c | 81 struct xfs_dquot *batch[XFS_DQ_LOOKUP_BATCH]; in xfs_qm_dquot_walk() local
|
/linux-4.1.27/arch/s390/include/asm/ |
D | tlb.h | 33 struct mmu_table_batch *batch; member
|
/linux-4.1.27/arch/s390/mm/ |
D | pgtable.c | 1136 struct mmu_table_batch *batch; in tlb_remove_table_rcu() local 1149 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush() local 1159 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table() local
|
/linux-4.1.27/include/asm-generic/ |
D | tlb.h | 95 struct mmu_table_batch *batch; member
|
/linux-4.1.27/Documentation/networking/timestamping/ |
D | txtimestamp.c | 184 int batch = 0; in __recv_errmsg_cmsg() local
|
/linux-4.1.27/arch/arm/include/asm/ |
D | tlb.h | 68 struct mmu_table_batch *batch; member
|
/linux-4.1.27/drivers/xen/ |
D | grant-table.c | 754 void gnttab_batch_map(struct gnttab_map_grant_ref *batch, unsigned count) in gnttab_batch_map() 767 void gnttab_batch_copy(struct gnttab_copy *batch, unsigned count) in gnttab_batch_copy()
|
/linux-4.1.27/tools/vm/ |
D | page-types.c | 596 unsigned long batch; in walk_pfn() local 618 unsigned long batch; in walk_vma() local
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_erl1.c | 1073 int batch = 0; in iscsit_handle_ooo_cmdsn() local
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | lpar.c | 524 struct ppc64_tlb_batch *batch = this_cpu_ptr(&ppc64_tlb_batch); in pSeries_lpar_flush_hash_range() local
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | process.c | 769 struct ppc64_tlb_batch *batch; in __switch_to() local
|
/linux-4.1.27/drivers/block/xen-blkback/ |
D | blkback.c | 763 unsigned int batch = min(num, BLKIF_MAX_SEGMENTS_PER_REQUEST); in xen_blkbk_unmap() local
|
/linux-4.1.27/arch/x86/xen/ |
D | mmu.c | 2502 int batch = min(REMAP_BATCH_SIZE, nr); in do_remap_mfn() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 1646 u64 batch, struct obd_trans_info *oti, in echo_client_prep_commit()
|
/linux-4.1.27/fs/btrfs/ |
D | tree-log.c | 2657 int batch = atomic_read(&root->log_batch); in btrfs_sync_log() local
|
/linux-4.1.27/drivers/md/ |
D | raid5.c | 5729 struct stripe_head *batch[MAX_STRIPE_BATCH], *sh; in handle_active_stripes() local
|
/linux-4.1.27/arch/x86/kvm/ |
D | mmu.c | 4617 int batch = 0; in kvm_zap_obsolete_pages() local
|