Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dpage_alloc.c5687 int new_high_min, new_high_max, new_batch; in zone_set_pageset_high_and_batch() local
5689 new_batch = max(1, zone_batchsize(zone)); in zone_set_pageset_high_and_batch()
5691 new_high_min = zone_highsize(zone, new_batch, cpu_online, in zone_set_pageset_high_and_batch()
5699 new_high_min = zone_highsize(zone, new_batch, cpu_online, 0); in zone_set_pageset_high_and_batch()
5700 new_high_max = zone_highsize(zone, new_batch, cpu_online, in zone_set_pageset_high_and_batch()
5706 zone->pageset_batch == new_batch) in zone_set_pageset_high_and_batch()
5711 zone->pageset_batch = new_batch; in zone_set_pageset_high_and_batch()
5714 new_batch); in zone_set_pageset_high_and_batch()
/linux-6.12.1/net/ipv4/
Dudp.c3580 struct sock **new_batch; in DEFINE_BPF_ITER_FUNC() local
3582 new_batch = kvmalloc_array(new_batch_sz, sizeof(*new_batch), in DEFINE_BPF_ITER_FUNC()
3584 if (!new_batch) in DEFINE_BPF_ITER_FUNC()
3589 iter->batch = new_batch; in DEFINE_BPF_ITER_FUNC()
Dtcp_ipv4.c3036 struct sock **new_batch; local
3038 new_batch = kvmalloc(sizeof(*new_batch) * new_batch_sz,
3040 if (!new_batch)
3045 iter->batch = new_batch;
/linux-6.12.1/net/unix/
Daf_unix.c3516 struct sock **new_batch; in bpf_iter_unix_realloc_batch() local
3518 new_batch = kvmalloc(sizeof(*new_batch) * new_batch_sz, in bpf_iter_unix_realloc_batch()
3520 if (!new_batch) in bpf_iter_unix_realloc_batch()
3525 iter->batch = new_batch; in bpf_iter_unix_realloc_batch()
/linux-6.12.1/net/netfilter/
Dnf_tables_api.c10182 new_batch: in nft_commit_notify()
10198 goto new_batch; in nft_commit_notify()