Home
last modified time | relevance | path

Searched refs:new_batch (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/net/unix/
H A Daf_unix.c3372 struct sock **new_batch; in bpf_iter_unix_realloc_batch() local
3374 new_batch = kvmalloc(sizeof(*new_batch) * new_batch_sz, in bpf_iter_unix_realloc_batch()
3376 if (!new_batch) in bpf_iter_unix_realloc_batch()
3381 iter->batch = new_batch; in bpf_iter_unix_realloc_batch()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_ipv4.c2799 struct sock **new_batch; in bpf_iter_tcp_realloc_batch() local
2801 new_batch = kvmalloc(sizeof(*new_batch) * new_batch_sz, in bpf_iter_tcp_realloc_batch()
2803 if (!new_batch) in bpf_iter_tcp_realloc_batch()
2808 iter->batch = new_batch; in bpf_iter_tcp_realloc_batch()
H A Dudp.c3541 struct sock **new_batch; in bpf_iter_udp_realloc_batch() local
3543 new_batch = kvmalloc_array(new_batch_sz, sizeof(*new_batch), in bpf_iter_udp_realloc_batch()
3545 if (!new_batch) in bpf_iter_udp_realloc_batch()
3550 iter->batch = new_batch; in bpf_iter_udp_realloc_batch()
/kernel/linux/linux-6.6/mm/
H A Dpage_alloc.c5408 int new_high, new_batch; in zone_set_pageset_high_and_batch() local
5410 new_batch = max(1, zone_batchsize(zone)); in zone_set_pageset_high_and_batch()
5411 new_high = zone_highsize(zone, new_batch, cpu_online); in zone_set_pageset_high_and_batch()
5414 zone->pageset_batch == new_batch) in zone_set_pageset_high_and_batch()
5418 zone->pageset_batch = new_batch; in zone_set_pageset_high_and_batch()
5420 __zone_set_pageset_high_and_batch(zone, new_high, new_batch); in zone_set_pageset_high_and_batch()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_tables_api.c8324 new_batch: in nft_commit_notify()
8340 goto new_batch; in nft_commit_notify()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_tables_api.c9794 new_batch: in nft_commit_notify()
9810 goto new_batch; in nft_commit_notify()

Completed in 48 milliseconds