Searched defs:batch (Results 76 – 95 of 95) sorted by relevance
1234
/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 2266 struct ppc64_tlb_batch *batch = in flush_hash_range() local
|
/linux/samples/bpf/ |
H A D | xdp_sample_user.c | 383 __u32 batch, count = 32; in map_collect_percpu_devmap() local
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 533 struct i915_vma_coredump *batch; in error_print_engine() local
|
H A D | i915_perf.c | 1946 u32 *batch, *ts0, *cs, *jump; in alloc_noa_wait() local
|
/linux/arch/x86/xen/ |
H A D | mmu_pv.c | 2517 int batch = min(REMAP_BATCH_SIZE, nr); in xen_remap_pfn() local
|
/linux/mm/ |
H A D | mm_init.c | 184 s32 batch = max_t(s32, nr*2, 32); in mm_compute_batch() local
|
H A D | memcontrol.c | 2302 unsigned int batch = max(MEMCG_CHARGE_BATCH, nr_pages); in try_charge_memcg() local
|
H A D | shmem.c | 754 unsigned long batch = sc ? sc->nr_to_scan : 128; in shmem_unused_huge_shrink() local
|
/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_main.c | 795 int batch, i; in tsnep_xdp_xmit_zc() local
|
/linux/fs/f2fs/ |
H A D | node.c | 2718 unsigned int batch = SHRINK_NID_BATCH_SIZE; in f2fs_try_to_free_nids() local
|
/linux/kernel/bpf/ |
H A D | hashtab.c | 1688 u32 batch, max_count, size, bucket_size, map_id; in __htab_map_lookup_and_delete_batch() local
|
/linux/net/ipv4/ |
H A D | tcp_ipv4.c | 3032 union bpf_tcp_iter_batch_item *batch; member
|
/linux/net/unix/ |
H A D | af_unix.c | 3630 struct sock **batch; member
|
/linux/include/linux/ |
H A D | mmzone.h | 735 int batch; /* chunk size for buddy add/remove */ member
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.c | 1687 u32 batch; in dpaa2_eth_add_bufs() local
|
/linux/drivers/md/ |
H A D | raid5.c | 6639 struct stripe_head *batch[MAX_STRIPE_BATCH], *sh; in handle_active_stripes() local
|
/linux/fs/btrfs/ |
H A D | inode.c | 6394 struct btrfs_item_batch batch; in btrfs_create_new_inode() local
|
/linux/arch/x86/kvm/mmu/ |
H A D | mmu.c | 6617 int nr_zapped, batch = 0; in kvm_zap_obsolete_pages() local
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1552 } batch; member
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 1552 } batch; member
|
1234