Home
last modified time | relevance | path

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

/Linux-v6.1/net/unix/
Daf_unix.c3448 struct sock **new_batch; in bpf_iter_unix_realloc_batch() local
3450 new_batch = kvmalloc(sizeof(*new_batch) * new_batch_sz, in bpf_iter_unix_realloc_batch()
3452 if (!new_batch) in bpf_iter_unix_realloc_batch()
3457 iter->batch = new_batch; in bpf_iter_unix_realloc_batch()
/Linux-v6.1/net/ipv4/
Dtcp_ipv4.c2737 struct sock **new_batch; in bpf_iter_tcp_realloc_batch() local
2739 new_batch = kvmalloc(sizeof(*new_batch) * new_batch_sz, in bpf_iter_tcp_realloc_batch()
2741 if (!new_batch) in bpf_iter_tcp_realloc_batch()
2746 iter->batch = new_batch; in bpf_iter_tcp_realloc_batch()
/Linux-v6.1/mm/
Dpage_alloc.c7224 int new_high, new_batch; in zone_set_pageset_high_and_batch() local
7226 new_batch = max(1, zone_batchsize(zone)); in zone_set_pageset_high_and_batch()
7227 new_high = zone_highsize(zone, new_batch, cpu_online); in zone_set_pageset_high_and_batch()
7230 zone->pageset_batch == new_batch) in zone_set_pageset_high_and_batch()
7234 zone->pageset_batch = new_batch; in zone_set_pageset_high_and_batch()
7236 __zone_set_pageset_high_and_batch(zone, new_high, new_batch); in zone_set_pageset_high_and_batch()
/Linux-v6.1/net/netfilter/
Dnf_tables_api.c8760 new_batch: in nft_commit_notify()
8776 goto new_batch; in nft_commit_notify()