Searched refs:new_batch (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/net/ipv4/ |
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()
|
D | udp.c | 3540 struct sock **new_batch; in DEFINE_BPF_ITER_FUNC() local 3542 new_batch = kvmalloc_array(new_batch_sz, sizeof(*new_batch), in DEFINE_BPF_ITER_FUNC() 3544 if (!new_batch) in DEFINE_BPF_ITER_FUNC() 3549 iter->batch = new_batch; in DEFINE_BPF_ITER_FUNC()
|
/Linux-v6.6/net/unix/ |
D | af_unix.c | 3375 struct sock **new_batch; in bpf_iter_unix_realloc_batch() local 3377 new_batch = kvmalloc(sizeof(*new_batch) * new_batch_sz, in bpf_iter_unix_realloc_batch() 3379 if (!new_batch) in bpf_iter_unix_realloc_batch() 3384 iter->batch = new_batch; in bpf_iter_unix_realloc_batch()
|
/Linux-v6.6/mm/ |
D | page_alloc.c | 5369 int new_high, new_batch; in zone_set_pageset_high_and_batch() local 5371 new_batch = max(1, zone_batchsize(zone)); in zone_set_pageset_high_and_batch() 5372 new_high = zone_highsize(zone, new_batch, cpu_online); in zone_set_pageset_high_and_batch() 5375 zone->pageset_batch == new_batch) in zone_set_pageset_high_and_batch() 5379 zone->pageset_batch = new_batch; in zone_set_pageset_high_and_batch() 5381 __zone_set_pageset_high_and_batch(zone, new_high, new_batch); in zone_set_pageset_high_and_batch()
|
/Linux-v6.6/net/netfilter/ |
D | nf_tables_api.c | 9740 new_batch: in nft_commit_notify() 9756 goto new_batch; in nft_commit_notify()
|