Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dpage_alloc.c5796 int new_high_min, new_high_max, new_batch; in zone_set_pageset_high_and_batch() local
5798 new_batch = max(1, zone_batchsize(zone)); in zone_set_pageset_high_and_batch()
5800 new_high_min = zone_highsize(zone, new_batch, cpu_online, in zone_set_pageset_high_and_batch()
5808 new_high_min = zone_highsize(zone, new_batch, cpu_online, 0); in zone_set_pageset_high_and_batch()
5809 new_high_max = zone_highsize(zone, new_batch, cpu_online, in zone_set_pageset_high_and_batch()
5815 zone->pageset_batch == new_batch) in zone_set_pageset_high_and_batch()
5820 zone->pageset_batch = new_batch; in zone_set_pageset_high_and_batch()
5823 new_batch); in zone_set_pageset_high_and_batch()
/linux-6.15/net/unix/
H A Daf_unix.c3501 struct sock **new_batch; in bpf_iter_unix_realloc_batch() local
3503 new_batch = kvmalloc(sizeof(*new_batch) * new_batch_sz, in bpf_iter_unix_realloc_batch()
3505 if (!new_batch) in bpf_iter_unix_realloc_batch()
3510 iter->batch = new_batch; in bpf_iter_unix_realloc_batch()
/linux-6.15/net/ipv4/
H A Dtcp_ipv4.c3052 struct sock **new_batch; local
3054 new_batch = kvmalloc(sizeof(*new_batch) * new_batch_sz,
3056 if (!new_batch)
3061 iter->batch = new_batch;
H A Dudp.c3836 struct sock **new_batch; in DEFINE_BPF_ITER_FUNC() local
3838 new_batch = kvmalloc_array(new_batch_sz, sizeof(*new_batch), in DEFINE_BPF_ITER_FUNC()
3840 if (!new_batch) in DEFINE_BPF_ITER_FUNC()
3845 iter->batch = new_batch; in DEFINE_BPF_ITER_FUNC()
/linux-6.15/net/netfilter/
H A Dnf_tables_api.c10506 new_batch: in nft_commit_notify()
10522 goto new_batch; in nft_commit_notify()