Searched refs:new_batch (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/unix/ |
H A D | af_unix.c | 3372 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 D | tcp_ipv4.c | 2799 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 D | udp.c | 3541 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 D | page_alloc.c | 5408 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 D | nf_tables_api.c | 8324 new_batch: in nft_commit_notify() 8340 goto new_batch; in nft_commit_notify()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_tables_api.c | 9794 new_batch: in nft_commit_notify() 9810 goto new_batch; in nft_commit_notify()
|
Completed in 48 milliseconds