Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_alloc.c5970 int new_high_min, new_high_max, new_batch; in zone_set_pageset_high_and_batch() local
5972 new_batch = max(1, zone_batchsize(zone)); in zone_set_pageset_high_and_batch()
5974 new_high_min = zone_highsize(zone, new_batch, cpu_online, in zone_set_pageset_high_and_batch()
5982 new_high_min = zone_highsize(zone, new_batch, cpu_online, 0); in zone_set_pageset_high_and_batch()
5983 new_high_max = zone_highsize(zone, new_batch, cpu_online, in zone_set_pageset_high_and_batch()
5989 zone->pageset_batch == new_batch) in zone_set_pageset_high_and_batch()
5994 zone->pageset_batch = new_batch; in zone_set_pageset_high_and_batch()
5997 new_batch); in zone_set_pageset_high_and_batch()
/linux/net/ipv4/
H A Dtcp_ipv4.c3073 union bpf_tcp_iter_batch_item *new_batch; local
3075 new_batch = kvmalloc(sizeof(*new_batch) * new_batch_sz,
3077 if (!new_batch)
3080 memcpy(new_batch, iter->batch, sizeof(*iter->batch) * iter->end_sk);
3082 iter->batch = new_batch;
/linux/net/unix/
H A Daf_unix.c3685 struct sock **new_batch; in bpf_iter_unix_realloc_batch() local
3687 new_batch = kvmalloc(sizeof(*new_batch) * new_batch_sz, in bpf_iter_unix_realloc_batch()
3689 if (!new_batch) in bpf_iter_unix_realloc_batch()
3694 iter->batch = new_batch; in bpf_iter_unix_realloc_batch()
/linux/net/netfilter/
H A Dnf_tables_api.c10727 new_batch: in nft_commit_notify()
10743 goto new_batch; in nft_commit_notify()