Searched refs:new_batch (Results 1 – 4 of 4) sorted by relevance
| /linux/mm/ |
| H A D | page_alloc.c | 6046 int new_high_min, new_high_max, new_batch; in zone_set_pageset_high_and_batch() local 6048 new_batch = zone_batchsize(zone); in zone_set_pageset_high_and_batch() 6050 new_high_min = zone_highsize(zone, new_batch, cpu_online, in zone_set_pageset_high_and_batch() 6058 new_high_min = zone_highsize(zone, new_batch, cpu_online, 0); in zone_set_pageset_high_and_batch() 6059 new_high_max = zone_highsize(zone, new_batch, cpu_online, in zone_set_pageset_high_and_batch() 6065 zone->pageset_batch == new_batch) in zone_set_pageset_high_and_batch() 6070 zone->pageset_batch = new_batch; in zone_set_pageset_high_and_batch() 6073 new_batch); in zone_set_pageset_high_and_batch()
|
| /linux/net/ipv4/ |
| H A D | udp.c | 3952 union bpf_udp_iter_batch_item *new_batch; in DEFINE_BPF_ITER_FUNC() local 3954 new_batch = kvmalloc_array(new_batch_sz, sizeof(*new_batch), in DEFINE_BPF_ITER_FUNC() 3956 if (!new_batch) in DEFINE_BPF_ITER_FUNC() 3962 memcpy(new_batch, iter->batch, sizeof(*iter->batch) * iter->end_sk); in DEFINE_BPF_ITER_FUNC() 3964 iter->batch = new_batch; in DEFINE_BPF_ITER_FUNC()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 3650 struct sock **new_batch; in bpf_iter_unix_realloc_batch() local 3652 new_batch = kvmalloc(sizeof(*new_batch) * new_batch_sz, in bpf_iter_unix_realloc_batch() 3654 if (!new_batch) in bpf_iter_unix_realloc_batch() 3659 iter->batch = new_batch; in bpf_iter_unix_realloc_batch()
|
| /linux/net/netfilter/ |
| H A D | nf_tables_api.c | 10798 new_batch: in nf_tables_commit_audit_entrycount() 10814 goto new_batch; in nf_tables_commit_audit_collect()
|