Home
last modified time | relevance | path

Searched refs:new_batch (Results 1 – 5 of 5) sorted by relevance

/linux/mm/
H A Dpage_alloc.c6138 int new_high_min, new_high_max, new_batch;
6140 new_batch = zone_batchsize(zone); in setup_pcp_cacheinfo()
6142 new_high_min = zone_highsize(zone, new_batch, cpu_online, in setup_pcp_cacheinfo()
6150 new_high_min = zone_highsize(zone, new_batch, cpu_online, 0);
6151 new_high_max = zone_highsize(zone, new_batch, cpu_online, in setup_per_cpu_pageset()
6157 zone->pageset_batch == new_batch) in setup_per_cpu_pageset()
6162 zone->pageset_batch = new_batch; in setup_per_cpu_pageset()
6165 new_batch); in setup_per_cpu_pageset()
6055 int new_high_min, new_high_max, new_batch; zone_set_pageset_high_and_batch() local
/linux/net/ipv4/
H A Dtcp_ipv4.c2927 union bpf_tcp_iter_batch_item *new_batch;
2929 new_batch = kvmalloc(sizeof(*new_batch) * new_batch_sz,
2931 if (!new_batch)
2934 memcpy(new_batch, iter->batch, sizeof(*iter->batch) * iter->end_sk);
2936 iter->batch = new_batch;
2928 union bpf_tcp_iter_batch_item *new_batch; global() local
H A Dudp.c3804 union bpf_udp_iter_batch_item *new_batch; in DEFINE_BPF_ITER_FUNC() local
3806 new_batch = kvmalloc_objs(*new_batch, new_batch_sz, in DEFINE_BPF_ITER_FUNC()
3808 if (!new_batch) in DEFINE_BPF_ITER_FUNC()
3814 memcpy(new_batch, iter->batch, sizeof(*iter->batch) * iter->end_sk); in DEFINE_BPF_ITER_FUNC()
3816 iter->batch = new_batch; in DEFINE_BPF_ITER_FUNC()
/linux/net/unix/
H A Daf_unix.c3660 struct sock **new_batch; in bpf_iter_unix_put_batch()
3662 new_batch = kvmalloc(sizeof(*new_batch) * new_batch_sz, in bpf_iter_unix_realloc_batch()
3664 if (!new_batch) in bpf_iter_unix_realloc_batch()
3669 iter->batch = new_batch; in bpf_iter_unix_realloc_batch()
3665 struct sock **new_batch; bpf_iter_unix_realloc_batch() local
/linux/net/netfilter/
H A Dnf_tables_api.c10740 new_batch: in nft_commit_notify()
10756 goto new_batch; in nf_tables_commit_audit_alloc()