Searched refs:new_batch (Results 1 – 4 of 4) sorted by relevance
3448 struct sock **new_batch; in bpf_iter_unix_realloc_batch() local3450 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()
2737 struct sock **new_batch; in bpf_iter_tcp_realloc_batch() local2739 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()
7224 int new_high, new_batch; in zone_set_pageset_high_and_batch() local7226 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()
8760 new_batch: in nft_commit_notify()8776 goto new_batch; in nft_commit_notify()